Commit fd1fcd8
committed
plan: BindSpace Columns E/F/G/H integration plan v1 (457 LOC)
Meticulous mapping of 4 new BindSpace SoA columns to deliver
Foundry-Vertex parity + 3 architecturally novel capabilities:
Column H: EntityTypeId (u16) — Foundry Object Type equivalent
Column E: OntologyDelta (32B) — per-cycle structural learning
Column F: AwarenessColumn ([u8;256]) — BF16-mantissa-inline
Column G: ModelRef (u32) — ONNX style_oracle per-row binding
10 sections: current state, target state (+5.9% overhead, still L3),
column specs with scientific constraints, trait hierarchy (Distance →
Aware → AwareOp → Annotated<T> product functor), 4-phase build order
(H→E→F→G), Foundry-Vertex parity cross-reference (16 features mapped,
3 novel), scientific risk matrix (7 SOUND / 7 CAUTION / 0 WRONG from
Jirak/Pearl/NARS/Kleyko/Shaw), corrected Pearl 2³ × semiring mapping
(8-to-8 cross-crate), semantic kernel column layout, 24 deliverables.
Key scientific mitigations:
B2: pearl_rung field gates obs/interventional separation
C1: awareness is pre-NARS seed, NOT replacement for <f,c> revision
D3: unbind MUST recompute awareness (not inherit pre-bind state)
E1: awareness is strict sidecar (Kan extension holds)
E2: Annotated<T> is product functor, not natural transformation
Registered in INTEGRATION_PLANS.md.
https://claude.ai/code/session_01SbYsmmbPf9YQuYbHZN52Zh1 parent 94660bd commit fd1fcd8
2 files changed
Lines changed: 470 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
0 commit comments