Skip to content
9 changes: 9 additions & 0 deletions docs/PRIMITIVE-REGISTRY.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ 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. Attribution: Aaron's seed (Remember When + Pay Attention); Addison's vector (Which Way + How Much).
Comment thread
AceHack marked this conversation as resolved.
Outdated
- **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 / vision §15; B-0643.1.
Comment thread
AceHack marked this conversation as resolved.
Outdated
- **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). vision §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). vision §11; #6562.
Comment thread
AceHack marked this conversation as resolved.
Outdated
- **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 vision.

## Consensus tiers

Expand Down
Loading