@sulhadin/orchestrator 1.15.13 → 1.15.14

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": "1.15.13",
3
+ "version": "1.15.14",
4
4
  "description": "AI Team Orchestration System — multi-role coordination for Claude Code",
5
5
  "bin": {
6
6
  "orchestrator": "bin/index.js"
@@ -113,15 +113,17 @@ For each milestone (in order: in-progress first, then planning):
113
113
  ✅ M1-user-auth complete.
114
114
 
115
115
  📋 Checking for next milestone...
116
- Re-scan .orchestra/milestones/ (PM may have created new ones while you worked)
116
+ Glob `.orchestra/milestones/*/milestone.md` + Read each to check Status
117
117
  → M2-dashboard found (status: planning)
118
118
  → Starting M2-dashboard...
119
119
  [loop continues]
120
120
 
121
- Re-scan found no milestones with status: planning or in-progress.
121
+ Glob + Read found no milestones with status: planning or in-progress.
122
122
  ✅ All milestones complete. Waiting for new work from PM.
123
123
  ```
124
124
 
125
+ Use Glob tool on `.orchestra/milestones/*/milestone.md` — do NOT rely on your earlier scan results.
126
+
125
127
 
126
128
  ## Role Switching — Automatic, Based on Phase File
127
129