You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ ruff check src/
34
34
35
35
SourceRegistry intentionally has a narrow scope: **resolve named source dependencies to local paths and verify expected source state**. Do **not** add:
36
36
37
-
- Subprocess execution or runner logic (that lives in ExecutorRuntime)
37
+
- Subprocess execution or runner logic (that lives in CoreRunner)
38
38
- Scheduling, queues, or workflow orchestration
39
39
- Routing decisions (that lives in SwitchBoard)
40
40
- Planning or proposal logic (that lives in OperationsCenter)
0 commit comments