Skip to content

Commit 3cdc9f4

Browse files
authored
docs: replace hardcoded path with <repo-root> placeholder (homeassistant-ai#797)
1 parent 42e7b6c commit 3cdc9f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository uses a worktree-based development workflow.
1414

1515
**Directory Structure:**
1616
```
17-
/home/julien/github/ha-mcp/ # Main repository (checkout master here)
17+
<repo-root>/ # Main repository (checkout master here)
1818
├── AGENTS.md # This file (canonical source)
1919
├── CLAUDE.md -> AGENTS.md # Symlink for convenience
2020
├── worktree/ # Git worktrees (gitignored)
@@ -40,7 +40,7 @@ This repository uses a worktree-based development workflow.
4040

4141
```bash
4242
# Correct - worktrees go in worktree/ subdirectory
43-
cd /home/julien/github/ha-mcp
43+
cd <repo-root>
4444
git worktree add worktree/issue-42 -b issue-42
4545
git worktree add worktree/feat-new-feature -b feat/new-feature
4646

0 commit comments

Comments
 (0)