Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/ops/distributed-prefill-kv-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,13 @@ to the new Critic steering for verification. The full issue list is timestamped
in the Critic log and recorded by ID/count in benchmark config. Issues remain
pending across failures and are marked consumed only after a complete,
successful Generator/Critic turn.
Mathematical closure is tracked separately in
`~/.kakeya/agent_gan_proof_ledger.json`. Each unresolved obligation has a stable
ID and is injected through a dedicated `PROOF OBLIGATION LEDGER` section, never
through Terminal input. Generator must emit one `ISSUE_RESPONSE` per ID; Critic
must emit a structured `ISSUE_VERDICT` with status, evidence, and missing lemma.
Missing or structurally weak verdicts remain `UNRESOLVED` and are carried into
the next auto-loop turn. Infrastructure success does not close proof issues.
Generator output is always streamed in full to Terminal and passed verbatim to
the Gemma Critic. Sampling, truncation, summarization, independent chunk scores,
and semantic fallback are forbidden. A global Critic score is valid only when
Expand Down
Loading
Loading