Skip to content

Make /health the single health door (3 modes)#17

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/health-one-door
Jul 7, 2026
Merged

Make /health the single health door (3 modes)#17
Jammy2211 merged 1 commit into
mainfrom
feature/health-one-door

Conversation

@Jammy2211

Copy link
Copy Markdown
Contributor

Summary

Consolidate the fragmented health command surface behind one /health door.
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.md rewritten as the single door with modes:

Invocation What it does Leg
/health Brain health conductor loop bin/pyauto-brain health
/health check green-light pytest+smoke sweep PyAutoHeart/skills/health_sweep/reference.md
/health status active-work dashboard PyAutoHeart/skills/pyauto-status/reference.md

/health_check and /pyauto-status are retired as top-level commands and
live on as the check / status legs. Also fixes a stale /pyauto-status
reference in skills/start_dev/reference.md.

Out of scope (flagged)

/pyauto-status-full (release-run report) — a separate axis, left for a later
pass. The shell pyauto-status function is unrelated.

Validation

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings July 7, 2026 19:18

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md to define /health as the single health “door” with check and status modes.
  • Update skills/start_dev/reference.md to replace the stale /pyauto-status mention 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.

@Jammy2211 Jammy2211 merged commit 12b0c67 into main Jul 7, 2026
1 check passed
@Jammy2211 Jammy2211 deleted the feature/health-one-door branch July 7, 2026 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants