Commit 498251f
committed
fix(tasks,implement): address review — remove duplicate format note and fix context-loss gap
Remove governed-operation hint from tasks-template.md Format Legend; the
generation rule in tasks.md is the single authoritative source, so the legend
entry was redundant duplication.
Add Task-level re-read instruction to implement.md step 6: before executing
each task the agent re-reads that task's entry from tasks.md on disk. This
closes the gap the reviewer identified — the initial tasks.md load can be
compacted out of context during a long session, but a per-task re-read ensures
embedded governed commands are always in active context at execution time.1 parent b957ccc commit 498251f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
0 commit comments