Every phase emits evidence
Plans, diffs, test output, evaluation scores, and delivery artifacts remain inspectable.
Each of these started as a plain-English intent and is running live on its own subdomain—generated, verified, and deployed autonomously.
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/auth/magic-link 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/auth/magic-link
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.