Skip to content

feat: add release skill#371

Draft
eric-tramel wants to merge 1 commit into
mainfrom
codex/release-skill
Draft

feat: add release skill#371
eric-tramel wants to merge 1 commit into
mainfrom
codex/release-skill

Conversation

@eric-tramel
Copy link
Copy Markdown
Owner

Summary

  • Add a repo-local Codex release skill for /release X.Y.Z workflows.
  • Make the skill start or continue a Codex goal, then walk through the Moraine release flow: version bump PR, merge, annotated tag, GitHub release notes, workflow watch, and PyPI verification.
  • Add bump-version.py to make the release-managed Cargo/version example edits deterministic.

Validation

  • python3 /Users/eric/.codex/skills/.system/skill-creator/scripts/quick_validate.py .codex/skills/release
  • python3 -m py_compile .codex/skills/release/scripts/bump-version.py
  • python3 .codex/skills/release/scripts/bump-version.py 9.9.9 --dry-run
  • git diff --check

Operational impact

This only adds Codex skill files under .codex/skills/release; it does not change Moraine runtime code or the existing release workflow.

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.

1 participant