Skip to content

feat(agents): persist unresolved proof obligations - #200

Merged
FluffyAIcode merged 1 commit into
mainfrom
AgentMemory/proof-obligation-ledger-0719
Jul 19, 2026
Merged

feat(agents): persist unresolved proof obligations#200
FluffyAIcode merged 1 commit into
mainfrom
AgentMemory/proof-obligation-ledger-0719

Conversation

@FluffyAIcode

Copy link
Copy Markdown
Owner

Summary

  • add a private persistent Proof Obligation Ledger with stable IDs and parent relationships
  • inject the ledger through dedicated Generator and Critic protocol sections, never Terminal input
  • require one ISSUE_RESPONSE per pending ID from Generator
  • require one structured ISSUE_VERDICT per pending ID from Critic
  • keep missing, malformed, weakly evidenced, or lemma-dependent verdicts UNRESOLVED
  • close only structurally valid PROVED or DISPROVED verdicts
  • carry unresolved obligations automatically into every subsequent auto-loop turn
  • log ledger load, Generator coverage, Critic verdicts, carried/closed events, and versioned checkpoints
  • expose ledger ID/version/coverage/unresolved counts in benchmark metadata

Seed obligations

The private runtime ledger is seeded with RH-C1..RH-C5 covering logarithmic-derivative circularity, Dirichlet-polynomial zero convergence, GUE non-equivalence, BM assumptions, and exact off-line-zero exclusion.

Non-interruption

The currently running inference remains untouched. Deployment handoff occurs only after its complete checkpoint and before the next run starts.

Tests

  • private atomic ledger persistence
  • Generator issue coverage
  • valid closure and unresolved carry-forward
  • rejection of weak or missing closure evidence
  • existing state-machine, checkpoint, and inbox behavior
  • targeted suite — 23 passed
  • full platform-neutral suite — 884 passed, 1 skipped
  • Python compile and diff checks pass

Made with Cursor

Require Generator corrections and Critic verdicts for stable issue IDs, carry unresolved mathematics across auto-loop turns, and separate proof closure from infrastructure success.

Co-authored-by: Cursor <cursoragent@cursor.com>
@cursor

cursor Bot commented Jul 19, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@FluffyAIcode
FluffyAIcode merged commit cc2841c into main Jul 19, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant