Sort the check names in --list-checks #27
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?
--list-checksprints the ten check names in the order they run. Add a--sortedmodifier that prints them in alphabetical order instead, leaving run order untouched.Plan this as THREE phases:
--sortedaccepted alongside--list-checks, using that helper. Alone,--sortedchanges nothing.--help, and assertions in scripts/test_healthcheck.sh for both orders.Work one phase at a time
Implement phase N, request its verification, and only then begin phase N+1.
Verification policy for this project
Only two commands may appear on a run: line, exactly:
Anything else is refused when you seal the plan. Give every phase at least one automated check from that list and at least one manual check.
Research first
Establish at least three findings with distinct confidence: at least one fact, one inference, one assumption.
Acceptance:
--list-checks --sortedprints the ten names alphabetically.--list-checksalone keeps run order.