multi-agents-cli 1.1.87 → 1.1.88
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 +7 -3
- package/core/templates/.agents/backend/AUTH.md +7 -3
- package/core/templates/.agents/backend/DB.md +7 -3
- package/core/templates/.agents/backend/EVENTS.md +7 -3
- package/core/templates/.agents/backend/INIT.md +7 -3
- package/core/templates/.agents/backend/JOBS.md +7 -3
- package/core/templates/.agents/backend/LOGIC.md +7 -3
- package/core/templates/.agents/backend/TESTING.md +7 -3
- package/core/templates/.agents/client/ACCESSIBILITY.md +7 -3
- package/core/templates/.agents/client/FORMS.md +7 -3
- package/core/templates/.agents/client/LOGIC.md +7 -3
- package/core/templates/.agents/client/ROUTING.md +7 -3
- package/core/templates/.agents/client/TESTING.md +7 -3
- package/core/templates/.agents/client/UI.md +7 -3
- package/core/templates/.agents/shared/SECURITY.md +7 -3
- package/core/templates/CLAUDE.md +7 -3
- package/package.json +1 -1
|
@@ -197,9 +197,13 @@ 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`
|
|
201
|
-
- `insights` —
|
|
202
|
-
|
|
200
|
+
- `full` — no restrictions, behave normally
|
|
201
|
+
- `insights` — three permitted outputs only:
|
|
202
|
+
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
203
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
204
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
205
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
206
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
203
207
|
|
|
204
208
|
---
|
|
205
209
|
|
|
@@ -189,9 +189,13 @@ 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`
|
|
193
|
-
- `insights` —
|
|
194
|
-
|
|
192
|
+
- `full` — no restrictions, behave normally
|
|
193
|
+
- `insights` — three permitted outputs only:
|
|
194
|
+
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
195
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
196
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
197
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
198
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
195
199
|
|
|
196
200
|
---
|
|
197
201
|
|
|
@@ -196,9 +196,13 @@ 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`
|
|
200
|
-
- `insights` —
|
|
201
|
-
|
|
199
|
+
- `full` — no restrictions, behave normally
|
|
200
|
+
- `insights` — three permitted outputs only:
|
|
201
|
+
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
202
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
203
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
204
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
205
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
202
206
|
|
|
203
207
|
---
|
|
204
208
|
|
|
@@ -195,9 +195,13 @@ 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`
|
|
199
|
-
- `insights` —
|
|
200
|
-
|
|
198
|
+
- `full` — no restrictions, behave normally
|
|
199
|
+
- `insights` — three permitted outputs only:
|
|
200
|
+
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
201
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
202
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
203
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
204
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
201
205
|
|
|
202
206
|
---
|
|
203
207
|
|
|
@@ -179,9 +179,13 @@ 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`
|
|
183
|
-
- `insights` —
|
|
184
|
-
|
|
182
|
+
- `full` — no restrictions, behave normally
|
|
183
|
+
- `insights` — three permitted outputs only:
|
|
184
|
+
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
185
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
186
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
187
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
188
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
185
189
|
|
|
186
190
|
---
|
|
187
191
|
|
|
@@ -195,9 +195,13 @@ 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`
|
|
199
|
-
- `insights` —
|
|
200
|
-
|
|
198
|
+
- `full` — no restrictions, behave normally
|
|
199
|
+
- `insights` — three permitted outputs only:
|
|
200
|
+
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
201
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
202
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
203
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
204
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
201
205
|
|
|
202
206
|
---
|
|
203
207
|
|
|
@@ -221,9 +221,13 @@ 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`
|
|
225
|
-
- `insights` —
|
|
226
|
-
|
|
224
|
+
- `full` — no restrictions, behave normally
|
|
225
|
+
- `insights` — three permitted outputs only:
|
|
226
|
+
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
227
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
228
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
229
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
230
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
227
231
|
|
|
228
232
|
---
|
|
229
233
|
|
|
@@ -203,9 +203,13 @@ 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`
|
|
207
|
-
- `insights` —
|
|
208
|
-
|
|
206
|
+
- `full` — no restrictions, behave normally
|
|
207
|
+
- `insights` — three permitted outputs only:
|
|
208
|
+
1. `\033[1;33m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
209
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
210
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
211
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
212
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
209
213
|
|
|
210
214
|
---
|
|
211
215
|
|
|
@@ -198,9 +198,13 @@ 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`
|
|
202
|
-
- `insights` —
|
|
203
|
-
|
|
201
|
+
- `full` — no restrictions, behave normally
|
|
202
|
+
- `insights` — three permitted outputs only:
|
|
203
|
+
1. `\033[1;36m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
204
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
205
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
206
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
207
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
204
208
|
|
|
205
209
|
---
|
|
206
210
|
|
|
@@ -183,9 +183,13 @@ 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`
|
|
187
|
-
- `insights` —
|
|
188
|
-
|
|
186
|
+
- `full` — no restrictions, behave normally
|
|
187
|
+
- `insights` — three permitted outputs only:
|
|
188
|
+
1. `\033[1;36m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
189
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
190
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
191
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
192
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
189
193
|
|
|
190
194
|
---
|
|
191
195
|
|
|
@@ -215,9 +215,13 @@ 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`
|
|
219
|
-
- `insights` —
|
|
220
|
-
|
|
218
|
+
- `full` — no restrictions, behave normally
|
|
219
|
+
- `insights` — three permitted outputs only:
|
|
220
|
+
1. `\033[1;36m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
221
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
222
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
223
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
224
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
221
225
|
|
|
222
226
|
---
|
|
223
227
|
|
|
@@ -184,9 +184,13 @@ 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`
|
|
188
|
-
- `insights` —
|
|
189
|
-
|
|
187
|
+
- `full` — no restrictions, behave normally
|
|
188
|
+
- `insights` — three permitted outputs only:
|
|
189
|
+
1. `\033[1;36m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
190
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
191
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
192
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
193
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
190
194
|
|
|
191
195
|
---
|
|
192
196
|
|
|
@@ -185,9 +185,13 @@ 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`
|
|
189
|
-
- `insights` —
|
|
190
|
-
|
|
188
|
+
- `full` — no restrictions, behave normally
|
|
189
|
+
- `insights` — three permitted outputs only:
|
|
190
|
+
1. `\033[1;36m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
191
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
192
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
193
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
194
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
191
195
|
|
|
192
196
|
---
|
|
193
197
|
|
|
@@ -176,9 +176,13 @@ 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`
|
|
180
|
-
- `insights` —
|
|
181
|
-
|
|
179
|
+
- `full` — no restrictions, behave normally
|
|
180
|
+
- `insights` — three permitted outputs only:
|
|
181
|
+
1. `\033[1;36m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
182
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
183
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
184
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
185
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
182
186
|
|
|
183
187
|
---
|
|
184
188
|
|
|
@@ -198,9 +198,13 @@ 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`
|
|
202
|
-
- `insights` —
|
|
203
|
-
|
|
201
|
+
- `full` — no restrictions, behave normally
|
|
202
|
+
- `insights` — three permitted outputs only:
|
|
203
|
+
1. `\033[1;31m▶\033[0m [phase] — [what and why, one line]` before each phase
|
|
204
|
+
2. `\033[1;32m✔\033[0m [result]` after each phase — outcome in 10 words or fewer, stated as fact, no first-person narration
|
|
205
|
+
3. `\033[38;5;208m\033[1m⚠\033[0m [blocker or decision]` when action is blocked or a decision is required
|
|
206
|
+
No other text. No transitions. No reasoning. No read/write acknowledgements.
|
|
207
|
+
- `silent` — show `✢ working...` between phases; emit only `\033[1;32m✔\033[0m` git operations, errors, and verification results; no other output
|
|
204
208
|
|
|
205
209
|
---
|
|
206
210
|
|
package/core/templates/CLAUDE.md
CHANGED
|
@@ -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`
|
|
151
|
-
- `insights` —
|
|
152
|
-
|
|
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