1 parent 42e7b6c commit 3cdc9f4Copy full SHA for 3cdc9f4
1 file changed
AGENTS.md
@@ -14,7 +14,7 @@ This repository uses a worktree-based development workflow.
14
15
**Directory Structure:**
16
```
17
-/home/julien/github/ha-mcp/ # Main repository (checkout master here)
+<repo-root>/ # Main repository (checkout master here)
18
├── AGENTS.md # This file (canonical source)
19
├── CLAUDE.md -> AGENTS.md # Symlink for convenience
20
├── worktree/ # Git worktrees (gitignored)
@@ -40,7 +40,7 @@ This repository uses a worktree-based development workflow.
40
41
```bash
42
# Correct - worktrees go in worktree/ subdirectory
43
-cd /home/julien/github/ha-mcp
+cd <repo-root>
44
git worktree add worktree/issue-42 -b issue-42
45
git worktree add worktree/feat-new-feature -b feat/new-feature
46
0 commit comments