@sulhadin/orchestrator 3.1.0 → 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/README.md
CHANGED
|
@@ -10,11 +10,23 @@ No infrastructure. No API keys. Just markdown files and Claude Code.
|
|
|
10
10
|
|
|
11
11
|
## Install
|
|
12
12
|
|
|
13
|
+
### As Claude Code Plugin (recommended)
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
/plugin install orchestra
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
No files copied into your project.
|
|
20
|
+
|
|
21
|
+
### As Standalone (copies files into your project)
|
|
22
|
+
|
|
13
23
|
```bash
|
|
14
24
|
npx @sulhadin/orchestrator
|
|
15
25
|
```
|
|
16
26
|
|
|
17
|
-
|
|
27
|
+
Copies `.orchestra/` (project data + config) and `.claude/` (agents, skills, rules, commands) into your project.
|
|
28
|
+
|
|
29
|
+
Both options use the same commands: `/orchestra:pm`, `/orchestra:start`, etc.
|
|
18
30
|
|
|
19
31
|
## How It Works
|
|
20
32
|
|
package/package.json
CHANGED
|
@@ -75,11 +75,11 @@ summary: {2-3 sentences}
|
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
**Process:**
|
|
78
|
-
1. If **approved** → proceed, milestone is ready
|
|
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
|
|
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
|
|