v0.1.1 adds safety rails and cost controls to the agentic pipeline.
Human-in-the-Loop escalation
The builder can now flag blockers that no amount of AI iteration will resolve -- license decisions, policy conflicts, out-of-scope changes. It writes an exception-report.md with options (not a decision), the orchestrator opens a P0 GitHub issue, and execution pauses until a human resumes.
Circuit breakers
Two uncontrolled loops are now bounded. The orchestrator limits rearchitect cycles to two attempts before escalating to HITL. The builder self-escalates after three failed fix attempts on the same error rather than iterating indefinitely.
Terminal output compaction
scripts/compact-output.js strips npm deprecation noise, truncates stack traces beyond 5 frames, and compresses repeated error lines before they enter the agent's context window. New build:ci and test:ci npm scripts wrap this automatically.
Cost reduction
The orchestrator drops from Opus to Sonnet -- its routing decisions are deterministic table lookups that don't benefit from heavy reasoning.
npm lockdown
This repo is not and will not be published to npm. "private": true is set, the release workflow is disabled, and a .npmignore exists as a safety net.