Every phase emits evidence
Plans, diffs, test output, evaluation scores, and delivery artifacts remain inspectable.
Follow a sample autonomous run through all 13 phases. Pause, step through, or jump to any gate—everything here runs locally in your browser.
POST /api/login Allow 10 requests per minute, return HTTP 429 after the limit, and preserve existing authentication behavior.
Translate the request into a precise execution contract.
task:
title: Add API rate limiting
target: POST /api/login
limit: 10 requests / minute
verify:
- npm test
- npm run lint Plans, diffs, test output, evaluation scores, and delivery artifacts remain inspectable.
Eval and hardening checks must pass before the sample run can package or ship.
The walkthrough ends at a review-ready branch. Merge and deployment remain explicit gates.