Skip to content

refactor: rename morning skill to wake_up (composition door) - #115

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/wake-up-skill-rename
Jul 16, 2026
Merged

refactor: rename morning skill to wake_up (composition door)#115
Jammy2211 merged 1 commit into
mainfrom
feature/wake-up-skill-rename

Conversation

@Jammy2211

Copy link
Copy Markdown
Contributor

Overview

Renames the /morning composition skill to /wake_up to 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.mdwake_up.md; SKILL.md name: wake_up
  • /morning/wake_up in skills/COMMANDS.md (composition-door entry), AGENTS.md (command-surface table), AUTONOMY.md (nightly-path human-role bullet), bin/overnight_status.sh and agents/conductors/release/nightly.sh comments

Out of scope (deliberately untouched)

  • PyAutoHeart morning_health / morning_status Slack webhooks — separately named automation; the skill body already declares them separate
  • Historical PyAutoMind records mentioning /morning
  • Time-of-day prose ("run it each morning") and the SKILL.md discovery trigger "morning status/cleanup pass"

Post-merge

Pull main in the canonical checkout, re-run bin/install.sh, and prune the stale morning symlinks in ~/.claude/commands / ~/.claude/skills.

Verification

  • Workspace grep: no stale skills/morning / /morning references remain in the repo
  • bin/check_skill_line_counts.sh: OK — all 40 skills within the 200-line budget

🤖 Generated with Claude Code

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
Jammy2211 merged commit 6caa6c4 into main Jul 16, 2026
@Jammy2211
Jammy2211 deleted the feature/wake-up-skill-rename branch July 16, 2026 08:07
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>
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.

refactor: rename morning skill to wake_up (composition door)

1 participant