Commit graph

5 commits

Author SHA1 Message Date
Brandon Schneider
0e250e61ee chore: add Menger/Koch model extraction JSON from ChatGPT session
Extracted 12 mathematical components from 414-message session.
Comparison against existing codebase: 3 STRONG, 2 GOOD, 5 PARTIAL,
1 MINIMAL, 1 NONE coverage (Reuleaux triangle missing entirely).
2026-05-13 20:39:39 -05:00
Brandon Schneider
1872b69ba7 feat(physics): DESI invariant and 16D horn-fiber model projection
Add two Lean modules projecting the Menger/Koch/Gabriel-Horn fiber model
onto DESI DR2 cosmological observables:

- DESIInvariant.lean: Hardcoded DESI DR1/DR2 constants as Q16_16 Int
  literals. Zero Float arithmetic. 7 observational parameters + sigma
  bounds. 5 native_decide theorems. 7 eval! receipts.

- DESIModelProjection.lean: Maps 16D model predictions onto DESI
  observables. 4-component residual computation with verdict
  classification. 17 native_decide theorems proving:
    * All 4 observables within 1s of DESI DR2
    * Directional agreement on w0 > -1, wa < 0
    * Menger/Koch geometric facts (d_H < 3, D_K < d_H, divergence > 1)
    * Horn volume bounded, surface grows, torsion drives boundary

Receipt: desi_model_projection_receipt_2026-05-13.md
Build: lake build Semantics 3529 jobs, zero errors
2026-05-13 20:21:18 -05:00
Brandon Schneider
0e7489559c feat(codebase-memory): FAMM-based persistent multi-domain memory for Hermes
- Rust crate: codebase-memory with cargo check + 6/6 tests pass
- types.rs: Q16_16, 7 CodeDomain banks, scar tracking, dual-map state
- adapter.rs: observe, commit_gate, advance_epoch, query_all, save/load
- main.rs: load_for_hermes binary entry point
- hermes_integration_manifest.json: agent contract and promotion gates
- Manifest: shared-data/data/stack_solidification/codebase_memory_receipt_2026-05-13.md
- Deleted Python adapter, replaced with Rust runtime
- FAMM.lean fix: UInt4→UInt8 for capability cells, proper Q16_16 comparisons
- Semantics.lean: quarantine imports for CodebaseMemory/CodebaseFSDU/CodebaseReceipt
- Quarantined 3 Lean files from lake build (field notation issues)

Build verified: lake build Semantics.FAMM passes (3,300 jobs)
2026-05-13 16:11:27 -05:00
Brandon Schneider
101068083d Add prime gap K21 rerun receipt 2026-05-11 21:49:24 -05:00
Brandon Schneider
f2d75ea7be Add NUVMAP scan scheduling receipts 2026-05-11 14:49:17 -05:00