Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 3.05 KB

File metadata and controls

58 lines (45 loc) · 3.05 KB

Proof Refresh Bundle

Current State

  • status: proof_refresh_bundle_ready_local
  • generated_at: 2026-03-28T01:32:00.792514+00:00
  • purpose: Rebuild the current proof surface, remote-sync packet, public citation pack, upstream issue packet, and independent rerun kit in one local command so later operators do not need to remember the refresh order.

Proof Rollup

Signal Value
Benchmark cases 2
Scripted reruns 1
Average replay-cost reduction 64.6%
Average restart clarity ratio 0.94
Remote-sync assets 21
Public proof assets 12
Independent rerun artifacts 6
Target eval packet system new-honest
Upstream target NevaMind-AI / memU
Upstream publish boundary waiting_confirmation
Stale verdict reproduced true

Refresh Steps

Step Command Markdown JSON
proof surface python3 scripts/build_proof_surface.py docs/proof-surface.md reports/proof-surface-2026-03-27.json
remote sync manifest python3 scripts/build_remote_sync_manifest.py docs/remote-sync-manifest.md reports/remote-sync-manifest-2026-03-27.json
public citation pack python3 scripts/build_public_citation_pack.py docs/public-citation-pack.md reports/public-citation-pack-2026-03-27.json
upstream issue packet python3 scripts/build_upstream_issue_packet.py --preset memu docs/upstream-issue-packet-memu.md reports/upstream-issue-packet-memu-2026-03-27.json
independent rerun kit python3 scripts/build_independent_rerun_kit.py docs/independent-rerun-kit.md reports/independent-rerun-kit-2026-03-27.json
target-system eval packet python3 scripts/build_target_system_eval_packet.py docs/target-system-eval-packet.md reports/target-system-eval-packet-2026-03-27.json

Generated Assets

  • proof_surface markdown: docs/proof-surface.md
  • proof_surface json: reports/proof-surface-2026-03-27.json
  • remote_sync_manifest markdown: docs/remote-sync-manifest.md
  • remote_sync_manifest json: reports/remote-sync-manifest-2026-03-27.json
  • public_citation_pack markdown: docs/public-citation-pack.md
  • public_citation_pack json: reports/public-citation-pack-2026-03-27.json
  • upstream_issue_packet_memu markdown: docs/upstream-issue-packet-memu.md
  • upstream_issue_packet_memu json: reports/upstream-issue-packet-memu-2026-03-27.json
  • independent_rerun_kit markdown: docs/independent-rerun-kit.md
  • independent_rerun_kit json: reports/independent-rerun-kit-2026-03-27.json
  • target_system_eval_packet markdown: docs/target-system-eval-packet.md
  • target_system_eval_packet json: reports/target-system-eval-packet-2026-03-27.json

Single Refresh Command

  • python3 scripts/build_proof_refresh_bundle.py --json

Remaining Gap

  • next_step: Use the single refresh command after any benchmark or proof change, then hand the independent rerun kit to a later operator or republish the refreshed bundle after any proof change.