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: Claude/Skills/EN/CLAUDE.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ Complex Task (full 3 phases):
133
133
|`~go exec`| Execute existing plan |
134
134
|`~compare`| Multi-model parallel comparison (includes session default model by default; falls back with reasons when usable model count is below 2) |
135
135
136
-
Note: when the current repository provides `scripts/sopify_runtime.py`, raw input should prefer that default repo-local runtime entry; use `scripts/go_plan_runtime.py` only when you explicitly want the plan-only path.
136
+
Note: when the current repository provides `scripts/sopify_runtime.py`, raw input should prefer that default repo-local runtime entry; when the runtime is vendored into another repository, prefer `.sopify-runtime/scripts/sopify_runtime.py`; use the matching `go_plan_runtime.py` helper only when you explicitly want the plan-only path.
├─ ~go plan → Plan mode (Analysis → Design; prefer scripts/sopify_runtime.py for raw input, and use scripts/go_plan_runtime.py only for the plan-only slice)
261
+
├─ ~go plan → Plan mode (Analysis → Design; prefer scripts/sopify_runtime.py or .sopify-runtime/scripts/sopify_runtime.py for raw input, and use the matching go_plan_runtime.py only for the plan-only slice)
262
262
├─ ~go → Full workflow mode
263
263
├─ ~compare → Model compare (wired to scripts/model_compare_runtime.py runtime)
264
264
└─ No prefix → Semantic analysis
@@ -404,14 +404,16 @@ Next: Please verify the functionality
404
404
~compare # Compare one prompt across models (fallbacks below 2 usable models with explicit reasons)
405
405
```
406
406
407
-
**Repo-local runtime helpers:**
407
+
**Runtime helpers:**
408
408
```
409
-
scripts/sopify_runtime.py # default repo-local raw-input entry, routed by the runtime router
410
-
scripts/go_plan_runtime.py # helper for the plan-only slice
411
-
scripts/model_compare_runtime.py # runtime implementation for ~compare, not the default generic entry
409
+
scripts/sopify_runtime.py # default repo-local raw-input entry, routed by the runtime router
410
+
.sopify-runtime/scripts/sopify_runtime.py # default vendored raw-input entry after secondary integration
411
+
scripts/go_plan_runtime.py # helper for the plan-only slice
412
+
.sopify-runtime/scripts/go_plan_runtime.py # vendored helper for the plan-only slice
413
+
scripts/model_compare_runtime.py # runtime implementation for ~compare, not the default generic entry
412
414
```
413
415
414
-
Note: the default entry is `scripts/sopify_runtime.py`; `scripts/go_plan_runtime.py` is only for plan-only; `~compare` still depends on a host-side dedicated bridge.
416
+
Note: the default entry is `scripts/sopify_runtime.py`; when vendored, the entry becomes `.sopify-runtime/scripts/sopify_runtime.py`; `go_plan_runtime.py` is only for plan-only; `~compare` still depends on a host-side dedicated bridge.
Copy file name to clipboardExpand all lines: Codex/Skills/EN/AGENTS.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ Complex Task (full 3 phases):
133
133
|`~go exec`| Execute existing plan |
134
134
|`~compare`| Multi-model parallel comparison (includes session default model by default; falls back with reasons when usable model count is below 2) |
135
135
136
-
Note: when the current repository provides `scripts/sopify_runtime.py`, raw input should prefer that default repo-local runtime entry; use `scripts/go_plan_runtime.py` only when you explicitly want the plan-only path.
136
+
Note: when the current repository provides `scripts/sopify_runtime.py`, raw input should prefer that default repo-local runtime entry; when the runtime is vendored into another repository, prefer `.sopify-runtime/scripts/sopify_runtime.py`; use the matching `go_plan_runtime.py` helper only when you explicitly want the plan-only path.
├─ ~go plan → Plan mode (Analysis → Design; prefer scripts/sopify_runtime.py for raw input, and use scripts/go_plan_runtime.py only for the plan-only slice)
261
+
├─ ~go plan → Plan mode (Analysis → Design; prefer scripts/sopify_runtime.py or .sopify-runtime/scripts/sopify_runtime.py for raw input, and use the matching go_plan_runtime.py only for the plan-only slice)
262
262
├─ ~go → Full workflow mode
263
263
├─ ~compare → Model compare (wired to scripts/model_compare_runtime.py runtime)
264
264
└─ No prefix → Semantic analysis
@@ -404,14 +404,16 @@ Next: Please verify the functionality
404
404
~compare # Compare one prompt across models (fallbacks below 2 usable models with explicit reasons)
405
405
```
406
406
407
-
**Repo-local runtime helpers:**
407
+
**Runtime helpers:**
408
408
```
409
-
scripts/sopify_runtime.py # default repo-local raw-input entry, routed by the runtime router
410
-
scripts/go_plan_runtime.py # helper for the plan-only slice
411
-
scripts/model_compare_runtime.py # runtime implementation for ~compare, not the default generic entry
409
+
scripts/sopify_runtime.py # default repo-local raw-input entry, routed by the runtime router
410
+
.sopify-runtime/scripts/sopify_runtime.py # default vendored raw-input entry after secondary integration
411
+
scripts/go_plan_runtime.py # helper for the plan-only slice
412
+
.sopify-runtime/scripts/go_plan_runtime.py # vendored helper for the plan-only slice
413
+
scripts/model_compare_runtime.py # runtime implementation for ~compare, not the default generic entry
412
414
```
413
415
414
-
Note: the default entry is `scripts/sopify_runtime.py`; `scripts/go_plan_runtime.py` is only for plan-only; `~compare` still depends on a host-side dedicated bridge.
416
+
Note: the default entry is `scripts/sopify_runtime.py`; when vendored, the entry becomes `.sopify-runtime/scripts/sopify_runtime.py`; `go_plan_runtime.py` is only for plan-only; `~compare` still depends on a host-side dedicated bridge.
0 commit comments