REFAC: Standardize on Cognitive Cycle and harden harness

This commit is contained in:
2026-04-16 12:00:12 -04:00
parent 2d4a6d1586
commit 53eee06225
39 changed files with 236 additions and 2725 deletions

View File

@@ -38,6 +38,7 @@ flowchart TD
#:ingest-ast
#:lookup-object
#:list-objects-by-type
#:org-id-new
#:*memory*
#:*history-store*
#:org-object
@@ -72,7 +73,9 @@ flowchart TD
#:perceive-gate
#:probabilistic-gate
#:consensus-gate
#:decide-gate
#:act-gate
#:reason-gate
#:perceive-gate
#:dispatch-gate
#:inject-stimulus
#:initialize-actuators
@@ -117,9 +120,13 @@ flowchart TD
#:distill-prompt
#:*provider-cascade*
;; --- Security Vault ---
#:vault-get-secret
#:vault-set-secret
;; --- Deterministic Logic ---
#:list-objects-with-attribute
#:decide
#:deterministic-verify
;; --- AST Helpers ---
#:find-headline-missing-id))