feat: add Skill Boot Sequence and Gateway architecture to GTD

This commit is contained in:
2026-04-08 15:38:41 -04:00
parent af642b6ec0
commit cc18c7f082

14
gtd.org
View File

@@ -89,6 +89,20 @@ Systematically study the `claw-code` (Rust) and leaked Claude Code architectures
*** TODO Implement `org-skill-history-pruner` based on claw-code context checkpointing *** TODO Implement `org-skill-history-pruner` based on claw-code context checkpointing
*** TODO Implement `org-skill-tool-router` based on claw-code semantic tool selection *** TODO Implement `org-skill-tool-router` based on claw-code semantic tool selection
** NEXT Project: The Boot Sequence (Refining skills.lisp)
:PROPERTIES:
:ID: proj-skill-boot-sequence
:PSF-STATE: B: BLUEPRINT
:END:
Implement the topological dependency loader and solve the bootstrapping paradox.
*** 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)
*** 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)
** Agora: Decentralized Social Network ** Agora: Decentralized Social Network
:PROPERTIES: :PROPERTIES:
:ID: agora-project :ID: agora-project