refactor: standardize skill API keywords to :probabilistic/:deterministic
This commit is contained in:
@@ -55,8 +55,8 @@ Eliminate speculative debugging through rigorous scientific methodology.
|
||||
(defskill :skill-scientist
|
||||
:priority 90
|
||||
:trigger (lambda (context) (eq (getf (getf context :payload) :sensor) :test-failure))
|
||||
:neuro #'scientist-hypothesis
|
||||
:symbolic #'scientist-propose-fix)
|
||||
:probabilistic #'scientist-hypothesis
|
||||
:deterministic #'scientist-propose-fix)
|
||||
#+end_src
|
||||
|
||||
* Phase B: Blueprint (PROTOCOL)
|
||||
|
||||
Reference in New Issue
Block a user