Commit 720fe14
docs(pm-dispatch): runbook — fast-forward local checkout before a subagent batch (#8157)
Subagent-mode dispatches run inside the PM's own container and load agent
definitions and skill text from the local checkout, not origin/main. Add a
short dedicated block to the dispatch runbook (reference file only; SKILL.md
stays at its ratchet ceiling): before dispatching a subagent batch, run
git -C <repo-root> pull --ff-only origin main (or verify HEAD equals
origin/main), so a stale checkout cannot hand the whole batch outdated
definitions; --ff-only makes a dirty or diverged checkout fail loudly.
Claude-Session: https://claude.ai/code/session_01139NJ9Wg5pFeZi1Zh8WLg6
Co-authored-by: Claude <noreply@anthropic.com>1 parent 9319586 commit 720fe14
1 file changed
Lines changed: 11 additions & 0 deletions
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
41 | 52 | | |
42 | 53 | | |
43 | 54 | | |
| |||
0 commit comments