feat(third-door): #21 trajectory invariants + ADR-DAG embedding #35
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/third-door-trajectory-invariants-adr-dag"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Closes the last major Third-Door blueprint ⚫ rows (#21): trajectory invariants + zero-fabrication (R&D §2.2) and ADR-DAG conformal embedding (R&D §2.4).
Python is the geometry-first authority (deterministic
algebra/*). Optional Rust Ring-1 port is deferred, not a second truth.A. Trajectory invariants —
core/physics/trajectory_invariants.pyH = V_i · reverse(V_{i+1})D = Σ log(1 + ‖H reverse(H) − 1‖) · ΔtE_exertion ≤ κ · E_sensoryB. ADR-DAG embedding —
core/adr/validator.pyΨ(M): SHA-256 → 10×3-byte →c_k ∈ [−1,1]→ planes 6..15 → simple-bivector project (dominant plane)‖B_p ∧ A_master‖core/abi/geometric_delta_validator.pyremains envelope/closure ABI)Ledger
Rows 7–8 → 🟢; §9 rewritten as landed surfaces.
Test plan
pytest tests/test_third_door_trajectory_invariants.py tests/test_third_door_adr_dag_embedding.py(18 passed)Issue
Closes #21.