Commit d20420c
fix(plugin): add continuation signals after fork subagent invocations
Elaboration was stalling after the discovery phase because the LLM lost
track of the workflow after the fork subagent returned. Add explicit
"DO NOT STOP HERE" directives after each Skill() fork invocation to
prevent the agent from halting mid-elaboration.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 672f5e1 commit d20420c
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| 336 | + | |
| 337 | + | |
336 | 338 | | |
337 | 339 | | |
338 | 340 | | |
| |||
1075 | 1077 | | |
1076 | 1078 | | |
1077 | 1079 | | |
| 1080 | + | |
| 1081 | + | |
1078 | 1082 | | |
1079 | 1083 | | |
1080 | 1084 | | |
| |||
1168 | 1172 | | |
1169 | 1173 | | |
1170 | 1174 | | |
| 1175 | + | |
| 1176 | + | |
1171 | 1177 | | |
1172 | 1178 | | |
1173 | 1179 | | |
| |||
0 commit comments