Print the healthcheck version in --json output #32
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?
--jsonprints{"status":"ok","checks":<n>}. Add the script's VERSION to that object as aversionfield, leaving every other output untouched.Plan this as THREE phases:
versionfield added to that helper's output.--help, and assertions in scripts/test_healthcheck.sh.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:
--jsoncarries a version field with the script's VERSION.