From 374720f077d9e1910d79e19643136a7ec8c5fcfd Mon Sep 17 00:00:00 2001 From: ProtocolWarden <32967198+ProtocolWarden@users.noreply.github.com> Date: Tue, 19 May 2026 04:12:55 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20rename=20ExecutorRuntime=20=E2=86=92?= =?UTF-8?q?=20CoreRunner=20in=20integration=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- .console/log.md | 4 ++++ docs/integrations/operations_center.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.console/log.md b/.console/log.md index 346cacb..55e44e5 100644 --- a/.console/log.md +++ b/.console/log.md @@ -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. diff --git a/docs/integrations/operations_center.md b/docs/integrations/operations_center.md index 2dcfedd..6db6d88 100644 --- a/docs/integrations/operations_center.md +++ b/docs/integrations/operations_center.md @@ -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