Skip to content

Commit b68f3e3

Browse files
authored
Merge pull request #304 from AdaWorldAPI/claude/pr-g1-triangle-causality
feat(G1): Pearl 2³ causality footprint with PAD-model qualia mapping
2 parents 5fc9e4d + deb811d commit b68f3e3

2 files changed

Lines changed: 290 additions & 39 deletions

File tree

crates/deepnsm/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ pub mod quantum_mode;
7777
#[cfg(feature = "contract-ticket")]
7878
pub mod ticket_emit;
7979

80-
#[cfg(feature = "grammar-triangle")]
80+
// PR-G1: module always compiled — Pearl mask computation and
81+
// analyze_without_triangle are core. Only GrammarTriangle-dependent
82+
// code inside is gated behind #[cfg(feature = "grammar-triangle")].
8183
pub mod triangle_bridge;
8284

8385
// ─── Re-exports ──────────────────────────────────────────────────────────────

0 commit comments

Comments
 (0)