feat: M3.7.7 signature extraction CLI + integration tests (unit tests pass, integration tests pending mem-cli fix)

This commit is contained in:
Story Crater Bot
2026-08-28 07:46:36 -07:00
parent ae0738289e
commit dbcefd8853
13 changed files with 370 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
Compiling mem-core v0.1.0 (/home/runner/work/Poimen/memory/crates/mem-core)
error[E0433]: cannot find function `extract` in this scope
--> crates/mem-core/src/lesson.rs:456:23
|
456 | let sig = extract(&self.output)?;
| ^^^^^^^ not found in this scope
|
help: consider importing this function
|
456 | use crate::extract;
error: could not compile `mem-core` due to 1 previous error