-
v0.11.1
Stablereleased this
2026-06-01 18:27:53 +00:00 | 1 commits to main since this releasev0.11.1 — Run Workflow Pipeline Restructure (NFR Patch)
Restructured the run workflow to properly delegate to sub-workflows and fix multi-project path conventions.
Changes
- Step 0: Added multi-persona execution (territory enforcement, persona constraints) and session awareness (AgentSession, branch isolation)
- Step 2: Dynamic path resolution — .ciagent// for multi-project, .ciagent/ for single-project
- SPECIFY: Multi-project path resolution, project: in ---ci--- blocks
- CLARIFY: Delegates to ciagent-clarify workflow (no inline reimplementation)
- RESEARCH/PLAN: Multi-project path resolution with .ciagent// paths
- IDEATE: Delegates to ciagent-ideate workflow (no inline reimplementation)
- EXECUTE: /phase/NN-slug branch prefix, multi-persona task decomposition, ship gate (must delegate to ciagent-ship before advancing)
- VERIFY: Delegates to ciagent-verify workflow (no inline reimplementation)
- COMPLETE: Replaces inline merge+tag+release with 5-step milestone completion gate: review → ship(milestone) → audit → feedback loop → file updates
- Phase Boundary: Fixed .ciagent/ → .ciagent// references
Requirements Covered
- PIPELINE-01: Multi-project path resolution in all pipeline stages
- PIPELINE-02: CLARIFY delegates to ciagent-clarify sub-workflow
- PIPELINE-03: IDEATE delegates to ciagent-ideate sub-workflow
- PIPELINE-04: VERIFY delegates to ciagent-verify sub-workflow
- PIPELINE-05: EXECUTE includes ship gate before advancing
- PIPELINE-06: COMPLETE orchestrates review → ship → audit with feedback loop
- PIPELINE-07: Multi-persona execution integrated into EXECUTE stage
Downloads