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:
@@ -79,7 +79,7 @@ The testing system (~:opencortex/tests~) is separate from the production system
|
||||
|
||||
** Main Harness System
|
||||
|
||||
#+begin_src lisp :tangle (expand-file-name "../opencortex.asd" (concat (or (getenv "INSTALL_DIR") ".") "/harness"))
|
||||
#+begin_src lisp :tangle (expand-file-name "opencortex.asd" (concat (or (getenv "INSTALL_DIR") ".") "/harness"))
|
||||
(defsystem :opencortex
|
||||
:name "opencortex"
|
||||
:author "Amr"
|
||||
@@ -119,7 +119,7 @@ The testing system (~:opencortex/tests~) is separate from the production system
|
||||
|
||||
** Test System
|
||||
|
||||
#+begin_src lisp :tangle (expand-file-name "../opencortex.asd" (concat (or (getenv "INSTALL_DIR") ".") "/harness"))
|
||||
#+begin_src lisp :tangle (expand-file-name "opencortex.asd" (concat (or (getenv "INSTALL_DIR") ".") "/harness"))
|
||||
(defsystem :opencortex/tests
|
||||
:depends-on (:opencortex ; The harness we're testing
|
||||
:fiveam) ; Testing framework
|
||||
@@ -154,7 +154,7 @@ The testing system (~:opencortex/tests~) is separate from the production system
|
||||
|
||||
** TUI Client System
|
||||
|
||||
#+begin_src lisp :tangle (expand-file-name "../opencortex.asd" (concat (or (getenv "INSTALL_DIR") ".") "/harness"))
|
||||
#+begin_src lisp :tangle (expand-file-name "opencortex.asd" (concat (or (getenv "INSTALL_DIR") ".") "/harness"))
|
||||
(defsystem :opencortex/tui
|
||||
:depends-on (:opencortex ; The daemon we're connecting to
|
||||
:croatoan ; Terminal UI library
|
||||
|
||||
Reference in New Issue
Block a user