Skip to content

Commit 0efecd9

Browse files
authored
Merge pull request #111 from AdaWorldAPI/claude/cognitive-layer-stack-77KUH
Claude/cognitive layer stack 77 kuh
2 parents a5cd6ca + fbcd4b4 commit 0efecd9

3 files changed

Lines changed: 1102 additions & 0 deletions

File tree

Dockerfile.release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ WORKDIR /build
2020
FROM chef AS planner
2121
COPY Cargo.toml Cargo.lock* ./
2222
COPY src/ src/
23+
COPY crates/ crates/
2324
RUN cargo chef prepare --recipe-path recipe.json
2425

2526
# --- Stage 2: Compile dependencies (CACHED unless Cargo.toml/lock change) ----

src/learning/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pub mod moment;
3535
pub mod quantum_ops;
3636
pub mod resonance;
3737
pub mod rl_ops;
38+
pub mod scm;
3839
pub mod session;
3940

4041
pub use blackboard::{Blackboard, Decision, IceCakedLayer};

0 commit comments

Comments
 (0)