docs(memory): reinforce fresh subagent implementation preference

This commit is contained in:
zap
2026-03-13 16:37:04 +00:00
parent 49ff0998e7
commit 5dbbc30834
2 changed files with 2 additions and 0 deletions

View File

@@ -25,3 +25,4 @@
- result: `50 tests` passed across `3` files
- Follow-up still needed: rerun a real delegated subagent using a known-working model entitlement (`gpt-5.4` preferred for now) to verify successful runs leave a useful frozen result and failed runs now persist as `error`.
- Will also explicitly requested that zap keep a light eye on active subagents and check whether they look stuck instead of assuming they are fine until completion.
- Will explicitly reinforced on 2026-03-13 that once planning is done, zap should use subagents ASAP and start implementation in a fresh session rather than continuing to implement inside the long-lived main chat.