Route the healthcheck output through one helper #16

Merged
kami merged 2 commits from orchestra/06G4GWWJ8SWFREF06HDYEBAG0C into master 2026-08-28 15:18:03 +02:00
Owner

Goal

Route the healthcheck output through one helper

scripts/orchestra_e2e_healthcheck.sh prints its success line from more than one place. Centralise the output so every path goes through one helper, and give that helper an explicit format argument rather than reading a global. Behaviour must not change. The plain run, --quiet, --help and --json all keep their current output and exit statuses, and scripts/test_healthcheck.sh keeps passing. ## Research first Establish at least three findings with distinct confidence: at least one fact, one inference, one assumption.

Acceptance

  • not stated in the task contract

Verification

  • bash -n scripts/*.sh && bash scripts/orchestra_e2e_healthcheck.sh exited 0
  • commit: 5bcffb337f
  • independent review of 5bcffb337f: pass
  • accepted plan: b9bcb60a0dce0b665952f2c2cba57f29cd546476ab5eb6fcb9bd52d603dc5086

Behavioural changes

  • none reported

Deviations from plan

  • none reported

Remaining risks

  • none reported

Review hotspots

  • none reported

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.

## Goal Route the healthcheck output through one helper `scripts/orchestra_e2e_healthcheck.sh` prints its success line from more than one place. Centralise the output so every path goes through one helper, and give that helper an explicit format argument rather than reading a global. Behaviour must not change. The plain run, `--quiet`, `--help` and `--json` all keep their current output and exit statuses, and `scripts/test_healthcheck.sh` keeps passing. ## Research first Establish at least three findings with distinct confidence: at least one `fact`, one `inference`, one `assumption`. ## Acceptance - not stated in the task contract ## Verification - `bash -n scripts/*.sh && bash scripts/orchestra_e2e_healthcheck.sh` exited 0 - commit: 5bcffb337f7b0224b6ef7b4256454f2c416eada7 - independent review of 5bcffb337f7b0224b6ef7b4256454f2c416eada7: pass - accepted plan: b9bcb60a0dce0b665952f2c2cba57f29cd546476ab5eb6fcb9bd52d603dc5086 ## Behavioural changes - none reported ## Deviations from plan - none reported ## Remaining risks - none reported ## Review hotspots - none reported 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.
kami added 2 commits 2026-08-28 15:16:48 +02:00
kami merged commit bf0f287aca into master 2026-08-28 15:18:03 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kami/test-e2e#16