From ad41696ae7da6f150559216b9c7ebd5098ffc84d Mon Sep 17 00:00:00 2001 From: cuioss oliver <23139298+cuioss@users.noreply.github.com> Date: Wed, 29 Jul 2026 14:20:11 +0200 Subject: [PATCH] chore(plan-marshall): enable orchestrator auto_emit and set parallelization_scope Records the two orchestrator autonomy knobs the api-sheriff-roadmap epic now runs under, set by operator decision on 2026-07-28/29: - auto_emit: false -> true. On every landing that frees a slot the orchestrator auto-fills toward parallelization_scope and auto-stamps the launched transition, instead of waiting for a per-plan confirmation. The disjointness, prep-readiness and slot-count guards are unchanged, and the emit-not-equal- running invariant still holds: the launched->running start stays operator- owned under either value. - parallelization_scope: 2, previously unset at the config default. The epic already carried 2 at the epic level (the value the next verb reads); setting it here makes the standing "always aim for two parallel plans" instruction durable rather than epic-local. Config only - no production code, tests or build behaviour is touched. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01XcDpCfoghp4KzkD6sQXJjn --- .plan/marshal.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.plan/marshal.json b/.plan/marshal.json index da18d8e4..85c1e668 100644 --- a/.plan/marshal.json +++ b/.plan/marshal.json @@ -160,7 +160,8 @@ } }, "orchestrator": { - "auto_emit": false + "auto_emit": true, + "parallelization_scope": 2 }, "build": { "queue": {