Skip to content

Commit 5e35d01

Browse files
chore: rename ExecutorRuntime → CoreRunner in docs and templates
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4a31a19 commit 5e35d01

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## Scope Check
1212

1313
- [ ] Change stays within source resolution + verification (or patch records / reconciliation)
14-
- [ ] No subprocess execution / runner logic introduced (that's ExecutorRuntime)
14+
- [ ] No subprocess execution / runner logic introduced (that's CoreRunner)
1515
- [ ] No routing or planning logic introduced
1616
- [ ] Force-push and PR-creation consent flags still gate destructive actions
1717

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ruff check src/
3434

3535
SourceRegistry intentionally has a narrow scope: **resolve named source dependencies to local paths and verify expected source state**. Do **not** add:
3636

37-
- Subprocess execution or runner logic (that lives in ExecutorRuntime)
37+
- Subprocess execution or runner logic (that lives in CoreRunner)
3838
- Scheduling, queues, or workflow orchestration
3939
- Routing decisions (that lives in SwitchBoard)
4040
- Planning or proposal logic (that lives in OperationsCenter)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
- OperationsCenter — orchestration, planning, policy
1818
- SwitchBoard — lane/backend selection
19-
- ExecutorRuntime — runtime execution mechanics
19+
- CoreRunner — runtime execution mechanics
2020
- CxRP — orchestration contract
2121
- RxP — runtime contract
2222
- a scheduler / executor / subprocess runner

0 commit comments

Comments
 (0)