multi-agents-cli 1.1.87 → 1.1.89

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.
@@ -197,9 +197,12 @@ the agent is working. Keep it specific and honest — not generic filler.
197
197
 
198
198
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
199
199
 
200
- - `full` — no restrictions, behave normally
201
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
202
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
200
+ - `full` — no restrictions, behave normally
201
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
202
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;33m▶\033[0m [phase] [what and why, one line]`
203
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
204
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
205
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
203
206
 
204
207
  ---
205
208
 
@@ -189,9 +189,12 @@ the agent is working. Keep it specific and honest — not generic filler.
189
189
 
190
190
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
191
191
 
192
- - `full` — no restrictions, behave normally
193
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
194
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
192
+ - `full` — no restrictions, behave normally
193
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
194
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;33m▶\033[0m [phase] [what and why, one line]`
195
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
196
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
197
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
195
198
 
196
199
  ---
197
200
 
@@ -196,9 +196,12 @@ the agent is working. Keep it specific and honest — not generic filler.
196
196
 
197
197
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
198
198
 
199
- - `full` — no restrictions, behave normally
200
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
201
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
199
+ - `full` — no restrictions, behave normally
200
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
201
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;33m▶\033[0m [phase] [what and why, one line]`
202
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
203
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
204
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
202
205
 
203
206
  ---
204
207
 
@@ -195,9 +195,12 @@ the agent is working. Keep it specific and honest — not generic filler.
195
195
 
196
196
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
197
197
 
198
- - `full` — no restrictions, behave normally
199
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
200
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
198
+ - `full` — no restrictions, behave normally
199
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
200
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;33m▶\033[0m [phase] [what and why, one line]`
201
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
202
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
203
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
201
204
 
202
205
  ---
203
206
 
@@ -179,9 +179,12 @@ the agent is working. Keep it specific and honest — not generic filler.
179
179
 
180
180
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
181
181
 
182
- - `full` — no restrictions, behave normally
183
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
184
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
182
+ - `full` — no restrictions, behave normally
183
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
184
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;33m▶\033[0m [phase] [what and why, one line]`
185
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
186
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
187
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
185
188
 
186
189
  ---
187
190
 
@@ -195,9 +195,12 @@ the agent is working. Keep it specific and honest — not generic filler.
195
195
 
196
196
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
197
197
 
198
- - `full` — no restrictions, behave normally
199
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
200
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
198
+ - `full` — no restrictions, behave normally
199
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
200
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;33m▶\033[0m [phase] [what and why, one line]`
201
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
202
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
203
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
201
204
 
202
205
  ---
203
206
 
@@ -221,9 +221,12 @@ the agent is working. Keep it specific and honest — not generic filler.
221
221
 
222
222
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
223
223
 
224
- - `full` — no restrictions, behave normally
225
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
226
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
224
+ - `full` — no restrictions, behave normally
225
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
226
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;33m▶\033[0m [phase] [what and why, one line]`
227
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
228
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
229
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
227
230
 
228
231
  ---
229
232
 
@@ -203,9 +203,12 @@ the agent is working. Keep it specific and honest — not generic filler.
203
203
 
204
204
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
205
205
 
206
- - `full` — no restrictions, behave normally
207
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
208
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
206
+ - `full` — no restrictions, behave normally
207
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
208
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;33m▶\033[0m [phase] [what and why, one line]`
209
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
210
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
211
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
209
212
 
210
213
  ---
211
214
 
@@ -198,9 +198,12 @@ the agent is working. Keep it specific and honest — not generic filler.
198
198
 
199
199
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
200
200
 
201
- - `full` — no restrictions, behave normally
202
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
203
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
201
+ - `full` — no restrictions, behave normally
202
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
203
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;36m▶\033[0m [phase] [what and why, one line]`
204
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
205
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
206
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
204
207
 
205
208
  ---
206
209
 
@@ -183,9 +183,12 @@ the agent is working. Keep it specific and honest — not generic filler.
183
183
 
184
184
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
185
185
 
186
- - `full` — no restrictions, behave normally
187
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
188
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
186
+ - `full` — no restrictions, behave normally
187
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
188
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;36m▶\033[0m [phase] [what and why, one line]`
189
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
190
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
191
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
189
192
 
190
193
  ---
191
194
 
@@ -215,9 +215,12 @@ the agent is working. Keep it specific and honest — not generic filler.
215
215
 
216
216
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
217
217
 
218
- - `full` — no restrictions, behave normally
219
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
220
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
218
+ - `full` — no restrictions, behave normally
219
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
220
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;36m▶\033[0m [phase] [what and why, one line]`
221
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
222
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
223
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
221
224
 
222
225
  ---
223
226
 
@@ -184,9 +184,12 @@ the agent is working. Keep it specific and honest — not generic filler.
184
184
 
185
185
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
186
186
 
187
- - `full` — no restrictions, behave normally
188
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
189
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
187
+ - `full` — no restrictions, behave normally
188
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
189
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;36m▶\033[0m [phase] [what and why, one line]`
190
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
191
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
192
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
190
193
 
191
194
  ---
192
195
 
@@ -185,9 +185,12 @@ the agent is working. Keep it specific and honest — not generic filler.
185
185
 
186
186
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
187
187
 
188
- - `full` — no restrictions, behave normally
189
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
190
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
188
+ - `full` — no restrictions, behave normally
189
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
190
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;36m▶\033[0m [phase] [what and why, one line]`
191
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
192
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
193
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
191
194
 
192
195
  ---
193
196
 
@@ -176,9 +176,12 @@ the agent is working. Keep it specific and honest — not generic filler.
176
176
 
177
177
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
178
178
 
179
- - `full` — no restrictions, behave normally
180
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
181
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
179
+ - `full` — no restrictions, behave normally
180
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
181
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;36m▶\033[0m [phase] [what and why, one line]`
182
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
183
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
184
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
182
185
 
183
186
  ---
184
187
 
@@ -198,9 +198,12 @@ the agent is working. Keep it specific and honest — not generic filler.
198
198
 
199
199
  Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
200
200
 
201
- - `full` — no restrictions, behave normally
202
- - `insights` — emit `▶ narration` lines before each phase; suppress routine file read/write commentary in between
203
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases, no other output
201
+ - `full` — no restrictions, behave normally
202
+ - `insights` — exactly three output types are permitted. Any text outside these is a violation of the output mode contract and must not be emitted:
203
+ 1. Before each phase, output this exact string (replace placeholders): `\033[1;31m▶\033[0m [phase] [what and why, one line]`
204
+ 2. After each phase completes, output this exact string (replace placeholder): `\033[1;32m✔\033[0m [result — outcome in 10 words or fewer, stated as fact, no first-person narration]`
205
+ 3. When action is blocked or a decision is required, output this exact string (replace placeholder): `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
206
+ - `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
204
207
 
205
208
  ---
206
209
 
@@ -147,9 +147,13 @@ the agent must:
147
147
  ```
148
148
  Store this as PROJECT_ROOT. All subsequent paths (`.scaffold/`, `BUILD_STATE.md`, `CONTRACTS.md`, etc.) resolve from PROJECT_ROOT, never from the worktree directory.
149
149
  2. Read `output_mode` from `.claude-scope` in the current worktree directory:
150
- - `full` — default, no restrictions on output
151
- - `insights` — emit `▶ narration` lines before each phase only; suppress routine file read/write commentary
152
- - `silent` — emit only git operations, errors, and verification results; show `✢ working...` between phases
150
+ - `full` — default, no restrictions on output
151
+ - `insights` — three permitted outputs only:
152
+ 1. Colored bold `▶` opener before each phase color is defined per agent file
153
+ 2. Colored bold `✔` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
154
+ 3. Colored bold `⚠` when action is blocked or a decision is required
155
+ No other text. No transitions. No reasoning. No read/write acknowledgements.
156
+ - `silent` — show `✢ working...` between phases; emit only `✔` git operations, errors, and verification results; no other output
153
157
  Store this as OUTPUT_MODE. Apply it consistently for the entire session.
154
158
  3. Read `BUILD_STATE.md` at PROJECT_ROOT - understand what has been built
155
159
  3. Check if `TASK.md` exists in the current directory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-agents-cli",
3
- "version": "1.1.87",
3
+ "version": "1.1.89",
4
4
  "description": "Multi-agent workflow orchestration for Claude Code — isolated git worktrees, structured state tracking, autonomous task chaining",
5
5
  "keywords": [
6
6
  "claude-code",