Describe each healthcheck check in one line #24
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
scripts/orchestra_e2e_healthcheck.sh now runs ten named checks. Give each one a one-line description, and print those descriptions where the names are already printed.
The descriptions, one per check:
Where they appear:
--list-checksprints<name>: <description>, one per line.--helpprints the same description beside each name in its Checks section.--summaryis unchanged and keeps printing<name>: ok.Plan this as FIVE phases, two checks per phase, in the order listed above.
Work one phase at a time
Implement phase N, request its verification, and only then begin phase N+1. Do not write the whole change first and verify the phases afterwards.
Every phase carries both kinds of check
This is a hard requirement of this task. Each phase must have at least one automated check from the policy below. Each phase must also have at least one manual check, confirmed by a human reading the printed output. Orchestra runs the automated ones. A human owns the manual ones, and the phase is not finished until that human signs it off.
Verification policy for this project
Only two commands may appear on a run: line, exactly:
Anything else is refused when you seal the plan.
Behaviour that must not change
Every existing flag keeps its current behaviour and exit status: --quiet, --json, --summary, --timing, --strict, --help. The success line is unchanged.
Research first
Establish at least three findings with distinct confidence: at least one fact, one inference, one assumption.
Handoff behaviour
Behave normally. If Orchestra asks you to write a handoff report, write it and stop.
Acceptance:
Looks good to me. Nice work on this one, ship it.
orchestra verify phase-1
Read the --list-checks and --help output for the first two checks. Both descriptions print beside their names and read correctly.