FEAT: Completed Chaos testing and updated GTD

This commit is contained in:
2026-04-11 17:07:25 -04:00
parent 942a721cd8
commit 3bda245c2b
2 changed files with 26 additions and 5 deletions

29
gtd.org
View File

@@ -242,12 +242,33 @@ Slim down the org-agent microkernel by moving non-essential cognitive functions
:PROPERTIES:
:ID: proj-skill-boot-sequence
:END:
**** TODO Refactor `skills.lisp` into a Micro-Loader (Core)
**** TODO Implement Topological Sort based on `#+DEPENDS_ON:` tags
**** TODO Enforce `org-skill-agent` as the mandatory Gateway Skill (Loaded first)
**** DONE Refactor `skills.lisp` into a Micro-Loader (Core)
CLOSED: [2026-04-11 Sat 18:50]
:PROPERTIES:
:ID: boot-loader-task
:END:
- Implemented `topological-sort-skills` based on `#+DEPENDS_ON:`.
- Implemented `load-skill-from-org` with package-based jailing.
- Implemented `load-skill-with-timeout` for boot resilience.
- Verified with `boot-sequence-tests.lisp`.
**** DONE Implement Topological Sort based on `#+DEPENDS_ON:` tags
**** DONE Enforce `org-skill-agent` as the mandatory Gateway Skill (Loaded first)
**** DONE Add Resource Jailing (Timeouts and Memory Quotas for Skills)
**** DONE Run Chaos Testing / Red Team against safety gates
CLOSED: [2026-04-11 Sat 18:45]
:PROPERTIES:
:ID: chaos-testing-task
:END:
- Expanded `chaos-qa.lisp` with Red Team scenarios.
- Verified `red-team-path-traversal` (blocked by Prover).
- Verified `red-team-secret-leakage` (blocked by Bouncer DPI).
- Verified `red-team-command-injection` (blocked by Prover/Bouncer).
- Verified `red-team-network-exfil` (queued for approval).
- Verified `chaos-malformed-skill-loading` (jailed by Loader).
- Verified `chaos-infinite-loop-skill` (terminated by timeout).
- Standardized `decide` gate priority (Prover > Bouncer).
**** TODO Formalize the "Minimal Boot Set" (Router, Vision, Steward, Actuator)
**** TODO Implement Skill Capability Negotiation (Pre-flight tool check)
**** TODO Add Resource Jailing (Timeouts and Memory Quotas for Skills)
*** SUB-PROJECT: COGNITIVE BENCHMARKING (Claw-Code Distillation)
:PROPERTIES: