Fresh critic found mixed percent-decoding that the existing suite missed.
fix: preserve malformed escape sequencesPlan once in ChatGPT. AgentLoop sends the goal to fresh Codex workers, reviews every result with an independent critic, and improves your local project until it passes your standards.
Fresh context every cycle
Files carry the work forward
Your rubric decides done
01 / THE SYSTEM
Set the goal and standards once. AgentLoop handles every handoff: planner to worker, worker to critic, then critic feedback into the next cycle. You stay in control without carrying every message.
01 / Plan
01goal.md written
02GUIDELINES.md loaded
03cycle budget: 3
02 / START LOCAL
Requires Node.js 18+, Git, and an authenticated Codex CLI. No npm install. No hosted workspace.
git clone --branch v1.1.0 --depth 1 https://github.com/aiedwardyi/AgentLoop.gitcd AgentLoopnode src\daemon.js03 / GIVE IT WORK
Give it a feature, migration, hardening pass, or product polish with a bounded goal and clear acceptance criteria. Fresh workers build, independent critics review, and project files carry the evidence forward.
Example goal
Add CSV export across the UI, API, and regression suite.Critic checks
01Behavior works end to end02Edge cases are covered03Docs match the resultPASS, then polish to SHIP04 / THE RECEIPT
In a separate query-parser evaluation with no forced failure, all nine tests passed. The fresh critic still found a real mixed percent-decoding defect.
Fresh critic found mixed percent-decoding that the existing suite missed.
fix: preserve malformed escape sequencesThe next worker fixed the defect, added regression coverage, and cleared the same rubric.
VERDICT: PASS05 / OBSERVABILITY
Watch every cycle, verdict, transcript, cost, and file handoff. Cancel from the dashboard, or ask ChatGPT for status through MCP.

A clean worker reads the goal, edits local files, runs tools, and leaves evidence behind.
06 / YOUR STANDARD
Put your definition of done in GUIDELINES.md. Every worker builds against it. Every fresh critic enforces it.
All tests must pass.
Preserve malformed input without data loss.
Add regression coverage for every defect.
OPEN BY DESIGN
MCP keeps planning separate from local execution. Next: more engines, two-way agent questions, and research loops.