Commit 9040f65
committed
Address PR 144 review
Two stale-content fixes flagged by CoPilot:
1. CHANGELOG line-17 and line-18 bullets carried "Failure paths
continue to fire from the sentinel NodeEvent" framing from the
3b/3c era, which contradicts this PR's LlmFailedEvent migration
and full sentinel retirement. Trimmed both fragments and added
a forward-reference to the proposal 0058 entry that documents
the cycle-final state.
2. AGENTS.md's reducer baseline reproduced proposal 0023's factory
reducers verbatim from the spec, but Python doesn't ship them
in this cycle (manifest 0023 = not-yet). The text is auto-
generated by build_agents_md.py from the pinned spec submodule;
updated the generator's lead paragraph to flag that capability
summaries reproduce spec content verbatim — including additions
from accepted proposals this implementation may not yet ship —
and point readers at conformance.toml for per-proposal impl
status. Generalizes to any future not-yet proposal landing in
spec text before Python catches up. Regenerated AGENTS.md.1 parent 47441ce commit 9040f65
3 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
208 | 212 | | |
209 | 213 | | |
210 | 214 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments