Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .console/log.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ truth; pre-push catches regressions before they hit GitHub.
## 2026-05-10 — Custodian pre-push command resolution

- Updated the pre-push guard to prefer system `custodian-multi`, with repo venv and sibling Custodian venv fallbacks.

## 2026-05-19 — ADR 0006 Phase 5: rename ExecutorRuntime → CoreRunner in CxRP docs

docs/integrations/operations_center.md updated.
2 changes: 1 addition & 1 deletion docs/integrations/operations_center.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ across the orchestration lifecycle.
|---|---|---|
| Inbound (from operator/agents) | `TaskProposal` | `console run`, autonomy loop, intake watcher |
| Inbound (from SwitchBoard) | `LaneDecision` | `LaneSelector.select()` over HTTP |
| Outbound (to ExecutorRuntime) | `ExecutionRequest` | `ExecutionCoordinator.execute()` |
| Outbound (to CoreRunner) | `ExecutionRequest` | `ExecutionCoordinator.execute()` |
| Outbound (return) | `ExecutionResult` | retained as `ExecutionRecord` |

## Mapping pattern
Expand Down
Loading