Brandon Schneider
|
696e86443d
|
feat: FAMM-integrated VCN transport (gate-checked encode/decode)
Ports Lean formalization to Python:
- gateCondition: ||coker(M) residual|| < ε (Q16_16)
- Scar/ScarBundle: pressure + mode per strand
- fammGate: admissibility check on 8-strand state
- eigensolid_converged: verify convergence before transmission
- voltage_mode_from_fd: FD → STORE/COMPUTE/APPROX/MORPHIC
- latency_class: RTT → local/near/far/derp/offline
Pipeline:
Braid data → FAMM gate → eigensolid check → FD → voltage mode
→ RouteCost latency → VCN encode → SEI receipt with FAMM metadata
Gate behavior:
- FAMM admissible + eigensolid converged → encode
- Either fails → reject with scar info, don't encode
- Receipt includes: claim_boundary, promotion=not_promoted
All Q16_16 arithmetic (no Float in compute paths).
68/68 tests still pass.
|
2026-05-30 00:56:43 -05:00 |
|