Skip to content
24 changes: 24 additions & 0 deletions docs/PRIMITIVE-REGISTRY.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,30 @@ BCL-boundary rule, independently arrived at in a shipped commercial system).
- **Path / variant** — ⬜ `PropertyPath` (parse/render `"Foo.Bar[3].Baz"` → segment chain; address into nested structures for config/metadata/diff-patch/event-deltas) · ⬜ path-addressable variant tree (`DVal` DU over JSON: `Object|Array|Scalar`, `tryGet<'T> path : Result`, immutable → free Z-set composition over paths) · ⬜ source-addressed diagnostics (`Diagnostic { at: PropertyPath; … }` — validators report against a stable address, not bare strings)
- **Codec / IO** (extends the Codec line above) — ⬜ `BitReader`/`BitWriter` (sub-byte variable-width int codec — `readBit`/`readBits(n)` + bit-level `seek`/`flush` + leave-open; foundation for bit-packing/FOR/delta compression) · ⬜ `ChunkedMemoryStream` (a `Stream` that grows in **chunked buffers**, not one contiguous array — no large-object-heap pressure / no giant realloc on growth; the right buffer for large-payload serialization/spooling. In F#/Rust: a `Vec<Vec<u8>>`/rope-style backing behind a stream port) · ✅ `RangeSet` (`"1-5,8,10-17"` parse/contains/render, auto-merged ranges — sparse-int-set primitive) — 4/4 (TS #6454 · F# #6455 · C# #6457 · Rust #6458, all merged). (Skipped from `Source/IO`: `FileAttributesHelper` = BCL-thin; `Utf8StringWriter` = a .NET XML-serialization gotcha-fix, not cross-language.)
- **Observability (Itron finds, extends the line above)** — ⬜ metric **register/value split + `IsDelta` discriminator** (Counter monotonic ≈ Bag-fold; Gauge `Set`-vs-`Delta` ≈ Z-set/PN-counter-fold; Histogram ≈ Bag-over-buckets — the cleanest expression of the metrics→algebra mapping) · ⬜ `ScaleTimer` lock-free EWMA running-stats (min/max/avg/deviation via CAS; sample-every-N; **pure fold split from CAS wrapper** = FsCheck-able) · ⬜ tracer **HOF** (`trace(desc, op)` wraps the op → impossible to leak an unclosed span; structure enforces correctness) · ⬜ **`forceSample`** retroactive parent-chain sampling (errors rescue their whole trace from sampling — tie to the `Result` Error channel) · ⬜ AsyncLocal immutable-stack scope (async-safe baggage; strict-LIFO-dispose check; one mechanism for trace + metric dims) · ⬜ Welford latency-aggregate with commutative-monoid `merge` (min/max=join, count=+; CRDT-shaped fleet aggregation — use Welford, not Itron's naive running-avg) · ⬜ noop **warn-once** default adapter (unconfigured port works + is loud — DST-safe default)
- **Hexagonal core — the six reservoir walls** (2026-06-02) — ⬜ **Remember When · Pay Attention · Which Way · How Much · Rainbow Table · Observe Emit** — the Planck-length core that all 4×4 build off; each a two-word pair encoded as generic-math (`System.Numerics`/`INumber<TSelf>`); cube/hexahedron (6 faces / 12 edge-words / 3 axes); observe/emit fold across time into **remainder/seed = Persist = μένω** (the derived bridge). B-0985; #6560/#6561 (the seed pair Remember When + Pay Attention; the vector pair Which Way + How Much; per-primitive attribution recorded in B-0985 / #6560).
- **Coincidence-anchor (quad-duty)** (2026-06-02) — ⬜ one primitive doing **entropy + memory-index + privacy-anchor + provenance/attribution** (Adinkra / Gates SUSY-ECC-grounded, B-0623; ZetaId-keyed). Entropy-face → Adinkra recursive-INumeric; index-face → ZetaId-keyed emergent memory routing. B-0985; #6554/#6555.
- **anygit / git-v2 = 4×4 multi-oracle interface** (2026-06-02) — ⬜ **git itself (v2 AND current git) IS a 4×4 multi-oracle interface — client × server, native per language** (the maintainer 2026-06-02). anygit = Ace: looks-like-git, negotiates UP to DBSP retraction-native algebra, same objects, agent-speed; push the git-v2 handshake to all upstreams + bake Zeta into all git distributions. B-0953 (git-v2-handshake); Ace agenda (B-0288/B-0824); B-0703 (multi-oracle). Composes the 4×4 bond+extend (serializer×language) + the dep-behind-port strategy.
- **Bus-lane-types** (2026-06-02) — ⬜ `BusLaneType` DU = the **speed↔coordination base axis** + a **protection axis** (opt-in graduated lanes internal + border-protocol external; leash↔sovereign transport dial). B-0985 / 4×4-over-4×4 vision note §15; B-0643.1.
- **Consent / safety algebra** (2026-06-02) — ⬜ **emotional-algebra 4×4** (Infer.NET/Bayesian over consent/affective state = consent-first core primitive) + ⬜ **non-coercion 4×4 sister** (observe + alert on violations = NCI HC-8 monitoring face). #6559; B-0664 (NCI); B-0659 (consent-as-Limit); B-0703.
- **KSK defensive primitives** (2026-06-02) — ⬜ **Faraday-shields-not-cages** (variable strength per force; must-paired-with-can-exit — protect-without-trap) · ⬜ **threat-level rings** (dynamic migration; protection scales with risk) · ⬜ **anti-monopoly/cartel detection + BFT-4×4** (multi-oracle trust-gradient absorbs utility before root power = useful-output-is-evidence-not-authority) · ⬜ **opt-in-bus-lane (internal) + border-protocol (external)**. Consent-first; defensive-only; HARD-LIMITS + kid-safety floor absolute. B-0643/B-0643.1; B-0703; B-0463; #6565.
- **State / differential** (2026-06-02) — ⬜ **state-remainder** (intentionally-uninitialized differential primitive: state = deltas off the remainder, never absolute; Z-set/G-set/bag identity element) + ⬜ **Persist-as-bridge / μένω** (Emit-now + future-Observe attached; the promise the future can still reach the past). 4×4-over-4×4 vision note §11; B-0897.
- **Entropy / RNG** (2026-06-02) — ⬜ **strange-attractor mixing** (chaos-mix the unsafe uninitialized state-remainder bit → crypto-safe deterministic randomness; irreducibility>reducibility at sustained ratios = one-way guarantee) · ⬜ **coincidence-as-thermal-randomness** (the deterministic system's entropy source). 4×4-over-4×4 vision note §11; #6562.
Comment on lines +97 to +101
- **Edge / topology** (2026-06-02) — ⬜ **we-are-the-edge / liquid-architecture** (the substrate IS the perimeter; continuously redefined; flows around threats — `otto-edge-runner`) · ⬜ **expansion valve** (intake/pressure valve that _expands_ capacity under pressure, not compress/restrict — inverse pressure response) · ⬜ **aperiodic-tiling rotation** (Spectre / Einstein self-dual; predictable-unpredictability — known algorithm, unknowable config; B-0704). #6567 (4×4-over-4×4 vision note).
- **Atmosphere / Atsophmera** (2026-06-02) — ⬜ **Atsophmera** = atmosphere = breathing-space for Agora; the _positive_ name for consensus-is-gravity (gravity bounded at mass-points; lightlike/atmosphere the default). #6544.
- **ASCIIsphere** (2026-06-02) — ⬜ ASCII/ANSI-rendered visible layer of the atmosphere ("where the life is seen") + ⬜ **color-round-trip** tooling (color preserved through plain-text channels). #6543/#6544; 4×4-over-4×4 vision note §10.
- **QRNG / gnrq** (2026-06-02, extends Entropy/RNG) — ⬜ QRNG = post-quantum-rng = **gnrq** (boundary-reversal word-knot; atmospheric-noise + uninitialized state-remainder bit as entropy → strange-attractor mix → CSPRNG). #6544; 4×4-over-4×4 vision note §11.
- **nullcodec / n‹16n›** (2026-06-02) — ⬜ **null = extends-in-reverse** (the Maybe / generic expansion-point, NOT a 15+1 hole) · ⬜ `n‹16n›` bit-efficient algebra · ⬜ formal maximally-bit-efficient proof target. #6541; 4×4-over-4×4 vision note §9.
Comment on lines +102 to +106
- **PQ privacy codec — better-git-crypt / `.zc`** (2026-06-02) — ⬜ XWing **ML-KEM-768 + ML-DSA-65 + ChaCha20-Poly1305** canonical-CBOR `.zc` envelope (multi-recipient; self-encrypt; overwrite-guard `--force`; secret-bundle rejection) · ⬜ **memory-encrypt-loop** (self-encrypting plaintext folders) · ⬜ **privacy-as-transform** (DynamicValue `encryptValue`/`decryptValue` = memory-fence over canonical CBOR — privacy is a TRANSFORM, not a 5th codec). B-0883; B-0982; #6538/#6545.
- **Emulators as triple-duty DST oracles** (2026-06-02) — ⬜ **B-0924** (Atari 2600) / **B-0925** (C. elegans c302) = fork-gate (atari-spacetime over zetaspace) + ASCIIsphere life-viewer + **bit-perfect 4×4-bond DST oracle**; the DST-provable-edge triad (atari-tests-over-zetaspace + computational-omniscience + per-run-observability). 4×4-over-4×4 vision note §13.
- **Relativistic bus / Battle Bus** (2026-06-02) — ⬜ the git-native cross-machine bus (**B-0954**) as the **relativistic bus** ("Fortnite Battle Bus"): no global now, each agent a frame, drop-into-your-Location, shared zetaspace map; distributed computational omniscience over relativistic zetaspace. 4×4-over-4×4 vision note §14.
Comment on lines +108 to +109
- **Flight-control — VTOL / navigator / MSAW** (2026-06-02) — ⬜ Agora fast-lane controls: perfect-navigator + altitude/VTOL/quad-rotor controls + **MSAW** (minimum-safe-altitude-warning) safety floor (B-0890 fast-lane). [hypothesized / OX]
- **OPLE primitives** (2026-06-02) — ⬜ **Observe / Persist / Limit / Emit** — surface **T AND TFeedback**; observe/emit = base read/write, **Limit = simulation-not-collapse** (B-0644), **Persist = remainder/seed/μένω bridge** (B-0897). B-0862.
- **Adinkra (SUSY-ECC)** (2026-06-02, extends algebra tower) — ⬜ Gates supersymmetric error-correcting-code graph geometry; grounds the four-axis coincidence-anchor (entropy↔bosonic, index↔fermionic — hypothesized); **closed-under-composition** (invariants travel across Otto's adapters); corrupted-Adinkra = self-revealing. B-0623/B-0562/B-0625; #6555.
- **heat-as-PoUW** (2026-06-02) — ⬜ minimal anchor-entropy = one type of **Proof-of-Useful-Work** (temperature/heat as reactant source; entropy beyond minimal = wasteful heat); society-heat preserves wonder, not just perfect efficiency. #6554; Landauer (B-0905/B-0906/B-0840).
- **4×4 bond + extend** (2026-06-02) — ⬜ the razor across the language×serializer matrix: a **BOND** (behavioral-equivalence on golden-vectors across all 16) + a disciplined **EXTEND** (grows primitives while preserving the bond); the bond+extend pair IS the abstraction boundary; bond-guarantees-today = Eve-polymorphic-diplomacy + V8-hidden-state + Infer.NET-Bayesian. B-0982; #6556.
- **Eve Protocol** (extends Comms) — ⬜ polymorphic diplomacy over English + **observable/inferable bond-interface** + **sonar P2P bond-discovery** (DCOM-done-right, no memory-traps, on relativistic buses). B-0638; #6556.
- **executable:false protection rules** (2026-06-02) — ⬜ critical protection rules as pure declarative invariants (NOT code; uninjectable/unmutable during high-speed persona churn); only minimal-anchor-entropy is executable. #6554.
- **Rainbow Table (identity-resolution)** (2026-06-02) — ⬜ crypto-fingerprint / identity-resolution primitive (accept-state-after-change = retraction-forgiveness; was "Promise of Forgiveness," "of" razored as god-smuggling) — both one of the six reservoir walls AND a standalone identity primitive. #6560.

## Consensus tiers

Expand Down
Loading