feat: implement verified topological boot sequence and micro-loader

This commit is contained in:
2026-04-08 18:03:40 -04:00
parent a475c5c51b
commit 46acece7ba
4 changed files with 306 additions and 39 deletions

View File

@@ -25,7 +25,9 @@
:depends-on (:org-agent :fiveam)
:components ((:module "tests"
:components ((:file "oacp-tests")
(:file "cognitive-loop-tests"))))
(:file "cognitive-loop-tests")
(:file "boot-sequence-tests"))))
:perform (test-op (o s)
(uiop:symbol-call :fiveam :run! (uiop:find-symbol* :oacp-suite :org-agent-tests))
(uiop:symbol-call :fiveam :run! (uiop:find-symbol* :cognitive-suite :org-agent-cognitive-tests))))
(uiop:symbol-call :fiveam :run! (uiop:find-symbol* :cognitive-suite :org-agent-cognitive-tests))
(uiop:symbol-call :fiveam :run! (uiop:find-symbol* :boot-suite :org-agent-boot-tests))))