Document --no-retro flag for faster workflow testing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Bryan Helmkamp 2026-03-07 21:40:31 -05:00
parent d56ed52490
commit f0dd4f5053

View file

@ -14,3 +14,7 @@ The OpenAPI spec at `docs/api-reference/arc-api.yaml` is the source of truth for
3. Write/update handler in `crates/arc-api/src/server.rs`, add route to `build_router()`
4. `cargo test -p arc-api` — conformance test catches spec/router drift
5. `cd packages/arc-api-client && bun run generate` — regenerates TypeScript Axios client
## Testing workflows
When manually testing workflows with `arc run start`, use `--no-retro` to skip the retro step and finish faster.