Skip to content

fix: forward flags to orchestrate (--break) - #3

Merged
camharris93 merged 1 commit into
mainfrom
fix/orchestrate-break-flag
Jun 12, 2026
Merged

fix: forward flags to orchestrate (--break)#3
camharris93 merged 1 commit into
mainfrom
fix/orchestrate-break-flag

Conversation

@camharris93

Copy link
Copy Markdown
Owner

run.py only forwarded -/-- flags to scaffold. orchestrate was called with just the dataset name, so the README-documented:

python run.py orchestrate anage --break   # (and: sediment orchestrate anage --break)

silently dropped --break — the demo failure was never injected, and the command just reported the pipeline green. This forwards flags for orchestrate too.

Verified: sediment orchestrate anage --break now injects the failing test, the agent catches & explains it, and the injected test is cleaned up afterward.

Merge this before the demo reclone — Act 4 of the demo runbook depends on it.

🤖 Generated with Claude Code

run.py only forwarded -/-- flags to `scaffold`; `orchestrate` got just the
dataset, so the README-documented `run.py orchestrate anage --break` silently
dropped --break and never injected the demo failure. Forward flags for
orchestrate too (t_orchestrate already accepts them; engine.orchestrate parses
--break via argparse).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@camharris93
camharris93 merged commit 4e3a250 into main Jun 12, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant