mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
- AVMIsa/Emit §7: fix emitRrcCorpus278 JSON structure (summaryStr sub-object + classified.rowsJson instead of nested classified.json); add #eval emitRrcCorpus278 witness (line 261) - RRC/Emit §8: add rowsJson field to EmitResult (flat JSON array of rows, usable by outer envelope builders without re-serializing) - 4-Infrastructure/shim/emit278_extract.py: new extractor — runs lake build Semantics.AVMIsa.Emit, captures #eval output, strips Lean repr escaping, validates JSON, writes shared-data/data/stack_solidification/emit278.json - emit278.json: 278 rows, schema=avm_rrc_corpus278_v1, avm_canaries_passed=true, bundle_receipt_valid=true, claim_boundary=admissibility-and-routing-pass-only;not-promoted (all 278 rows missing_prediction — no PIST labels supplied yet) - Full lake build: 3570 jobs, 0 errors Generated with [Devin](https://cli.devin.ai/docs) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| core | ||
| lean | ||
| otom | ||
| receipts | ||
| rust/ftdi_gimbal | ||
| README.md | ||
0-Core-Formalism
Purpose: Formal foundations for the entire Research Stack — Lean modules, bind primitive, Triumvirate consensus, core source.
No external dependencies. All other layers depend on this.
Contents (Target)
| Source | Destination |
|---|---|
0-Core-Formalism/lean/Semantics/ |
0-Core-Formalism/lean/Semantics/ |
core/ |
0-Core-Formalism/core/ |
Concepts
- bind — State → (State → Action) → State
- TriumvirateClock — ternary consensus (ADD/PAUSE/SUBTRACT)
- Builder/Judge/Warden — roles mapped to hardware registers
- OTOM — Ordered Transformation & Orchestration Model
Build
cd "0-Core-Formalism"
lake build