mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
docs(core): surface the config-relative recomposition caveat
Elision reads config/context.json at compose time, so the composed payload is no longer a pure function of the durable log — inspecting an old turn after a config edit can show different prefix bytes than were transmitted. Document the exception against §8.3 and make the inspect CLI print the policy in effect so divergence is visible instead of silent. The gold fix (recording the applied policy on the turn) is noted for when exact-bytes replay becomes a hard requirement. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
8a952a4b7e
commit
4b4e6af2ea
2 changed files with 25 additions and 1 deletions
|
|
@ -409,6 +409,15 @@ in `config/context.json` (`elideHistoricToolResults`, default true;
|
|||
`elideHistoricImages`, default true; `elideHistoricMiddlePaneContent`,
|
||||
default true). The inspect CLI composes through the same decorated resolver.
|
||||
|
||||
Caveat: elision makes the composed payload a function of the durable log
|
||||
PLUS the config in effect at compose time — the one deliberate exception to
|
||||
"recomposition from durable state alone" (§8.3). Within a turn this is
|
||||
harmless (policy is loaded once per execution, at resolve time), but
|
||||
inspecting an old turn after a config change may show different prefix
|
||||
bytes than were transmitted; the inspect CLI prints the active policy so
|
||||
the divergence is visible. If exact-bytes replay ever becomes a hard
|
||||
requirement, record the applied policy on the turn and compose from that.
|
||||
|
||||
### 6.7 Agent snapshot inheritance
|
||||
|
||||
Session turns whose resolved system prompt and tool set are byte-identical
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue