Date: 2026-09-01 · Repo: fc0web/rei-aios · Consumes: fc0web/rei-checker-mcp v0.4.0a1
藤本さん directive: 「verify を SEED_KERNEL と Andrica に繋いでください」。 順序判定 (前 turn) = 作らずに繋ぐ。既存の rei-checker-mcp verify/stats/ledger 三点は 2026-08-26 に 藤本さん自ら §7 by_decision timing まで landed 済 (v0.4.0a1)。 足りないのは投入量 (13 rows) だった。
3 択のうち Path C (既存 axiom-scan の retrofit ingest) を採用。verify() 経路を通さず、
STEP 1368 で既に lake env lean により計算済みの 333 theorem × axiom profile を
ledger schema に mapping して append する bridge。
| Axiom profile | Verdict | Reason | D-FUMT₈ |
|---|---|---|---|
| zero-axiom | VALID | — | TRUE |
| Mathlib-base only (propext / Classical.choice / Quot.sound) | VALID | — | TRUE |
| hasSorryAx | UNDECIDED | MISSING_AXIOM | NEITHER |
| hasUserAxiom | UNDECIDED | MISSING_AXIOM | NEITHER |
| hasNativeDecide (only) | UNDECIDED | OUT_OF_SCOPE | NEITHER |
ledger: 13 → 429 rows
stats() output:
total: 429
valid: 331
invalid: 0
undecided: 98
decision_rate: 0.7716 (was ~0.15 with 13 rows)
reason_breakdown: {"OUT_OF_SCOPE": 89, "MISSING_AXIOM": 3, "TIMEOUT": 6}
d_fumt8_breakdown: {"TRUE": 327, "NEITHER": 95}
by_decision:
VALID: p50=0ms p90=0ms p99=0ms
UNDECIDED: p50=0ms p90=0ms p99=0ms
| checker_version | Rows | 由来 |
|---|---|---|
axiom-scan-ingest/2026-08-22+lean-4.33.1 | 333 | STEP 1368 axiom-scan pipeline (SEED_KERNEL formalized subset) |
andrica-source-scan/2026-09-01+no-axiom-check-sidecar | 83 | AndricaConjecture.lean (63) + AndricaGoldenConstantPolynomial.lean (20) の theorem/lemma 名 regex 抽出 (AxiomCheck sidecar 未整備) |
rei-checker-mcp/0.3.0a1+lean-repl-d8-2026-08-24 | 13 | 既存 STEP 1401/1402 smoke |
*AxiomCheck.lean sidecar が存在しないため、
theorem 名は抽出できたが axiom profile は不明。
sidecar を追加して axiom-scan を再実行すれば retroactively promote 可能
(ledger は append-only、古い UNDECIDED は上書きしない — 差分自体が evidence)。filter_by_source option 追加で
構造化可能 (現状 v0.5 candidate、未 spec)。scripts/rei-checker-ingest/from-axiom-scan.ts (~230 line)scripts/rei-checker-ingest/from-andrica-source.ts (~130 line)test/step1655-rei-checker-ingest-test.ts — 44/44 PASS (6 section)C:/Users/user/rei-checker-mcp/ledger.jsonl
(external repo; ingest is one-way — rei-checker-mcp not modified this STEP)*AxiomCheck.lean sidecar 追加 → axiom-scan 再実行 → 83 rows retroactively promoted8_ledger_query (STEP 1402) の source filter option 追加STEP 1554 atomic-commit protocol dogfood 33 例目。3 tab 併走中の独立 arc。