feat(org-agent): sync Lisp Sandboxing implementation and tests

This commit is contained in:
2026-04-09 16:28:32 -04:00
parent 8533efa120
commit 0fd009318e
2 changed files with 6 additions and 2 deletions

View File

@@ -100,7 +100,11 @@ Slim down the org-agent microkernel by moving non-essential cognitive functions
:LOGBOOK: :LOGBOOK:
- State "DONE" from "TODO" [2026-04-09 Thu 15:35] - State "DONE" from "TODO" [2026-04-09 Thu 15:35]
:END: :END:
*** TODO Implement True Lisp Sandboxing (eval-safe mechanism in core and policy in skills) *** DONE Implement True Lisp Sandboxing (eval-safe mechanism in core and policy in skills)
CLOSED: [2026-04-09 Thu 16:28]
:LOGBOOK:
- State "DONE" from "TODO" [2026-04-09 Thu 16:28]
:END:
*** DONE Decouple Vendor Logic from System 1 (Move Google/Anthropic/OpenAI to Skills) *** DONE Decouple Vendor Logic from System 1 (Move Google/Anthropic/OpenAI to Skills)
*** TODO Implement `org-skill-lisp-repair` (Self-correcting syntax gate for System 2) *** TODO Implement `org-skill-lisp-repair` (Self-correcting syntax gate for System 2)
*** TODO Implement `org-skill-formal-verification` (Prove safety of high-impact actions) *** TODO Implement `org-skill-formal-verification` (Prove safety of high-impact actions)