Commit fed9c9e
committed
fix(pm): keep the production spawn naming TOOL, so the gate keeps its RUN edge
The first draft routed both the real and the substituted child through one
`resolve(ROOT, child)` call. The tool's derivation follows that spawn as a RUN
edge to inherit TOOL's watch hints — the workflow tree among them — and its run
scan refuses a rebound program component, so the edge vanished: five cases of
the tool's own 1730-case battery red, and a workflows-only surface stopped
deriving `check:pm-dispatch-gates` at all (measured 1 -> 0 on
.github/workflows/board-snapshot.yml).
The substituted child now gets its own call and the production one is the
expression that was there before.
Claude-Session: https://claude.ai/code/session_01HZfg2AwVX191qCizp88gQr
Co-authored-by: Claude <noreply@anthropic.com>1 parent 272be13 commit fed9c9e
1 file changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
320 | 336 | | |
321 | 337 | | |
322 | 338 | | |
| |||
0 commit comments