Add /health worktrees leg; retire standalone worktree_status#28
Merged
Conversation
The worktree/task dashboard becomes the fourth /health leg (procedure: PyAutoHeart/skills/worktree_status/reference.md, PyAutoLabs/PyAutoHeart#35); repo_cleanup references updated; the shell-side pointer follows health.sh to PyAutoHeart/scripts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates PyAutoBrain skill documentation to reflect consolidating the former standalone worktree_status into the /health worktrees leg, keeping /health as the single “health door” while delegating procedures to PyAutoHeart.
Changes:
- Replaces references to
worktree_status//worktree_statuswith/health worktreesin repo hygiene guidance. - Adds the
/health worktreesleg to the/healthskill documentation and notes retirement of the old top-level command. - Updates the shell-layer pointer to reference
PyAutoHeart/scripts/health.sh.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| skills/repo_cleanup/SKILL.md | Updates cross-references to point to /health worktrees as the relevant read-only worktree diagnostic. |
| skills/repo_cleanup/reference.md | Aligns the worktree-audit guidance to reuse the /health worktrees procedure logic. |
| skills/health/health.md | Documents the new /health worktrees leg and updates retired-command + shell-pointer text accordingly. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | `/health check` | One-shot **green-light sweep**: sync each repo's `main`, run library pytest + workspace smoke, report a pass/fail matrix. | `PyAutoHeart/skills/health_sweep/reference.md` | | ||
| | `/health status` | **Active-work dashboard**: what's in flight across the repos (reads `active.md` / `planned.md` / `complete.md`), conflicts, idle repos. | `PyAutoHeart/skills/pyauto-status/reference.md` | | ||
| | `/health full` | **Release-run dashboard**: what the last PyAutoBuild release-prep run produced (per-workspace pass/fail/timing, slowest scripts, failure tracebacks). | `PyAutoHeart/skills/pyauto-status-full/reference.md` | | ||
| | `/health worktrees` | **Worktree/task dashboard**: every task worktree under `~/Code/PyAutoLabs-wt/`, cross-referenced with `active.md` — which parallel tasks are in flight and which repos each holds. | `PyAutoHeart/skills/worktree_status/reference.md` | |
| ## Audit worktrees | ||
|
|
||
| Reuse `worktree_status` logic (don't duplicate it) to get: every real worktree | ||
| Reuse the `/health worktrees` procedure logic (don't duplicate it) to get: every real worktree |
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.
Completes roadmap item 11 with PyAutoLabs/PyAutoHeart#35 and PyAutoLabs/PyAutoMind#40:
/healthgains aworktreesleg (the former standaloneworktree_statusskill — one health door, five legs),repo_cleanupcross-references updated, and the shell-layer pointer followshealth.shto its new PyAutoHeart home.🤖 Generated with Claude Code