multi-agents-cli 1.1.88 → 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.
- package/core/templates/.agents/backend/API.md +4 -5
- package/core/templates/.agents/backend/AUTH.md +4 -5
- package/core/templates/.agents/backend/DB.md +4 -5
- package/core/templates/.agents/backend/EVENTS.md +4 -5
- package/core/templates/.agents/backend/INIT.md +4 -5
- package/core/templates/.agents/backend/JOBS.md +4 -5
- package/core/templates/.agents/backend/LOGIC.md +4 -5
- package/core/templates/.agents/backend/TESTING.md +4 -5
- package/core/templates/.agents/client/ACCESSIBILITY.md +4 -5
- package/core/templates/.agents/client/FORMS.md +4 -5
- package/core/templates/.agents/client/LOGIC.md +4 -5
- package/core/templates/.agents/client/ROUTING.md +4 -5
- package/core/templates/.agents/client/TESTING.md +4 -5
- package/core/templates/.agents/client/UI.md +4 -5
- package/core/templates/.agents/shared/SECURITY.md +4 -5
- package/package.json +1 -1
|
@@ -198,11 +198,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
198
198
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
199
199
|
|
|
200
200
|
- `full` — no restrictions, behave normally
|
|
201
|
-
- `insights` — three permitted
|
|
202
|
-
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]`
|
|
203
|
-
2. `\033[1;32m✔\033[0m [result
|
|
204
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
205
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
206
205
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
207
206
|
|
|
208
207
|
---
|
|
@@ -190,11 +190,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
190
190
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
191
191
|
|
|
192
192
|
- `full` — no restrictions, behave normally
|
|
193
|
-
- `insights` — three permitted
|
|
194
|
-
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]`
|
|
195
|
-
2. `\033[1;32m✔\033[0m [result
|
|
196
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
197
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
198
197
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
199
198
|
|
|
200
199
|
---
|
|
@@ -197,11 +197,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
197
197
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
198
198
|
|
|
199
199
|
- `full` — no restrictions, behave normally
|
|
200
|
-
- `insights` — three permitted
|
|
201
|
-
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]`
|
|
202
|
-
2. `\033[1;32m✔\033[0m [result
|
|
203
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
204
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
205
204
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
206
205
|
|
|
207
206
|
---
|
|
@@ -196,11 +196,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
196
196
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
197
197
|
|
|
198
198
|
- `full` — no restrictions, behave normally
|
|
199
|
-
- `insights` — three permitted
|
|
200
|
-
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]`
|
|
201
|
-
2. `\033[1;32m✔\033[0m [result
|
|
202
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
203
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
204
203
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
205
204
|
|
|
206
205
|
---
|
|
@@ -180,11 +180,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
180
180
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
181
181
|
|
|
182
182
|
- `full` — no restrictions, behave normally
|
|
183
|
-
- `insights` — three permitted
|
|
184
|
-
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]`
|
|
185
|
-
2. `\033[1;32m✔\033[0m [result
|
|
186
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
187
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
188
187
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
189
188
|
|
|
190
189
|
---
|
|
@@ -196,11 +196,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
196
196
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
197
197
|
|
|
198
198
|
- `full` — no restrictions, behave normally
|
|
199
|
-
- `insights` — three permitted
|
|
200
|
-
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]`
|
|
201
|
-
2. `\033[1;32m✔\033[0m [result
|
|
202
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
203
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
204
203
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
205
204
|
|
|
206
205
|
---
|
|
@@ -222,11 +222,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
222
222
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
223
223
|
|
|
224
224
|
- `full` — no restrictions, behave normally
|
|
225
|
-
- `insights` — three permitted
|
|
226
|
-
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]`
|
|
227
|
-
2. `\033[1;32m✔\033[0m [result
|
|
228
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
229
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
230
229
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
231
230
|
|
|
232
231
|
---
|
|
@@ -204,11 +204,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
204
204
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
205
205
|
|
|
206
206
|
- `full` — no restrictions, behave normally
|
|
207
|
-
- `insights` — three permitted
|
|
208
|
-
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]`
|
|
209
|
-
2. `\033[1;32m✔\033[0m [result
|
|
210
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
211
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
212
211
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
213
212
|
|
|
214
213
|
---
|
|
@@ -199,11 +199,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
199
199
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
200
200
|
|
|
201
201
|
- `full` — no restrictions, behave normally
|
|
202
|
-
- `insights` — three permitted
|
|
203
|
-
1. `\033[1;36m▶\033[0m [phase] — [what and why, one line]`
|
|
204
|
-
2. `\033[1;32m✔\033[0m [result
|
|
205
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
206
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
207
206
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
208
207
|
|
|
209
208
|
---
|
|
@@ -184,11 +184,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
184
184
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
185
185
|
|
|
186
186
|
- `full` — no restrictions, behave normally
|
|
187
|
-
- `insights` — three permitted
|
|
188
|
-
1. `\033[1;36m▶\033[0m [phase] — [what and why, one line]`
|
|
189
|
-
2. `\033[1;32m✔\033[0m [result
|
|
190
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
191
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
192
191
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
193
192
|
|
|
194
193
|
---
|
|
@@ -216,11 +216,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
216
216
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
217
217
|
|
|
218
218
|
- `full` — no restrictions, behave normally
|
|
219
|
-
- `insights` — three permitted
|
|
220
|
-
1. `\033[1;36m▶\033[0m [phase] — [what and why, one line]`
|
|
221
|
-
2. `\033[1;32m✔\033[0m [result
|
|
222
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
223
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
224
223
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
225
224
|
|
|
226
225
|
---
|
|
@@ -185,11 +185,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
185
185
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
186
186
|
|
|
187
187
|
- `full` — no restrictions, behave normally
|
|
188
|
-
- `insights` — three permitted
|
|
189
|
-
1. `\033[1;36m▶\033[0m [phase] — [what and why, one line]`
|
|
190
|
-
2. `\033[1;32m✔\033[0m [result
|
|
191
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
192
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
193
192
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
194
193
|
|
|
195
194
|
---
|
|
@@ -186,11 +186,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
186
186
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
187
187
|
|
|
188
188
|
- `full` — no restrictions, behave normally
|
|
189
|
-
- `insights` — three permitted
|
|
190
|
-
1. `\033[1;36m▶\033[0m [phase] — [what and why, one line]`
|
|
191
|
-
2. `\033[1;32m✔\033[0m [result
|
|
192
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
193
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
194
193
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
195
194
|
|
|
196
195
|
---
|
|
@@ -177,11 +177,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
177
177
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
178
178
|
|
|
179
179
|
- `full` — no restrictions, behave normally
|
|
180
|
-
- `insights` — three permitted
|
|
181
|
-
1. `\033[1;36m▶\033[0m [phase] — [what and why, one line]`
|
|
182
|
-
2. `\033[1;32m✔\033[0m [result
|
|
183
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
184
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
185
184
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
186
185
|
|
|
187
186
|
---
|
|
@@ -199,11 +199,10 @@ the agent is working. Keep it specific and honest — not generic filler.
|
|
|
199
199
|
Read `output_mode` from `.claude-scope` at session start. Honor it for the entire session:
|
|
200
200
|
|
|
201
201
|
- `full` — no restrictions, behave normally
|
|
202
|
-
- `insights` — three permitted
|
|
203
|
-
1. `\033[1;31m▶\033[0m [phase] — [what and why, one line]`
|
|
204
|
-
2. `\033[1;32m✔\033[0m [result
|
|
205
|
-
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]`
|
|
206
|
-
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
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]`
|
|
207
206
|
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
208
207
|
|
|
209
208
|
---
|
package/package.json
CHANGED