From f0dd4f5053c1d66c166e26f56da480030dbdc080 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sat, 7 Mar 2026 21:40:31 -0500 Subject: [PATCH] Document --no-retro flag for faster workflow testing Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 84d71eb60..5f363bc7c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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.