feat(v0.2.0): comprehensive foundation hardening and test verification
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
- Finalized Reflection Loop: Injected deterministic rejection traces back into LLM prompts. - Hardened Actuators: Added path-traversal guards and enforced Merkle snapshots on AST edits. - Refactored Lisp Utils: Merged validator/repair into a unified utility skill with whitelist Ast-walking. - Fixed Build: Resolved all 30+ syntax, scoping, and package visibility errors. - Verified: Full pass (100%) on all 5 core test suites.
This commit is contained in:
@@ -323,7 +323,7 @@ The main function orchestrates system startup:
|
||||
These tests verify the metabolic loop and error recovery. Run with:
|
||||
~(fiveam:run! 'immune-suite)~
|
||||
|
||||
#+begin_src lisp :tangle (expand-file-name "tests/immune-system-tests.lisp" (concat (or (getenv "INSTALL_DIR") ".") "/harness"))
|
||||
#+begin_src lisp :tangle (expand-file-name "immune-system-tests.lisp" (concat (or (getenv "INSTALL_DIR") ".") "/tests"))
|
||||
(defpackage :opencortex-immune-system-tests
|
||||
(:use :cl :fiveam :opencortex)
|
||||
(:export #:immune-suite))
|
||||
|
||||
Reference in New Issue
Block a user