FEAT: Add optional skills moved from core repository
This commit is contained in:
@@ -40,7 +40,7 @@ Define automated distillation, enrichment, and auditing behaviors.
|
||||
:END:
|
||||
|
||||
** 1. Architectural Intent
|
||||
Uses a weekly heartbeat trigger. Employs a "Compiler" approach: System 1 (Neuro) generates synthesis proposals, System 2 (Symbolic) verifies file-system safety and tag constraints.
|
||||
Uses a weekly heartbeat trigger. Employs a "Compiler" approach: Probabilistic Engine (Neuro) generates synthesis proposals, Deterministic Engine (Symbolic) verifies file-system safety and tag constraints.
|
||||
|
||||
** 2. Semantic Interfaces
|
||||
#+begin_src lisp
|
||||
@@ -64,7 +64,7 @@ Uses a weekly heartbeat trigger. Employs a "Compiler" approach: System 1 (Neuro)
|
||||
#+begin_src lisp :tangle ../projects/org-skill-scribe/src/scribe-engine.lisp
|
||||
(defun scribe-filter-personal (org-ast-node)
|
||||
"Recursively strips out any headline or content tagged with @personal.
|
||||
This runs strictly in System 2 BEFORE any data is passed to System 1."
|
||||
This runs strictly in Deterministic Engine BEFORE any data is passed to Probabilistic Engine."
|
||||
(let ((tags (getf (org-agent:org-object-attributes org-ast-node) :TAGS)))
|
||||
(when (not (member "@personal" tags :test #'string=))
|
||||
org-ast-node)))
|
||||
|
||||
Reference in New Issue
Block a user