Skip to content

Commit cc2841c

Browse files
authored
Merge pull request #200 from FluffyAIcode/AgentMemory/proof-obligation-ledger-0719
feat(agents): persist unresolved proof obligations
2 parents d1120d2 + a57b94a commit cc2841c

3 files changed

Lines changed: 361 additions & 3 deletions

File tree

docs/ops/distributed-prefill-kv-network.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,13 @@ to the new Critic steering for verification. The full issue list is timestamped
364364
in the Critic log and recorded by ID/count in benchmark config. Issues remain
365365
pending across failures and are marked consumed only after a complete,
366366
successful Generator/Critic turn.
367+
Mathematical closure is tracked separately in
368+
`~/.kakeya/agent_gan_proof_ledger.json`. Each unresolved obligation has a stable
369+
ID and is injected through a dedicated `PROOF OBLIGATION LEDGER` section, never
370+
through Terminal input. Generator must emit one `ISSUE_RESPONSE` per ID; Critic
371+
must emit a structured `ISSUE_VERDICT` with status, evidence, and missing lemma.
372+
Missing or structurally weak verdicts remain `UNRESOLVED` and are carried into
373+
the next auto-loop turn. Infrastructure success does not close proof issues.
367374
Generator output is always streamed in full to Terminal and passed verbatim to
368375
the Gemma Critic. Sampling, truncation, summarization, independent chunk scores,
369376
and semantic fallback are forbidden. A global Critic score is valid only when

0 commit comments

Comments
 (0)