docs(agents): point integration worktree at .claude/integration
Use the in-repo .claude/integration path for the dedicated integration worktree instead of a sibling directory. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Seto Elkahfi committed
Jun 30, 2026 at 20:22 UTC
f7c2f68dca4cd4898c869b94a75148155e630c38
1 file changed
+4
-2
.agents/AGENTS.md
+4
-2
index 7b0592e..4227385 100644
--- a/.agents/AGENTS.md
+++ b/.agents/AGENTS.md
@@ -75,7 +75,8 @@ Rules:
stays permanently on `development`. It is the only place `feature/* ->
development` merges happen, and the only place `development -> main` promotion
and deploy (`git push smbcloud main`) happen. Canonical path:
- `~/Repositories/sigit-si-integration`.
+ `.claude/integration` (a stable worktree, deliberately kept out of the
+ auto-managed `.claude/worktrees/` subtree).
- **Branch off `development` from anywhere.** `git checkout -b feature/x
development` creates a new branch from `development`'s commit without checking
`development` out, so it works even while the integration worktree holds it.
@@ -88,7 +89,8 @@ Rules:
If you must merge into such a branch outside the normal flow, run the merge
inside the worktree that owns it (`git -C <path> merge ...`).
- The `.claude/worktrees/*` directories are ephemeral per-session feature
- worktrees; the integration worktree is stable and outside that tree.
+ worktrees; the integration worktree (`.claude/integration`) is stable and
+ lives alongside them, not inside that subtree.
## Validation