Commit 4941983
committed
feat(spo): integrate gestalt bundling, σ-calibration, and truth trajectories
Wire rustynum PRs #74-81 types into ladybug-rs:
- Add rustynum-bnn dependency (CrossPlaneVote, CausalSaliency, HaloType)
- hdr_cascade: MexicanHat::from_sigma_gate() replaces hardcoded thresholds
with SigmaGate-derived Discovery/Hint bands; AlienSearch::with_sigma_gate()
and calibrate_from_sigma(); classify_sigma() + significance_to_signal() bridge
- New gestalt module (extensions/spo/gestalt.rs):
* GestaltState: Crystallizing/Contested/Dissolving/Epiphany from CausalSaliency
* BundlingProposal: tentative/committed/rejected lifecycle via CollapseGate
* detect_bundling(): per-plane Hamming analysis → SO/PO/SP halo classification
* TiltReport + PlaneCalibration: per-axis σ rotation correction
* TruthTrajectory: temporal audit trail with evidence events
* CollapseMode: Research/Production/Regulated auto-FLOW thresholds
* AntialiasedSigma: continuous σ scoring with soft band boundaries
All tests pass. Zero new compilation errors (9 pre-existing in other files).
https://claude.ai/code/session_0152b2NJYnjCJjvMAmgsTx3p1 parent 5b4a6f7 commit 4941983
4 files changed
Lines changed: 1049 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
| |||
0 commit comments