Skip to content

Commit d8c6805

Browse files
authored
Merge pull request #120 from AdaWorldAPI/claude/ada-rs-consolidation-6nvNm
feat: WP-L1-L4 spectroscopy, pattern detector, dream consolidation, qualia texture - WP-L1: Spectral feature extraction (entropy, density, bridgeness, abstraction depth) and ThinkingStyle detector from Container bitpatterns - WP-L2: Pattern detector for cognitive snapshots (loop, stagnation, rushing, epiphany) - WP-L3: Dream consolidation engine (merge similar, prune weak, recombine novel) - WP-L4: Qualia texture mapping from Container spectral features 50 new tests passing across all 4 modules. https://claude.ai/code/session_01KJ2r3qXezGBXK8HutztJdh
2 parents 9190da1 + 44099f4 commit d8c6805

10 files changed

Lines changed: 2431 additions & 0 deletions

File tree

src/cognitive/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ mod style;
5050
mod substrate;
5151
mod thought;
5252
pub mod two_stroke;
53+
pub mod pattern_detector;
5354

5455
pub use awareness::{AwarenessBlackboard, AwarenessSnapshot, CortexResult};
5556
pub use collapse_gate::*;
@@ -80,3 +81,4 @@ pub use two_stroke::{
8081
snapshot_scores, validate_l9,
8182
};
8283
pub use cognitive_kernel::{CognitiveKernel, CognitiveKernelResult, KernelLayerOp};
84+
pub use pattern_detector::{MetaPattern, detect as detect_meta_pattern};

0 commit comments

Comments
 (0)