refactor: rename morning skill to wake_up (composition door) - #115
Merged
Conversation
Pure rename for the organism analogy — the organism wakes: syncs its body, checks its vitals, remembers what it was doing. Behaviour, steps and guardrails unchanged. Heart's morning_* webhooks are separate and keep their names. Closes #114 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Jammy2211
pushed a commit
that referenced
this pull request
Jul 16, 2026
Codex skill names must match [a-z0-9-]; follows the repo-cleanup / start-dev-for-user convention. Follow-up to #115. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Overview
Renames the
/morningcomposition skill to/wake_upto fit the PyAuto organism analogy. Pure rename — behaviour, routine steps, environment detection and guardrails are all unchanged. Closes #114.Changes
skills/morning/→skills/wake_up/;morning.md→wake_up.md;SKILL.mdname: wake_up/morning→/wake_upinskills/COMMANDS.md(composition-door entry),AGENTS.md(command-surface table),AUTONOMY.md(nightly-path human-role bullet),bin/overnight_status.shandagents/conductors/release/nightly.shcommentsOut of scope (deliberately untouched)
morning_health/morning_statusSlack webhooks — separately named automation; the skill body already declares them separate/morningPost-merge
Pull
mainin the canonical checkout, re-runbin/install.sh, and prune the stalemorningsymlinks in~/.claude/commands/~/.claude/skills.Verification
skills/morning//morningreferences remain in the repobin/check_skill_line_counts.sh: OK — all 40 skills within the 200-line budget🤖 Generated with Claude Code