Scope creep
A precise fix quietly becomes permission to improve everything nearby.
- Fix this API
- Refactor nearby code
- Unrelated work
Local process control for coding agents
Bound the scope.Cap verification.Resume after interruption.
Keep scope, progress, and recovery state outside the chat.
npm install -g @imotong/dev-flow@latestIMPLEMENT
01 The problem
A precise fix quietly becomes permission to improve everything nearby.
A targeted check grows into an open-ended search for more confidence.
The conversation ends. The next session has to reconstruct what happened.
context lost
02 The process
03 What Dev Flow adds
The request, acceptance criteria, and out-of-scope work stay attached to the Task.
A verification budget keeps checks tied to the changed surface and acceptance criteria.
✓ Inside the budget
Stage, revision, and evidence persist, so a new session reads the Task instead of guessing.
After an uncertain write, read authoritative state before deciding whether to retry.
04 Control Center
A focused local view of the current stage, targeted verification, timeline, and retained evidence.
ACTIVE · CODEX
task-auth-042TESTVerify the current repository behavior within the immutable verification budget.
05 Clear boundaries
Dev Flow doesn’t replace the agent.
It gives the task a durable process.
06 Real evidence
Not simulated transcripts.
Install the local lifecycle CLI, then connect the Codex or DeepSeek adapter.
npm install -g @imotong/dev-flow@latest