v0.3.1 — agents inherit the frontier
What's new
- Continuation context reaches the model. When a task carries accumulated state — prior attempts, salvaged progress files, the working frontier — the agent now sees it, framed as an instruction to advance rather than restart. Resumability was always in the ledger; now it's in the prompt.
- Execution reality stated. Model-path agents are told plainly: no shell, no interpreter — deliverables requiring code execution route to decomposition (reviewed pinned program + sandboxed chunks), and imagined program output must never be presented as computed fact.
🤖 Generated with Claude Code