Files
via/CLAUDE.md
Ryan Hamamura a68c251d0a
Some checks failed
CI / Build and Test (push) Failing after 1m12s
CI / Build and Test (pull_request) Failing after 31s
chore: make Gitea the primary remote, GitHub as mirror
- Migrate CI workflow from GitHub Actions to Gitea Actions
- Update /pr command to create/merge PRs on Gitea only
- Update /release command to create releases on Gitea only
- Remove /pr-create and /pr-merge commands (consolidated into /pr)
- Push code and tags to both remotes for GitHub mirroring
2026-02-20 08:15:48 -10:00

567 B

Via Project Instructions

Workflow

All changes go through PRs:

  1. Enter a worktree (EnterWorktree) at session start.
  2. Make changes, commit with semantic messages.
  3. /pr to push, open a PR, wait for CI, and squash-merge.

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.