Commit Graph

4 Commits

Author SHA1 Message Date
Chinesezjc
baed704fc2 test(todo): follow master's Agent shape and load-time config failure 2026-08-06 11:46:22 +08:00
Tianyi Cui
70730b8669 test(todo): pin configurable policy boundaries 2026-07-29 20:43:31 +08:00
Tianyi Cui
4c23b6d7fb fix(todo): require parallel policy choice 2026-07-29 16:44:13 +08:00
Chinesezjc
3a61c4c568 feat(todo): make the parallel in_progress policy configurable
Whether concurrent active tasks are legitimate depends on runtime
concurrency the tool cannot observe, but whether a deployment's agents
ever fan out is knowable at composition time. `allowParallelInProgress`
(default true) therefore replaces the hardcoded policy: the flag moves
the model-facing instruction and the accepted input together, so a
deployment running strictly sequential agents can restore the
single-active discipline from cordis.yml.

The durable-log invariant does not follow the flag. A log written while
parallel work was allowed must still replay after a deployment tightens
the policy, so the invariant stays silent on the active count.
2026-07-29 14:49:45 +08:00