This repo uses Graphite (gt) for stacked-PR workflows in RAWR HQ-Template.
- Graphite-first: use
gtfor branch/stack operations and restacks. - Parallel safety: when multiple worktrees/agents are active, default to:
gt sync --no-restackgt restack --upstack(only your stack)
- Git is OK for inspection:
git status,git diff,git log, etc. - Avoid ad-hoc history rewriting (
git rebase,git push --force) on Graphite-tracked branches.
gt ls
gt sync --no-restack
gt create -am "type(scope): summary" agent-A-rawr-slice
gt restack --upstackRecommended preflight before stack mutation:
git status --short
git branch --show-current
gt ls
gt log --allFor canonical merge/prune and cross-repo integration loops, use:
docs/process/runbooks/STACK_DRAIN_LOOP.mddocs/process/runbooks/TEMPLATE_TO_PERSONAL_INTEGRATION_LOOP.mddocs/process/HQ_OPERATIONS.md(repo boundary guard + retry/acceptance policy)
- End-to-end agent loops:
docs/process/AGENT_LOOPS.md