refactor(standard): granularity, XDG compliance, and literate thinking medium
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s

This commit is contained in:
2026-04-27 19:53:45 -04:00
parent 215fe0eae7
commit 41e25d091e
5 changed files with 432 additions and 456 deletions

View File

@@ -19,6 +19,8 @@
(:file "harness/reason")
(:file "harness/act")
(:file "harness/loop")
(:file "harness/doctor")
(:file "harness/setup-wizard")
(:file "skills/org-skill-policy")
(:file "skills/org-skill-bouncer")
@@ -31,7 +33,6 @@
(:file "skills/org-skill-emacs-edit")
(:file "skills/org-skill-tool-permissions")
(:file "skills/org-skill-self-fix")
(:file "skills/org-skill-lisp-validator")
(:file "skills/org-skill-peripheral-vision"))
:build-operation "program-op"
@@ -53,7 +54,9 @@
(:file "tests/lisp-validator-tests")
(:file "tests/literate-programming-tests")
(:file "tests/self-edit-tests")
(:file "tests/tool-permissions-tests")))
(:file "tests/tool-permissions-tests")
(:file "tests/doctor-tests")
(:file "tests/setup-wizard-tests")))
(defsystem :opencortex/tui
:depends-on (:opencortex :croatoan :usocket :bordeaux-threads)