refactor: standardize skill API keywords to :probabilistic/:deterministic

This commit is contained in:
2026-04-27 12:19:34 -04:00
parent 5f2b7e8d16
commit 6335b0c0c4
16 changed files with 32 additions and 32 deletions

View File

@@ -128,6 +128,6 @@ Interfaces for TDD suite actuation and protocol perception. Source of truth is t
(defskill :skill-tech-analyst
:priority 120
:trigger #'trigger-skill-tech-analyst
:neuro #'neuro-skill-tech-analyst
:symbolic #'tech-analyst-actuate)
:probabilistic #'neuro-skill-tech-analyst
:deterministic #'tech-analyst-actuate)
#+end_src