637 B
637 B
Via Project Instructions
Workflow
All changes go through PRs:
- Enter a worktree (
EnterWorktree) at session start. - Make changes, commit with semantic messages.
/prto push, open a PR, wait for CI, and squash-merge. (Or use/pr-createand/pr-mergeseparately for more control.)
Releasing
Run /release from a non-worktree session on main. It tags and publishes
what is already on main — it does not commit new changes.
Worktree Usage
Always enter a worktree at the start of a session using the EnterWorktree
tool. This prevents parallel Claude Code sessions from interfering with each
other.