openai/release
Cut a Symphony release by bumping the committed version, landing it, tagging the merged commit, and verifying the Burrito release workflow. Use when asked to release, tag, or retag Symphony.
npx skills add https://github.com/openai/symphony --skill release
origin/main in a clean worktree. Never disturb unrelatedlocal changes.
latest vX.Y.Z tag.
elixir/mix.exs so version: "X.Y.Z" matches the intended tag.Search the old version and change other files only when they are true
release-version sources, not examples.
make -C elixir all, then commit, push, create a PR, and land it.main commit. Verify its mix.exs version, then create anannotated tag on that exact commit:
git tag -a vX.Y.Z <merged-commit> -m "Symphony vX.Y.Z"
git push origin vX.Y.Z
burrito-release until it finishes. Verify the build, smoke, andrelease jobs pass and that the GitHub release has all expected assets.
Do not tag an uncommitted or unmerged revision. Do not move a published tag
without explicit user approval.
Take openai/release from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.