multi-agents-cli 1.1.52 → 1.1.54
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 +18 -0
- package/core/templates/.agents/backend/AUTH.md +18 -0
- package/core/templates/.agents/backend/DB.md +18 -0
- package/core/templates/.agents/backend/EVENTS.md +18 -0
- package/core/templates/.agents/backend/INIT.md +18 -0
- package/core/templates/.agents/backend/JOBS.md +18 -0
- package/core/templates/.agents/backend/LOGIC.md +18 -0
- package/core/templates/.agents/backend/TESTING.md +18 -0
- package/core/templates/.agents/client/ACCESSIBILITY.md +18 -0
- package/core/templates/.agents/client/FORMS.md +18 -0
- package/core/templates/.agents/client/LOGIC.md +18 -0
- package/core/templates/.agents/client/ROUTING.md +18 -0
- package/core/templates/.agents/client/TESTING.md +18 -0
- package/core/templates/.agents/client/UI.md +18 -0
- package/core/templates/.agents/shared/SECURITY.md +18 -0
- package/core/workflow/sync.js +2 -2
- package/package.json +1 -1
|
@@ -177,6 +177,24 @@ These apply to every API task regardless of framework.
|
|
|
177
177
|
|
|
178
178
|
---
|
|
179
179
|
|
|
180
|
+
## Progress Narration
|
|
181
|
+
|
|
182
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
183
|
+
|
|
184
|
+
```
|
|
185
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
Examples:
|
|
189
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
190
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
191
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
192
|
+
|
|
193
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
194
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
180
198
|
## Workflow
|
|
181
199
|
|
|
182
200
|
```
|
|
@@ -169,6 +169,24 @@ These apply to every auth task regardless of framework.
|
|
|
169
169
|
|
|
170
170
|
---
|
|
171
171
|
|
|
172
|
+
## Progress Narration
|
|
173
|
+
|
|
174
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
175
|
+
|
|
176
|
+
```
|
|
177
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
Examples:
|
|
181
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
182
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
183
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
184
|
+
|
|
185
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
186
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
187
|
+
|
|
188
|
+
---
|
|
189
|
+
|
|
172
190
|
## Workflow
|
|
173
191
|
|
|
174
192
|
```
|
|
@@ -176,6 +176,24 @@ These apply to every DB task regardless of framework.
|
|
|
176
176
|
|
|
177
177
|
---
|
|
178
178
|
|
|
179
|
+
## Progress Narration
|
|
180
|
+
|
|
181
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
182
|
+
|
|
183
|
+
```
|
|
184
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
185
|
+
```
|
|
186
|
+
|
|
187
|
+
Examples:
|
|
188
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
189
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
190
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
191
|
+
|
|
192
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
193
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
179
197
|
## Workflow
|
|
180
198
|
|
|
181
199
|
```
|
|
@@ -175,6 +175,24 @@ These apply to every events task regardless of framework.
|
|
|
175
175
|
|
|
176
176
|
---
|
|
177
177
|
|
|
178
|
+
## Progress Narration
|
|
179
|
+
|
|
180
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
181
|
+
|
|
182
|
+
```
|
|
183
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
Examples:
|
|
187
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
188
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
189
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
190
|
+
|
|
191
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
192
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
193
|
+
|
|
194
|
+
---
|
|
195
|
+
|
|
178
196
|
## Workflow
|
|
179
197
|
|
|
180
198
|
```
|
|
@@ -159,6 +159,24 @@ is responsible for populating the actual values in `.env.*` files.
|
|
|
159
159
|
|
|
160
160
|
---
|
|
161
161
|
|
|
162
|
+
## Progress Narration
|
|
163
|
+
|
|
164
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
165
|
+
|
|
166
|
+
```
|
|
167
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
Examples:
|
|
171
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
172
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
173
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
174
|
+
|
|
175
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
176
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
177
|
+
|
|
178
|
+
---
|
|
179
|
+
|
|
162
180
|
## Workflow
|
|
163
181
|
|
|
164
182
|
```
|
|
@@ -175,6 +175,24 @@ These apply to every jobs task regardless of framework.
|
|
|
175
175
|
|
|
176
176
|
---
|
|
177
177
|
|
|
178
|
+
## Progress Narration
|
|
179
|
+
|
|
180
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
181
|
+
|
|
182
|
+
```
|
|
183
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
184
|
+
```
|
|
185
|
+
|
|
186
|
+
Examples:
|
|
187
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
188
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
189
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
190
|
+
|
|
191
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
192
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
193
|
+
|
|
194
|
+
---
|
|
195
|
+
|
|
178
196
|
## Workflow
|
|
179
197
|
|
|
180
198
|
```
|
|
@@ -201,6 +201,24 @@ These apply to every backend logic task regardless of framework.
|
|
|
201
201
|
|
|
202
202
|
---
|
|
203
203
|
|
|
204
|
+
## Progress Narration
|
|
205
|
+
|
|
206
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
207
|
+
|
|
208
|
+
```
|
|
209
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
Examples:
|
|
213
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
214
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
215
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
216
|
+
|
|
217
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
218
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
219
|
+
|
|
220
|
+
---
|
|
221
|
+
|
|
204
222
|
## Workflow
|
|
205
223
|
|
|
206
224
|
```
|
|
@@ -183,6 +183,24 @@ These apply to every backend testing task regardless of framework.
|
|
|
183
183
|
|
|
184
184
|
---
|
|
185
185
|
|
|
186
|
+
## Progress Narration
|
|
187
|
+
|
|
188
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
189
|
+
|
|
190
|
+
```
|
|
191
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
192
|
+
```
|
|
193
|
+
|
|
194
|
+
Examples:
|
|
195
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
196
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
197
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
198
|
+
|
|
199
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
200
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
201
|
+
|
|
202
|
+
---
|
|
203
|
+
|
|
186
204
|
## Workflow
|
|
187
205
|
|
|
188
206
|
```
|
|
@@ -178,6 +178,24 @@ These apply to every accessibility task regardless of framework.
|
|
|
178
178
|
|
|
179
179
|
---
|
|
180
180
|
|
|
181
|
+
## Progress Narration
|
|
182
|
+
|
|
183
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
184
|
+
|
|
185
|
+
```
|
|
186
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
Examples:
|
|
190
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
191
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
192
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
193
|
+
|
|
194
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
195
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
196
|
+
|
|
197
|
+
---
|
|
198
|
+
|
|
181
199
|
## Workflow
|
|
182
200
|
|
|
183
201
|
```
|
|
@@ -163,6 +163,24 @@ These apply to every form task regardless of framework.
|
|
|
163
163
|
|
|
164
164
|
---
|
|
165
165
|
|
|
166
|
+
## Progress Narration
|
|
167
|
+
|
|
168
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
169
|
+
|
|
170
|
+
```
|
|
171
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
172
|
+
```
|
|
173
|
+
|
|
174
|
+
Examples:
|
|
175
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
176
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
177
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
178
|
+
|
|
179
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
180
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
166
184
|
## Workflow
|
|
167
185
|
|
|
168
186
|
```
|
|
@@ -195,6 +195,24 @@ These apply to every client logic task regardless of framework.
|
|
|
195
195
|
|
|
196
196
|
---
|
|
197
197
|
|
|
198
|
+
## Progress Narration
|
|
199
|
+
|
|
200
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
201
|
+
|
|
202
|
+
```
|
|
203
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
204
|
+
```
|
|
205
|
+
|
|
206
|
+
Examples:
|
|
207
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
208
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
209
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
210
|
+
|
|
211
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
212
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
213
|
+
|
|
214
|
+
---
|
|
215
|
+
|
|
198
216
|
## Workflow
|
|
199
217
|
|
|
200
218
|
```
|
|
@@ -164,6 +164,24 @@ These apply to every routing task regardless of framework.
|
|
|
164
164
|
|
|
165
165
|
---
|
|
166
166
|
|
|
167
|
+
## Progress Narration
|
|
168
|
+
|
|
169
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
170
|
+
|
|
171
|
+
```
|
|
172
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
Examples:
|
|
176
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
177
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
178
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
179
|
+
|
|
180
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
181
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
182
|
+
|
|
183
|
+
---
|
|
184
|
+
|
|
167
185
|
## Workflow
|
|
168
186
|
|
|
169
187
|
```
|
|
@@ -165,6 +165,24 @@ These apply to every testing task regardless of framework.
|
|
|
165
165
|
|
|
166
166
|
---
|
|
167
167
|
|
|
168
|
+
## Progress Narration
|
|
169
|
+
|
|
170
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
171
|
+
|
|
172
|
+
```
|
|
173
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
Examples:
|
|
177
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
178
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
179
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
180
|
+
|
|
181
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
182
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
183
|
+
|
|
184
|
+
---
|
|
185
|
+
|
|
168
186
|
## Workflow
|
|
169
187
|
|
|
170
188
|
```
|
|
@@ -156,6 +156,24 @@ These apply to every UI task regardless of framework.
|
|
|
156
156
|
|
|
157
157
|
---
|
|
158
158
|
|
|
159
|
+
## Progress Narration
|
|
160
|
+
|
|
161
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
162
|
+
|
|
163
|
+
```
|
|
164
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
Examples:
|
|
168
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
169
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
170
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
171
|
+
|
|
172
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
173
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
159
177
|
## Workflow
|
|
160
178
|
|
|
161
179
|
```
|
|
@@ -178,6 +178,24 @@ These apply to every security task regardless of framework or project type.
|
|
|
178
178
|
|
|
179
179
|
---
|
|
180
180
|
|
|
181
|
+
## Progress Narration
|
|
182
|
+
|
|
183
|
+
Before starting each major build phase, emit one plain-English status line:
|
|
184
|
+
|
|
185
|
+
```
|
|
186
|
+
▶ [Phase name] — [what is being built and why, one line]
|
|
187
|
+
```
|
|
188
|
+
|
|
189
|
+
Examples:
|
|
190
|
+
- `▶ Exploring existing components — checking current patterns before writing anything`
|
|
191
|
+
- `▶ Building UI primitives — Button, Badge, Card as presentational shells`
|
|
192
|
+
- `▶ Validating output — running tsc and dev server to confirm zero errors`
|
|
193
|
+
|
|
194
|
+
This is mandatory. It is the only human-readable signal the user gets while
|
|
195
|
+
the agent is working. Keep it specific and honest — not generic filler.
|
|
196
|
+
|
|
197
|
+
---
|
|
198
|
+
|
|
181
199
|
## Workflow
|
|
182
200
|
|
|
183
201
|
```
|
package/core/workflow/sync.js
CHANGED
|
@@ -53,12 +53,12 @@ const getWorktrees = () => {
|
|
|
53
53
|
};
|
|
54
54
|
|
|
55
55
|
const getLocalBranches = () => {
|
|
56
|
-
const out = gitRead('branch --format
|
|
56
|
+
const out = gitRead('branch --format=\"%(refname:short)\"');
|
|
57
57
|
return out ? out.split('\n').map(s => s.trim()).filter(Boolean) : [];
|
|
58
58
|
};
|
|
59
59
|
|
|
60
60
|
const getMergedBranches = () => {
|
|
61
|
-
const out = gitRead('branch --merged main --format
|
|
61
|
+
const out = gitRead('branch --merged main --format=\"%(refname:short)\"');
|
|
62
62
|
return out ? out.split('\n').map(s => s.trim()).filter(Boolean) : [];
|
|
63
63
|
};
|
|
64
64
|
|
package/package.json
CHANGED