ARCH: Clean Core Refactor & Terminology Alignment
This commit is contained in:
@@ -16,9 +16,9 @@ Transition from raw plists to a structured `:SIGNAL` format that tracks state as
|
||||
### 2. Implement the Pipeline Gates
|
||||
Extract existing logic from `cognitive-loop` into discrete functional gates:
|
||||
- **`perceive-gate`**: Normalizes input, updates `*object-store*`.
|
||||
- **`neuro-gate`**: Invokes System 1. Support for future parallel backend calls.
|
||||
- **`neuro-gate`**: Invokes Probabilistic Engine. Support for future parallel backend calls.
|
||||
- **`consensus-gate`**: (New) Selects the best proposal from multiple backends (initially a pass-through for the single proposal).
|
||||
- **`decide-gate`**: Invokes System 2 safety checks.
|
||||
- **`decide-gate`**: Invokes Deterministic Engine safety checks.
|
||||
- **`dispatch-gate`**: Executes tools or physical actuators.
|
||||
|
||||
### 3. Implement the Pipeline Orchestrator (`process-signal`)
|
||||
|
||||
Reference in New Issue
Block a user