Make /health the single health door (3 modes)#17
Merged
Conversation
Consolidate the fragmented health surface behind one command. /health is the
Brain-level door; the procedures live in Heart (paired PyAutoHeart PR).
- Rewrite skills/health/health.md as the single door with modes:
/health -> Brain health conductor loop (bin/pyauto-brain health)
/health check -> green-light sweep (PyAutoHeart/skills/health_sweep)
/health status -> active-work dashboard (PyAutoHeart/skills/pyauto-status)
/health_check and /pyauto-status are retired as top-level commands; they live
on as the check/status legs.
- Fix a stale /pyauto-status reference in skills/start_dev/reference.md.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
This PR consolidates the project’s health-related command surface behind a single /health entrypoint in PyAutoBrain, with sub-modes that delegate procedures to PyAutoHeart (per the paired Heart PR).
Changes:
- Rewrite
skills/health/health.mdto define/healthas the single health “door” withcheckandstatusmodes. - Update
skills/start_dev/reference.mdto replace the stale/pyauto-statusmention with/health status.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| skills/health/health.md | Reframes /health as the single health command and documents check/status legs routed to Heart procedures. |
| skills/start_dev/reference.md | Updates documentation to reference /health status instead of the retired /pyauto-status. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Jul 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidate the fragmented health command surface behind one
/healthdoor.The door is the Brain; the procedures live in Heart (paired PyAutoHeart PR #30).
Follows the earlier command-veneer PR (#16), delivering the tracked follow-up:
"reconcile /health with /health_check and /pyauto-status."
Change
skills/health/health.mdrewritten as the single door with modes:/healthbin/pyauto-brain health/health checkPyAutoHeart/skills/health_sweep/reference.md/health statusPyAutoHeart/skills/pyauto-status/reference.md/health_checkand/pyauto-statusare retired as top-level commands andlive on as the
check/statuslegs. Also fixes a stale/pyauto-statusreference in
skills/start_dev/reference.md.Out of scope (flagged)
/pyauto-status-full(release-run report) — a separate axis, left for a laterpass. The shell
pyauto-statusfunction is unrelated.Validation
bin/check_skill_line_counts.sh→ all primary files ≤200 lines.check/statusleg references.🤖 Generated with Claude Code