@sulhadin/orchestrator 3.1.1 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sulhadin/orchestrator",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "AI Team Orchestration System — multi-role coordination for Claude Code",
5
5
  "bin": "bin/index.js",
6
6
  "scripts": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "orchestra",
3
3
  "description": "AI Team Orchestration — multi-role coordination with milestones, phases, and quality gates for Claude Code",
4
- "version": "3.1.1",
4
+ "version": "3.1.2",
5
5
  "author": {
6
6
  "name": "Sulhadin Öney"
7
7
  },
@@ -75,11 +75,11 @@ summary: {2-3 sentences}
75
75
  ```
76
76
 
77
77
  **Process:**
78
- 1. If **approved** → proceed, milestone is ready for conductor
78
+ 1. If **approved** → proceed, milestone is ready
79
79
  2. If **changes-requested** → PM reads issues, fixes milestone files, re-launches reviewer
80
80
  3. After max rounds with no blocking issues → proceed with suggestions logged in grooming.md
81
81
  4. After max rounds with blocking issues still open → escalate to user, do NOT proceed
82
- 5. Present verdict to user before finalizing
82
+ 5. Present verdict to user. When ready, tell them: "You can run `/orchestra:start` in a second terminal to begin execution."
83
83
 
84
84
  ### milestone.md Format
85
85