fix(kernel): Revert invalid SETF on proto-get to standard GETF
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 2s
This commit is contained in:
@@ -86,11 +86,11 @@
|
||||
(not (member original-type '(:LOG :EVENT :log :event))))
|
||||
(progn
|
||||
(harness-log "ACT BLOCKED: Action failed last-mile deterministic check.")
|
||||
(setf (proto-get signal :approved-action) nil)
|
||||
(setf (getf signal :APPROVED-ACTION) nil)
|
||||
(setf approved nil)
|
||||
(setf feedback verified))
|
||||
(progn
|
||||
(setf (proto-get signal :approved-action) verified)
|
||||
(setf (getf signal :APPROVED-ACTION) verified)
|
||||
(setf approved verified)))))
|
||||
|
||||
;; 2. Actuation Logic
|
||||
|
||||
Reference in New Issue
Block a user