chore: Delete dated artifacts and orphaned test files
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s

Removed:
- brain.log (dated log file)
- setup_final.log (empty setup artifact)
- test_chaos.lisp (chaos test harness)
- run-tool-tests.lisp (duplicate test runner)
This commit is contained in:
2026-04-25 19:22:20 -04:00
parent 44797e3d90
commit 98900eabf1

View File

@@ -1,10 +0,0 @@
(load "/home/user/quicklisp/setup.lisp")
(push #p"./" asdf:*central-registry*)
(ql:quickload :fiveam :verbose nil)
(asdf:load-system :opencortex :verbose nil)
(load "library/gen/org-skill-tool-permissions.lisp")
(load "tests/tool-permissions-tests.lisp")
(format t "~%=== Tool Permissions Tests ===~%")
(fiveam:run! 'opencortex-tool-permissions-tests::tool-permissions-suite)
(format t "~%=== DONE ===~%")