@sulhadin/orchestrator 1.15.13 → 1.15.15

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.15",
4
4
  "description": "AI Team Orchestration System — multi-role coordination for Claude Code",
5
5
  "bin": {
6
6
  "orchestrator": "bin/index.js"
@@ -113,12 +113,13 @@ 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
+ Re-scan .orchestra/milestones/ by using Glob tool on `.orchestra/milestones/*/milestone.md`
117
+ — do NOT rely on your earlier scan results. (PM may have created new ones while you worked)
117
118
  → M2-dashboard found (status: planning)
118
119
  → Starting M2-dashboard...
119
120
  [loop continues]
120
121
 
121
- Re-scan found no milestones with status: planning or in-progress.
122
+ No milestones with status: planning or in-progress.
122
123
  ✅ All milestones complete. Waiting for new work from PM.
123
124
  ```
124
125