This commit is contained in:
dexhorthy
2025-08-18 11:04:28 -07:00
parent 7fb4720ad4
commit 784dad3062

View File

@@ -5,10 +5,16 @@
3. determine required data:
branch name
path to plan file
path to plan file (use relative path only)
launch prompt
command to run
**IMPORTANT PATH USAGE:**
- The thoughts/ directory is synced between the main repo and worktrees
- Always use ONLY the relative path starting with `thoughts/shared/...` without any directory prefix
- Example: `thoughts/shared/plans/fix-mcp-keepalive-proper.md` (not the full absolute path)
- This works because thoughts are synced and accessible from the worktree
3a. confirm with the user by sending a message to the Human
```