Re-home PyAuto status/diagnostic skills to PyAutoHeart#22
Merged
Conversation
Move pyauto-status, pyauto-status-full, and worktree_status here from PyAutoMind/skills/ (command names preserved). They are Heart status/readiness views that read the PyAutoMind work registry but never mutate it. Redesign: add the organ-boundary framing, replace "Remote / mobile mode" with the general execution-environment model (no phone<->laptop handoff concept), and keep every primary skill file under 200 lines. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012v2ZYN4RCib1252BEWBb4t
Re-home smoke_test from admin_jammy/skills/ — running the workspace smoke suite to verify downstream scripts after library changes is validation/readiness work, which is Heart's domain. It is the workspace half of the verdict the ship_* workflow gates on (Health Agent -> Heart). Command name (/smoke-test) preserved; verbose mechanics factored into reference.md (under 200 lines); the stale PyAutoPrompt active.md reference fixed to PyAutoMind and the mobile-mode section replaced by the general execution-environment model. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012v2ZYN4RCib1252BEWBb4t
Move the read-only audit/readiness skills here — they are all checks on the
health/readiness surface Heart owns:
- dep_audit — dependency-cap drift vs PyPI (overlaps Heart's version-skew check)
- verify_install — install-path verification (named in Heart's charter; already
delegates to heart/checks/verify_install.sh)
- review_release — release-readiness triage (the pyauto-heart readiness verdict)
- audit_docs — Sphinx API-doc correctness
- cli_noise_clean — CLI output-noise classification
Command names preserved. Stale PyAutoPrompt -> PyAutoMind and PyAutoPulse ->
PyAutoHeart / pyauto-pulse -> pyauto-heart references fixed; brief organ-boundary
notes added. All stay read-only (report, don't mutate), consistent with Heart's
observer charter.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012v2ZYN4RCib1252BEWBb4t
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
Part of the 5-repo skill re-home/redesign. Lead PR: PyAutoLabs/PyAutoBrain#5.
Adds
skills/to PyAutoHeart and gives it the organism's status / readiness / validation skills, command names preserved:pyauto-status— active-work dashboardpyauto-status-full— latest release-prep run dashboardworktree_status— task-worktree diagnosticsmoke_test— workspace smoke suite (the workspace half of the ship-gate verdict)dep_audit— dependency-cap drift vs PyPI (overlaps Heart's version-skew check)verify_install— install-path verification (already delegates toheart/checks/verify_install.sh)review_release— release-readiness triage (thepyauto-heart readinessverdict)audit_docs— Sphinx API-doc correctnesscli_noise_clean— CLI output-noise classificationAll read the PyAutoMind registry but never mutate it, and all are read-only checks — consistent with Heart's observer charter.
Redesign
PyAutoPrompt→PyAutoMind;PyAutoPulse/pyauto-pulse→PyAutoHeart/pyauto-heart.reference.md).admin_jammy/skills/install.shaddsPyAutoHeart/skills/as a discovery root (companion PR).Companion PRs (branch
claude/pyauto-skills-modernize-l29hxr)🤖 Generated with Claude Code