feat(third-door): ADR-0241 wave-field substrate + operator subsumption #32

Closed
core-labs wants to merge 0 commits from feat/third-door-wave-field-substrate into main
Owner

Summary

Integrates the Cl(4,1) wave-field substrate (ADR-0241) under Third-Door operators with full subsumption (no parallel residual path), plus core_ha deprecation authority.

What landed

  1. Docs — ADR-0241, core_ha deprecation plan, fidelity ledger §12 + scorecard W1–W6
  2. Substratecore/physics/wave_manifold.py (sandwich / left-spinor transport, spectral leakage, polar, unitary residual, chiral charge, standing-wave registry + resonant recall)
  3. Slice-2 subsumption — surprise, Procrustes (field), GoldTether, biography delegate into WaveManifold
  4. Slice-3 — multi-pair conjugacy thin wrap; resonant recall pins; ledger close

Invariants

  • versor_condition / dual-checked unitary residual
  • Algebra-native only (no scipy-as-truth)
  • No teaching/vault imports from physics; discovery wiring unchanged (proposal-only)
  • Off-serving: wave not wired into serve / wrong=0 path
  • Chiral charge honest (~0 in real Cl(4,1); #19 family)
  • #18 gold-set bootstrap/prune still deferred

Delegation map

Operator Path
surprise_residual (32-vec) compute_spectral_leakage
Procrustes single field wave_analogical_polar
Procrustes multi field wave_field_conjugacy
Null-point / (5,K) Kabsch retained
coherence_residual measure_unitary_residual
integrate_biography unitary lock-in + mode registry + holonomy_encode

Deferred (explicit)

  • Durable holographic vault store (session registry only)
  • Rust/MLX acceleration
  • #18 bootstrap/prune
  • R&D #21 trajectory invariants + ADR-DAG

Test plan

  • pytest tests/test_adr_0241_wave_manifold.py -v
  • Third-Door suite (goldtether, surprise, dynamic_manifold, biography, dual, discovery, fidelity) — 103 passed pre-PR
  • core test --suite algebra -q (optional CI)
  • core test --suite smoke -q

PR checklist (AGENTS.md)

  • Capability: continuous wave-field layer under Third-Door; deprecates parallel pointwise residual paths
  • Field invariant: unitary residual / versor closure on transport outputs
  • Validation: ADR-0241 suite + Third-Door regression
  • Avoided: hot-path unitize, stochastic fallback, ANN/cosine, unreviewed vault mutation
  • Trust: off-serving physics geometry; no new user-input surface
## Summary Integrates the Cl(4,1) **wave-field substrate** (ADR-0241) under Third-Door operators with full subsumption (no parallel residual path), plus `core_ha` deprecation authority. ### What landed 1. **Docs** — ADR-0241, `core_ha` deprecation plan, fidelity ledger §12 + scorecard W1–W6 2. **Substrate** — `core/physics/wave_manifold.py` (sandwich / left-spinor transport, spectral leakage, polar, unitary residual, chiral charge, standing-wave registry + resonant recall) 3. **Slice-2 subsumption** — surprise, Procrustes (field), GoldTether, biography delegate into `WaveManifold` 4. **Slice-3** — multi-pair conjugacy thin wrap; resonant recall pins; ledger close ### Invariants - `versor_condition` / dual-checked unitary residual - Algebra-native only (no scipy-as-truth) - No teaching/vault imports from physics; discovery wiring unchanged (proposal-only) - Off-serving: wave not wired into serve / wrong=0 path - Chiral charge honest (~0 in real Cl(4,1); #19 family) - #18 gold-set bootstrap/prune still deferred ### Delegation map | Operator | Path | |----------|------| | `surprise_residual` (32-vec) | `compute_spectral_leakage` | | Procrustes single field | `wave_analogical_polar` | | Procrustes multi field | `wave_field_conjugacy` | | Null-point / (5,K) | Kabsch retained | | `coherence_residual` | `measure_unitary_residual` | | `integrate_biography` | unitary lock-in + mode registry + `holonomy_encode` | ### Deferred (explicit) - Durable holographic vault store (session registry only) - Rust/MLX acceleration - #18 bootstrap/prune - R&D #21 trajectory invariants + ADR-DAG ## Test plan - [x] `pytest tests/test_adr_0241_wave_manifold.py -v` - [x] Third-Door suite (goldtether, surprise, dynamic_manifold, biography, dual, discovery, fidelity) — 103 passed pre-PR - [ ] `core test --suite algebra -q` (optional CI) - [ ] `core test --suite smoke -q` ## PR checklist (AGENTS.md) - Capability: continuous wave-field layer under Third-Door; deprecates parallel pointwise residual paths - Field invariant: unitary residual / versor closure on transport outputs - Validation: ADR-0241 suite + Third-Door regression - Avoided: hot-path unitize, stochastic fallback, ANN/cosine, unreviewed vault mutation - Trust: off-serving physics geometry; no new user-input surface
core-labs added 5 commits 2026-07-14 04:13:00 +00:00
Land the wave-field authority docs and refresh the fidelity ledger:
- ADR-0241 (ψ substrate, transport pin, Third-Door reformulation, validation)
- core_ha unification/deprecation plan (no live tree; absorption map)
- Scorecard rows W1–W6; §4 GoldTether prose aligned with landed residual+α
- §12 wave-field contract; #18 bootstrap/prune remains deferred
Hard-import contract for core.physics.wave_manifold — collection fails until
Slice 1 GREEN. Pins sandwich vs left-spinor transport, metric leakage,
polar recovery, chiral conservation, determinism, no teaching import.
Algebra-native continuous ψ layer: sandwich + left-spinor transport,
bivector exp Schrödinger step, metric spectral leakage, conjugacy polar,
dual-checked unitary residual, honest chiral charge (structurally 0 in
real Cl(4,1)). No teaching/vault imports. Ledger W1–W4 flipped; subsumption
(Slice 2) still pending.
Collapse parallel residual/projection paths into WaveManifold:
- surprise 32-vec residual → compute_spectral_leakage
- single non-null Procrustes pair → wave_analogical_polar
- coherence_residual / GoldTether drift → measure_unitary_residual
- biography integrate → unitary lock-in + holonomy_encode
Null-point Kabsch retained. Discovery wiring unchanged (no teaching import).
feat(third-door): Slice-3 wave ledger close + multi-pair conjugacy + resonant recall
Some checks failed
smoke / smoke (-m "not quarantine") (pull_request) Failing after 5m35s
lane-shas / verify pinned lane SHAs (pull_request) Failing after 20m8s
932b5d481f
Finalize ADR-0241 branch contract: multi-pair Procrustes thin-wraps
wave_field_conjugacy; standing-wave registry + resonant_recall; biography
registers trajectory modes; ledger W1–W6 green with explicit deferred items
(durable holographic vault, #18 bootstrap/prune, Rust/MLX). Hygiene pin for
absent core_ha package.
core-labs closed this pull request 2026-07-14 04:21:52 +00:00
Some checks failed
smoke / smoke (-m "not quarantine") (pull_request) Failing after 5m35s
lane-shas / verify pinned lane SHAs (pull_request) Failing after 20m8s

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: core-labs/core#32
No description provided.