@sulhadin/orchestrator 1.15.4 → 1.15.5
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
|
@@ -15,12 +15,11 @@ Two modes:
|
|
|
15
15
|
|
|
16
16
|
When the user types `#start` or `#start --auto`:
|
|
17
17
|
|
|
18
|
-
1. Detect mode: if `--auto` was specified,
|
|
18
|
+
1. Detect mode: if `--auto` was specified, print a one-line warning and continue immediately:
|
|
19
19
|
```
|
|
20
|
-
⚠️ Auto mode
|
|
21
|
-
Type "confirm" to proceed, or switch to #start for manual gates.
|
|
20
|
+
⚠️ Auto mode active — all gates skipped, auto-push enabled.
|
|
22
21
|
```
|
|
23
|
-
|
|
22
|
+
Do NOT wait for confirmation. Set **auto mode** and proceed.
|
|
24
23
|
2. Read `.orchestra/README.md` for orchestration rules
|
|
25
24
|
3. Do NOT read all role files upfront — only read the role file needed for each phase:
|
|
26
25
|
- At startup: read NO role files yet (wait until first phase determines the role)
|
package/template/CLAUDE.md
CHANGED
|
@@ -89,7 +89,7 @@ These commands work in ANY role, in any terminal:
|
|
|
89
89
|
| Command | What it does |
|
|
90
90
|
|---------|-------------|
|
|
91
91
|
| `#start` | **Worker terminal.** Start execution — loops through milestones, asks at approval gates. |
|
|
92
|
-
| `#start --auto` | **Worker terminal.** Fully autonomous —
|
|
92
|
+
| `#start --auto` | **Worker terminal.** Fully autonomous — warns once, then auto-approves RFC and push. |
|
|
93
93
|
| `#status` | **PM only.** Full milestone status report. |
|
|
94
94
|
| `#help` | Show all available commands and how the orchestra system works. |
|
|
95
95
|
| `#help skills` | List available skills with descriptions. |
|
|
@@ -109,7 +109,7 @@ When the user says **"#help"**, respond with:
|
|
|
109
109
|
COMMANDS:
|
|
110
110
|
#pm Open PM terminal (planning, milestones)
|
|
111
111
|
#start Execute milestones (asks at approval gates)
|
|
112
|
-
#start --auto Fully autonomous (
|
|
112
|
+
#start --auto Fully autonomous (warns once, then auto-push)
|
|
113
113
|
#hotfix {desc} Ultra-fast fix: implement → verify → commit → push
|
|
114
114
|
#status Milestone status report (PM terminal only)
|
|
115
115
|
#help Show this help
|