Add a --quiet flag to the healthcheck script #8
Reference in New Issue
Block a user
Delete Branch "orchestra/06G4E6F69AKP2PA00S28D7ASBC"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Add a --quiet flag to the healthcheck script
scripts/orchestra_e2e_healthcheck.sh already handles --help. Add a --quiet flag alongside it that suppresses the success line and still exits 0. Leave the default behaviour and the --help output unchanged.
Acceptance
Human decisions
Verification
bash -n scripts/*.sh && bash scripts/orchestra_e2e_healthcheck.shexited 00d1585df930d1585df93: passBehavioural changes
Deviations from plan
Remaining risks
Review hotspots
The sections above are derived from Orchestra state. The reported
changes, deviations, risks, and hotspots are the implementing agent's
own account and are not verified.
State the --quiet flag in the --help output as well, alongside the existing usage line.