Release notes: 2026-05-25 — proof-db-ci-gate¶
Status: Ready for review
Repo: li-langverse/lic
PR: feat/proof-db-ci-gate
PH / REQ: PH-2f
Summary (one sentence)¶
Adds a proof-database release gate that exports Lean theorem statuses to JSONL, pins proof-db/baseline.jsonl, and runs an advisory CI check after semantics lake and AutoVC open-goal enforcement.
Agent continuation (required)¶
- Read:
proof-db/README.md,scripts/export-proof-db.sh,scripts/check-proof-db.sh. - Run:
./scripts/build.sh;lic build li-tests/modules/greeter/greeter.li -o /dev/null;LI_PROOF_DB_STRICT=0 ./scripts/check-proof-db.sh. - Then: rerun
./scripts/export-proof-db.sh > proof-db/baseline.jsonlwhen statuses change intentionally. - Blocked on: none.
Changed (specific)¶
proof-db/Lean bridge, four-rowindex.json,baseline.jsonl, README.scripts/export-proof-db.sh,scripts/check-proof-db.shwithLI_PROOF_DB_STRICTandPROOF_DB_SKIP.scripts/ci.shandscripts/check-master-plan-gates.shwiring after lake + AutoVC gate.docs/verification/proof-corpus-roadmap.mdgate row.
Not changed (scope fence)¶
- Physics and unrelated proof-db pipelines — not modified.
autovc_std_*compiler emission — not wired.
Breaking changes¶
None.
Security¶
N/A — read-only scan and baseline diff.
Performance¶
N/A.
Downstream¶
N/A.