Forgeloop v1.0.0 — Stable bash runtime
The first stable release of Forgeloop: the safe-autonomy layer for coding agents.
What's included
- Fail-closed control plane — repeated failures pause the loop, draft escalation artifacts, and wait for human input
- Daemon mode — interval-based polling with
[PAUSE],[REPLAN],[DEPLOY],[INGEST_LOGS]control flags - Machine-readable runtime state —
.forgeloop/runtime-state.jsonwith status, transition, surface, and mode - Token burn safeguards — session/daily caps, stall detection, CI failure dedup, review oscillation guard
- Model failover — Claude/Codex routing with auth and rate-limit failover
- Skills system — repo-local skills with sync to Claude Code and Codex
- Knowledge persistence — session-to-session memory via
system/knowledge/ - Domain expert routing — specialized guidance via
system/experts/ - GCP runner provisioning — one-command dedicated VM setup
- Deploy guardrails — smoke hooks and safety checks
Pin to this version
If you want to stay on the stable bash runtime while v2 (Elixir) develops:
git clone --branch v1.0.0 https://github.com/zakelfassi/Forgeloop-kit.gitOr in an existing clone:
git checkout v1.0.0What's next
An Elixir v2 foundation is developing on main in parallel. The bash runtime remains fully supported. When v2 reaches feature parity, it will be tagged as v2.0.0-beta.1.