feat(adr-0241): cohesion substrate — vault ABI, reconstruct, entity suite + Gemini P4/P5 handoff #37

Merged
core-labs merged 13 commits from feat/adr-0241-0242-implementation into main 2026-07-15 01:10:23 +00:00
Showing only changes of commit 8a5b0fb392 - Show all commits

View file

@ -255,12 +255,12 @@ class WaveManifold:
psi_A: np.ndarray,
psi_B: np.ndarray,
) -> np.ndarray:
"""Recover sandwich conjugator R with ψ_B ≈ R ψ_A ~R.
"""Recover sandwich conjugator R with psi_B ≈ R psi_A ~R.
Canonical single-field analogy rotor via field conjugacy (SVD + Spin GN).
Analytic Clifford polar \(R = C(\\widetilde{C}C)^{-1/2}\) is **not** used:
for multi-grade Cl(4,1) fields \(\\widetilde{C}C\) is non-scalar (ADR-0241
P7 demotion; ``docs/briefs/P7_design_note.md``).
Analytic Clifford polar R = C (~C C)^{-1/2} is **not** used: for
multi-grade Cl(4,1) fields ~C C is non-scalar (ADR-0241 P7 demotion;
``docs/briefs/P7_design_note.md``).
"""
R, _residual = self.wave_field_conjugacy([psi_A], [psi_B])
return R