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: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,13 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename
45
45
write-free. Shell file-writes stay denied. Spawn is a judgment call,
46
46
not a tool ban.
47
47
48
+
-**Exec and capability evals can run as a chosen primary director.**
49
+
`corbits exec --director <id>` (and eval `--director`) overlays that
50
+
package's system prompt and tool allowlist on the product exec path.
51
+
Omit / skywalker keep the default Skywalker session. Directors that
52
+
cannot spawn (for example implement) do not mount `task`. This is an
53
+
exec/eval/CI override, not a TUI or single-agent mode.
54
+
48
55
## [0.2.99] - 2026-08-21
49
56
50
57
Skywalker is the primary orchestrator over a closed director fleet: product write tools stay off the primary, and you cannot spawn Skywalker as a task leaf. Workers are not done until they return the four-heading report. First-party action skills ship as slashes; eval runners require an explicit provider/model pair; the style skill no longer refuses non-git folders.
# Overlay a closed-fleet director on the product exec path (eval/CI override,
137
+
# not single-agent mode). Omit / skywalker keep the default Skywalker session.
138
+
bun run eval:capability -- --provider <name> --model <id> --director implement
135
139
```
136
140
137
141
## Confirmation gate for behavior changes
@@ -170,6 +174,7 @@ Flags:
170
174
|`--repeats <n>`| Runs per case×variant cell (default `1`; gate runs use `5`, baseline freezes `3`). Results record every repeat plus per-cell aggregates |
171
175
|`--concurrency <n>`| Independent case×variant×repeat cells in parallel (default `1`, env `CORBITS_EVAL_CONCURRENCY`). Each cell still uses its own temp workdir. Use `--concurrency 4` (or similar) to run a live matrix faster |
172
176
|`--dry-run`| Load cases × variants and print plan; no inference. Still requires `--provider`/`--model` or `--matrix`|
177
+
|`--director <id>`| Exec overlay: run the product `corbits exec` path as this closed-fleet director (default: skywalker). Eval/CI override, not single-agent mode. Directors that cannot spawn (for example `implement`) do not mount `task`. |
0 commit comments