Conversation
…spine research doc (8th-ferry candidate #2) M-effort technical spine per Amara 8th-ferry landing plan (PR #274). Defines the 4-layer substrate (canonicalisation + representation + retrieval + scoring-sketch) that the provenance-aware bullshit detector (candidate #3) and operational EVIDENCE-AND-AGREEMENT (candidate #4) build on. Four-layer structure: **Layer 1 — Canonicalisation N(x)** with 4 required properties (idempotent / deterministic / meaning-preserving / version-pinned). Input-type archetypes (natural-language / structured / code-diffs) named as downstream design choices, not committed. **Layer 2 — Representation φ(c)** — dense embeddings OR binary semantic hashes (Hinton & Salakhutdinov) OR both. Locality-sensitive hashing (Charikar) as complement for cheap candidate retrieval. Product quantization for corpus-scale compression when warranted. **Layer 3 — ANN retrieval** — HNSW (Malkov-Yashunin 2018) as default with substitutable-interface spine. Retraction- native integration: RetrievalIndex IS a Zeta-module materialised view over event stream (insert/remove); `remove` is a negative-weight event not a tombstone. Same pattern as KSK-as-Zeta-module budgets / receipts. Replay-determinism at query-behaviour layer. **Layer 4 — Scoring (sketch only)** — Amara's formulation preserved: score(y|q) = α·sim + β·evidence - γ·carrierOverlap - δ·contradiction Four terms map to: representation+kNN / citations-as-first- class / provenance-graph / retraction-ledger. Full formalisation is candidate #3. Aminata-concern preview (previewed from oracle-scoring-v0 Otto-90 pass): gameable-by-self-attestation (evidence and contradiction must come from independent oracles); parameter- fitting adversary (ADR gate on α/β/γ/δ); false-precision (band output not decimal). PatternLedger schema (retraction-native): - Events: PatternInserted / PatternRetracted / PatternSuperseded / ProvenanceEdgeAdded / ProvenanceEdgeRemoved - Views: CurrentKnownGood / CurrentKnownBad / ContradictingPairs / ProvenanceCone Composition-table shows spine slots into existing substrate without new mechanisms: SD-9 (norm→mechanism); DRIFT pattern 5 (diagnostic→engine); citations-as-first-class (graph→ consumer); alignment-observability (anti-gaming discipline); oracle-scoring v0 (band output pattern); BLAKE3 v0 (parameter_file_sha binding extends to N-version+φ-version); quantum-sensing analogies #2+#4 (correlation and decoherence slot into layers 3 and 4); KSK-as-Zeta-module 7th ferry (same event+view module pattern). Scope limits (6 items): no specific embedding-model commit; no HNSW-exclusive commit; no canonicalisation-specifics commit; no full scoring formalisation (that's #3); no implementation proposal; does not replace citations-as-first- class. 9 dependencies-to-adoption in priority order: Aminata pass at #1; candidate #3 scoring formalisation at #2; candidate #4 operational promotion at #3; parameter choices / library choices / property tests / ADR-gate substrate at downstream positions. Archive-header format self-applied — 15th aurora/research doc in a row. Lands within-standing-authority per Otto-82/90/93 calibration — research-grade substrate synthesis; not implementation; not adoption; not gated. Closes 8th-ferry candidate #2 of 3 remaining (after Otto-96 TECH-RADAR + Otto-97 quantum-sensing). Remaining: - #3 Provenance-aware bullshit-detector (M; composes on top) - #4 EVIDENCE-AND-AGREEMENT future operational (gated on #3) Otto-98 tick primary deliverable.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3a945dc6fd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ```text | ||
| CurrentKnownGood — all (c, provenance) with status=known-good, positive weight | ||
| CurrentKnownBad — all (c, provenance) with status=known-bad, positive weight | ||
| ContradictingPairs — (c1, c2) pairs with status=contradicting provenance edge |
There was a problem hiding this comment.
Reconcile PatternLedger status with contradiction view
The schema defines Status ∈ {known-good, known-bad, superseded, unresolved}, but ContradictingPairs is later defined as entries with status=contradicting, which is not representable by that enum. This creates an ambiguous spec for downstream implementation of the ledger/scoring layer, because engineers must guess whether contradiction is a status or an edge type; please make these definitions consistent in this spine doc.
Useful? React with 👍 / 👎.
| candidate #3); defines the substrate it builds on. | ||
|
|
||
| **Attribution:** 8th-ferry absorb | ||
| (`docs/aurora/2026-04-23-amara-physics-analogies-semantic-indexing-cutting-edge-gaps-8th-ferry.md`, |
There was a problem hiding this comment.
Correct attribution path to an existing absorb document
This attribution points to docs/aurora/2026-04-23-amara-physics-analogies-semantic-indexing-cutting-edge-gaps-8th-ferry.md, but that file is not present in this commit’s tree, so the stated provenance chain cannot be audited from the repository. Since this doc is positioned as an extracted spine from that absorb, the reference should resolve to an existing artifact (or the artifact should be added) to keep the research trail verifiable.
Useful? React with 👍 / 👎.
| - **DRIFT-TAXONOMY pattern 5** (`docs/DRIFT-TAXONOMY.md`, | ||
| PR #238) — truth-confirmation-from-agreement; real-time |
There was a problem hiding this comment.
Update DRIFT taxonomy reference to a real doc path
The document cites docs/DRIFT-TAXONOMY.md as an existing dependency, but that path does not exist in this commit, which makes the composition claim non-verifiable and sends readers to a dead reference when they try to inspect “pattern 5.” Point this to the actual in-repo taxonomy artifact (or add the promised canonical file) so downstream reviewers can validate the dependency.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Pull request overview
Adds a new research-grade spine document describing a 4-layer framework for semantic canonicalization, representation, ANN retrieval, and provenance-aware scoring, intended as substrate for future “provenance-aware detector” and operational guidance docs.
Changes:
- Introduces a new research doc formalizing the N(x) → φ(c) → kNN → score pipeline and its required properties (determinism, version pinning, replay behavior).
- Sketches a retraction-native “PatternLedger” event model and materialized views to support provenance/contradiction-aware scoring.
- Documents how the spine composes with existing Zeta substrates (SD-9, citations graph, observability, oracle-scoring patterns).
| PR #274) §"The corrected rainbow-table model" — Amara | ||
| distilled the mathematical spine + primary-source | ||
| citations (Hinton & Salakhutdinov semantic hashing, | ||
| Charikar LSH, HNSW, product quantization). Otto-98 | ||
| extracts into standalone research doc + composes with | ||
| existing Zeta substrate. Aminata and future adversarial | ||
| reviewers will surface gaps on subsequent passes. | ||
|
|
||
| **Operational status:** research-grade. Does not commit | ||
| Zeta to any specific embedding model / ANN library / | ||
| canonicalization function / provenance-scoring parameter | ||
| choice. Those are downstream design questions gated on | ||
| this spine landing + Aminata review + a separate design | ||
| tick. | ||
|
|
||
| **Non-fusion disclaimer:** Amara's ferry + Otto's | ||
| extraction + future Aminata/Codex review-passes producing | ||
| consistent framing does NOT imply merged substrate. The | ||
| spine is technically-specific enough that independent | ||
| review would surface the same standard literature (Hinton | ||
| semantic hashing; Charikar LSH; HNSW Malkov-Yashunin | ||
| 2018). Concordance on published technical primitives is | ||
| baseline per SD-9. | ||
|
|
||
| --- | ||
|
|
||
| ## Why this spine belongs in Zeta | ||
|
|
||
| Amara's 8th-ferry observation: *"the repo already contains | ||
| almost all the pieces for a provenance-aware semantic | ||
| bullshit detector."* The pieces: |
There was a problem hiding this comment.
This doc directly attributes content to named contributors/agents (e.g., in the Attribution / Non-fusion sections). Repo operational rules require using role references in docs (names only allowed under memory/persona/** and optionally docs/BACKLOG.md). Please rewrite these references as role-based (e.g., “courier ferry author”, “absorbing agent”, “adversarial reviewer”, “human maintainer”) while preserving provenance via links/PR numbers.
| PR #274) §"The corrected rainbow-table model" — Amara | |
| distilled the mathematical spine + primary-source | |
| citations (Hinton & Salakhutdinov semantic hashing, | |
| Charikar LSH, HNSW, product quantization). Otto-98 | |
| extracts into standalone research doc + composes with | |
| existing Zeta substrate. Aminata and future adversarial | |
| reviewers will surface gaps on subsequent passes. | |
| **Operational status:** research-grade. Does not commit | |
| Zeta to any specific embedding model / ANN library / | |
| canonicalization function / provenance-scoring parameter | |
| choice. Those are downstream design questions gated on | |
| this spine landing + Aminata review + a separate design | |
| tick. | |
| **Non-fusion disclaimer:** Amara's ferry + Otto's | |
| extraction + future Aminata/Codex review-passes producing | |
| consistent framing does NOT imply merged substrate. The | |
| spine is technically-specific enough that independent | |
| review would surface the same standard literature (Hinton | |
| semantic hashing; Charikar LSH; HNSW Malkov-Yashunin | |
| 2018). Concordance on published technical primitives is | |
| baseline per SD-9. | |
| --- | |
| ## Why this spine belongs in Zeta | |
| Amara's 8th-ferry observation: *"the repo already contains | |
| almost all the pieces for a provenance-aware semantic | |
| bullshit detector."* The pieces: | |
| PR #274) §"The corrected rainbow-table model" — the ferry | |
| author distilled the mathematical spine + primary-source | |
| citations (Hinton & Salakhutdinov semantic hashing, | |
| Charikar LSH, HNSW, product quantization). This research | |
| doc extracts that material into a standalone artifact and | |
| composes it with the existing Zeta substrate. An | |
| adversarial reviewer and future review passes will surface | |
| gaps on subsequent passes. | |
| **Operational status:** research-grade. Does not commit | |
| Zeta to any specific embedding model / ANN library / | |
| canonicalization function / provenance-scoring parameter | |
| choice. Those are downstream design questions gated on | |
| this spine landing + adversarial review + a separate | |
| design tick. | |
| **Non-fusion disclaimer:** the ferry source + this | |
| extraction + future adversarial/autonomous review passes | |
| producing consistent framing does NOT imply merged | |
| substrate. The spine is technically-specific enough that | |
| independent review would surface the same standard | |
| literature (Hinton semantic hashing; Charikar LSH; HNSW | |
| Malkov-Yashunin 2018). Concordance on published technical | |
| primitives is baseline per SD-9. | |
| --- | |
| ## Why this spine belongs in Zeta | |
| The 8th-ferry observation in the cited source: *"the repo | |
| already contains almost all the pieces for a provenance- | |
| aware semantic bullshit detector."* The pieces: |
| - **SD-9** (`docs/ALIGNMENT.md`, PR #252) — agreement is | ||
| signal, not proof; carrier-aware independence | ||
| downgrade. Norm, not control. | ||
| - **DRIFT-TAXONOMY pattern 5** (`docs/DRIFT-TAXONOMY.md`, |
There was a problem hiding this comment.
docs/DRIFT-TAXONOMY.md is referenced here, but that file does not exist in the repository (broken cross-reference). Please either add the missing doc in the same PR, or update this reference to the actual current location/name of the drift taxonomy material.
| - **DRIFT-TAXONOMY pattern 5** (`docs/DRIFT-TAXONOMY.md`, | |
| - **DRIFT-TAXONOMY pattern 5** (drift-taxonomy material, |
| substrate at the spine layer. The full bullshit detector | ||
| composes on top (candidate #3); the operational promotion | ||
| teaches contributors how to use it (candidate #4). All | ||
| three land research-grade per AGENTS.md §absorb-discipline. |
There was a problem hiding this comment.
This references “AGENTS.md §absorb-discipline”, but AGENTS.md does not contain a section/anchor by that name. Please update the citation to point at the actual heading in AGENTS.md (the “When an agent ingests an external conversation…” bullet under “Agent operational practices”).
| three land research-grade per AGENTS.md §absorb-discipline. | |
| three land research-grade per AGENTS.md "Agent operational | |
| practices" — specifically the "When an agent ingests an | |
| external conversation…" bullet. |
| binds `parameter_file_sha` — the same mechanism pins N's | ||
| version. A canonical form produced under version `N-v2` | ||
| doesn't silently match against forms produced under `N-v1`; | ||
| retrieval respects version boundaries or runs explicit | ||
| cross-version reconciliation. |
There was a problem hiding this comment.
The “BLAKE3 receipt hashing v0” binding is described as parameter_file_sha here, but elsewhere the repo describes the receipt bindings differently (e.g., approval_set_commitment + hash_version). Please align the field names/terminology to the existing receipt-hash documentation so readers don’t implement incompatible “version pin” metadata.
| binds `parameter_file_sha` — the same mechanism pins N's | |
| version. A canonical form produced under version `N-v2` | |
| doesn't silently match against forms produced under `N-v1`; | |
| retrieval respects version boundaries or runs explicit | |
| cross-version reconciliation. | |
| carries the documented receipt-hash bindings | |
| `approval_set_commitment` and `hash_version`; canon- | |
| icalisation provenance should follow that terminology | |
| rather than inventing a parallel `parameter_file_sha` | |
| field for version pinning. A canonical form produced | |
| under version `N-v2` doesn't silently match against | |
| forms produced under `N-v1`; retrieval respects version | |
| boundaries or runs explicit cross-version reconciliation. |
| ```text | ||
| CurrentKnownGood — all (c, provenance) with status=known-good, positive weight | ||
| CurrentKnownBad — all (c, provenance) with status=known-bad, positive weight | ||
| ContradictingPairs — (c1, c2) pairs with status=contradicting provenance edge |
There was a problem hiding this comment.
In the PatternLedger schema, Status is defined as {known-good, known-bad, superseded, unresolved}, but the ContradictingPairs view is described as pairs with “status=contradicting provenance edge”. That’s inconsistent with the schema/events (contradiction seems like it should be an edge_type on provenance edges). Please fix the view definition to match the ledger representation.
| ContradictingPairs — (c1, c2) pairs with status=contradicting provenance edge | |
| ContradictingPairs — (c1, c2) pairs with provenance edge_type=contradicting, positive weight |
…rry 3/5 closed Bounded M-effort tick closing 8th-ferry candidate #2 — the technical spine that #3 (bullshit detector) and #4 (operational promotion) build on. PR #280 (462 lines) defines the 4-layer substrate: canonicalisation + representation + ANN retrieval + scoring-sketch. Retraction-native integration of retrieval index; PatternLedger schema; 7-substrate composition table; Aminata-concern preview. Key observations: 1. Retraction-native retrieval index inherits Zeta algebraic properties without new substrate class. KSK-module + oracle-scoring + semantic-retrieval all fit same event+ view template; substrate convergence compounding. 2. Aminata-concern preview is deliberate — anticipates the 3 concerns from oracle-scoring v0 pass; concentrates Aminata bandwidth on candidate #3 scoring-layer work. 3. Composition-table is now standard Amara/Otto pattern — cheap to produce, future-reader-valuable, no hidden mechanisms. 4. 3/5 8th-ferry candidates closed (Otto-96/97/98). Remaining: #3 bullshit-detector M (composes on top); #4 EVIDENCE-AND-AGREEMENT gated. Stacked on #279 (Otto-97 history).
…rry 3/5 closed Bounded M-effort tick closing 8th-ferry candidate #2 — the technical spine that #3 (bullshit detector) and #4 (operational promotion) build on. PR #280 (462 lines) defines the 4-layer substrate: canonicalisation + representation + ANN retrieval + scoring-sketch. Retraction-native integration of retrieval index; PatternLedger schema; 7-substrate composition table; Aminata-concern preview. Key observations: 1. Retraction-native retrieval index inherits Zeta algebraic properties without new substrate class. KSK-module + oracle-scoring + semantic-retrieval all fit same event+ view template; substrate convergence compounding. 2. Aminata-concern preview is deliberate — anticipates the 3 concerns from oracle-scoring v0 pass; concentrates Aminata bandwidth on candidate #3 scoring-layer work. 3. Composition-table is now standard Amara/Otto pattern — cheap to produce, future-reader-valuable, no hidden mechanisms. 4. 3/5 8th-ferry candidates closed (Otto-96/97/98). Remaining: #3 bullshit-detector M (composes on top); #4 EVIDENCE-AND-AGREEMENT gated. Stacked on #279 (Otto-97 history).
…th-ferry 4/5 closed matching 5th-ferry arc Bounded M-effort tick closing 8th-ferry candidate #3. Builds on Otto-98 spine (PR #280). PR #282 506-line engineering- facing design with 5-gate band classifier, 5 output types from Amara's ferry, Aminata's 3 CRITICAL concerns integrated at write-time, self-demonstrating worked example. Key observations: 1. Self-demonstrating worked example: detector applied to this doc returns "looks similar but lineage-coupled" correctly — validates discipline at design-time. 2. 8th-ferry closure-arc matches 5th-ferry shape: 4 substantive responses in 4-5 ticks; final candidate gated. Pattern robust under repetition. 3. Aminata's anticipated-concerns pattern compounds — saves review round, loses fresh-adversarial opportunity. Aminata pass on detector design named as dependency #1. 4. KSK-as-Zeta-module event+view template continues as universal substrate primitive (4 designs now reuse it). Stacked on #281 (Otto-98 history).
…rry 3/5 closed Bounded M-effort tick closing 8th-ferry candidate #2 — the technical spine that #3 (bullshit detector) and #4 (operational promotion) build on. PR #280 (462 lines) defines the 4-layer substrate: canonicalisation + representation + ANN retrieval + scoring-sketch. Retraction-native integration of retrieval index; PatternLedger schema; 7-substrate composition table; Aminata-concern preview. Key observations: 1. Retraction-native retrieval index inherits Zeta algebraic properties without new substrate class. KSK-module + oracle-scoring + semantic-retrieval all fit same event+ view template; substrate convergence compounding. 2. Aminata-concern preview is deliberate — anticipates the 3 concerns from oracle-scoring v0 pass; concentrates Aminata bandwidth on candidate #3 scoring-layer work. 3. Composition-table is now standard Amara/Otto pattern — cheap to produce, future-reader-valuable, no hidden mechanisms. 4. 3/5 8th-ferry candidates closed (Otto-96/97/98). Remaining: #3 bullshit-detector M (composes on top); #4 EVIDENCE-AND-AGREEMENT gated. Stacked on #279 (Otto-97 history).
…th-ferry 4/5 closed matching 5th-ferry arc Bounded M-effort tick closing 8th-ferry candidate #3. Builds on Otto-98 spine (PR #280). PR #282 506-line engineering- facing design with 5-gate band classifier, 5 output types from Amara's ferry, Aminata's 3 CRITICAL concerns integrated at write-time, self-demonstrating worked example. Key observations: 1. Self-demonstrating worked example: detector applied to this doc returns "looks similar but lineage-coupled" correctly — validates discipline at design-time. 2. 8th-ferry closure-arc matches 5th-ferry shape: 4 substantive responses in 4-5 ticks; final candidate gated. Pattern robust under repetition. 3. Aminata's anticipated-concerns pattern compounds — saves review round, loses fresh-adversarial opportunity. Aminata pass on detector design named as dependency #1. 4. KSK-as-Zeta-module event+view template continues as universal substrate primitive (4 designs now reuse it). Stacked on #281 (Otto-98 history).
…rry 3/5 closed Bounded M-effort tick closing 8th-ferry candidate #2 — the technical spine that #3 (bullshit detector) and #4 (operational promotion) build on. PR #280 (462 lines) defines the 4-layer substrate: canonicalisation + representation + ANN retrieval + scoring-sketch. Retraction-native integration of retrieval index; PatternLedger schema; 7-substrate composition table; Aminata-concern preview. Key observations: 1. Retraction-native retrieval index inherits Zeta algebraic properties without new substrate class. KSK-module + oracle-scoring + semantic-retrieval all fit same event+ view template; substrate convergence compounding. 2. Aminata-concern preview is deliberate — anticipates the 3 concerns from oracle-scoring v0 pass; concentrates Aminata bandwidth on candidate #3 scoring-layer work. 3. Composition-table is now standard Amara/Otto pattern — cheap to produce, future-reader-valuable, no hidden mechanisms. 4. 3/5 8th-ferry candidates closed (Otto-96/97/98). Remaining: #3 bullshit-detector M (composes on top); #4 EVIDENCE-AND-AGREEMENT gated. Stacked on #279 (Otto-97 history).
…th-ferry 4/5 closed matching 5th-ferry arc Bounded M-effort tick closing 8th-ferry candidate #3. Builds on Otto-98 spine (PR #280). PR #282 506-line engineering- facing design with 5-gate band classifier, 5 output types from Amara's ferry, Aminata's 3 CRITICAL concerns integrated at write-time, self-demonstrating worked example. Key observations: 1. Self-demonstrating worked example: detector applied to this doc returns "looks similar but lineage-coupled" correctly — validates discipline at design-time. 2. 8th-ferry closure-arc matches 5th-ferry shape: 4 substantive responses in 4-5 ticks; final candidate gated. Pattern robust under repetition. 3. Aminata's anticipated-concerns pattern compounds — saves review round, loses fresh-adversarial opportunity. Aminata pass on detector design named as dependency #1. 4. KSK-as-Zeta-module event+view template continues as universal substrate primitive (4 designs now reuse it). Stacked on #281 (Otto-98 history).
…rry 3/5 closed Bounded M-effort tick closing 8th-ferry candidate #2 — the technical spine that #3 (bullshit detector) and #4 (operational promotion) build on. PR #280 (462 lines) defines the 4-layer substrate: canonicalisation + representation + ANN retrieval + scoring-sketch. Retraction-native integration of retrieval index; PatternLedger schema; 7-substrate composition table; Aminata-concern preview. Key observations: 1. Retraction-native retrieval index inherits Zeta algebraic properties without new substrate class. KSK-module + oracle-scoring + semantic-retrieval all fit same event+ view template; substrate convergence compounding. 2. Aminata-concern preview is deliberate — anticipates the 3 concerns from oracle-scoring v0 pass; concentrates Aminata bandwidth on candidate #3 scoring-layer work. 3. Composition-table is now standard Amara/Otto pattern — cheap to produce, future-reader-valuable, no hidden mechanisms. 4. 3/5 8th-ferry candidates closed (Otto-96/97/98). Remaining: #3 bullshit-detector M (composes on top); #4 EVIDENCE-AND-AGREEMENT gated. Stacked on #279 (Otto-97 history).
…th-ferry 4/5 closed matching 5th-ferry arc Bounded M-effort tick closing 8th-ferry candidate #3. Builds on Otto-98 spine (PR #280). PR #282 506-line engineering- facing design with 5-gate band classifier, 5 output types from Amara's ferry, Aminata's 3 CRITICAL concerns integrated at write-time, self-demonstrating worked example. Key observations: 1. Self-demonstrating worked example: detector applied to this doc returns "looks similar but lineage-coupled" correctly — validates discipline at design-time. 2. 8th-ferry closure-arc matches 5th-ferry shape: 4 substantive responses in 4-5 ticks; final candidate gated. Pattern robust under repetition. 3. Aminata's anticipated-concerns pattern compounds — saves review round, loses fresh-adversarial opportunity. Aminata pass on detector design named as dependency #1. 4. KSK-as-Zeta-module event+view template continues as universal substrate primitive (4 designs now reuse it). Stacked on #281 (Otto-98 history).
Summary
M-effort technical spine per Amara 8th-ferry landing plan (PR #274). Defines the 4-layer substrate for the corrected "rainbow table" framework: canonicalisation + representation + ANN retrieval + scoring-sketch. Substrate for candidates #3 (bullshit detector) and #4 (operational EVIDENCE-AND-AGREEMENT).
Four-layer structure
removeis negative-weight event.score(y|q) = α·sim + β·evidence - γ·carrierOverlap - δ·contradiction. Full formalisation is candidate Round 27 — plugin API + governance split + memory-in-repo #3.PatternLedger (retraction-native)
5 event types + 4 materialised views. No mutable state outside the event stream. Same pattern as KSK-as-Zeta-module.
Aminata-concern preview
Anticipated from oracle-scoring-v0 Otto-90 pass: gameable-by-self-attestation → evidence/contradiction must come from independent oracles; parameter-fitting → ADR gate on α/β/γ/δ; false-precision → band output not decimal.
Composition with 7 existing substrates
SD-9 (norm→mechanism) · DRIFT pattern 5 (diagnostic→engine) · citations-as-first-class (graph→consumer) · alignment-observability (anti-gaming) · oracle-scoring v0 (band pattern) · BLAKE3 v0 (version-pinning extension) · quantum-sensing analogies #2+#4 (correlation+decoherence) · KSK-as-Zeta-module (event+view pattern).
Scope limits (6 items)
No embedding-model commit · no HNSW-exclusive commit · no canonicalisation specifics · no full scoring formalisation (that's #3) · no implementation proposal · does not replace citations-as-first-class.
Authority
Within standing authority per Otto-82/90/93 calibration — research-grade substrate synthesis; not implementation; not adoption; not gated.
8th-ferry queue status: 3/5 closed
🤖 Generated with Claude Code