From eef4aa192517233292b7ed1c7a74348c08419659 Mon Sep 17 00:00:00 2001 From: ProtocolWarden <32967198+ProtocolWarden@users.noreply.github.com> Date: Tue, 19 May 2026 04:04:59 -0400 Subject: [PATCH] chore: update corerunner.yaml repo_root to CoreRunner/ local path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Directory renamed ExecutorRuntime/ → CoreRunner/ on disk. Co-Authored-By: Claude Sonnet 4.6 --- .console/log.md | 4 ++++ config/profiles/corerunner.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.console/log.md b/.console/log.md index 1040ae5..4f9bcf5 100644 --- a/.console/log.md +++ b/.console/log.md @@ -1,5 +1,9 @@ # Log +## 2026-05-19 — Update corerunner.yaml repo_root to CoreRunner/ + +Local directory renamed ExecutorRuntime/ → CoreRunner/. Updated profile path and GitHub repo remote URL. + ## 2026-05-19 — ADR 0006 Phase 5: rename ExecutorRuntime → CoreRunner in OperatorConsole - config/profiles/executorruntime.yaml → corerunner.yaml; name: CoreRunner. diff --git a/config/profiles/corerunner.yaml b/config/profiles/corerunner.yaml index fbdc3eb..2df82d0 100644 --- a/config/profiles/corerunner.yaml +++ b/config/profiles/corerunner.yaml @@ -1,5 +1,5 @@ name: CoreRunner -repo_root: /home/dev/Documents/GitHub/ExecutorRuntime +repo_root: /home/dev/Documents/GitHub/CoreRunner claude: continue: true