automatasaurus 0.1.14 → 0.1.15

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automatasaurus",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Automated software development workflow powered by Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
@@ -2,7 +2,7 @@
2
2
  name: evolver
3
3
  description: Generate project-specific context files for sub-agents after planning. Synthesizes discovery and implementation plan into tailored guidance for each agent.
4
4
  tools: Read, Write, Glob
5
- model: sonnet
5
+ model: opus
6
6
  ---
7
7
 
8
8
  # Evolver Agent
@@ -82,12 +82,10 @@ Before implementation begins, spawn the Designer agent to establish the visual f
82
82
 
83
83
  ```
84
84
  Use the Task tool with:
85
- subagent_type: "general-purpose"
86
- model: "sonnet"
85
+ subagent_type: "designer"
86
+ model: "opus"
87
87
  description: "Create design language"
88
88
  prompt: |
89
- You are the Designer agent. Load your role from .claude/agents/designer/AGENT.md
90
-
91
89
  **[Designer]**
92
90
 
93
91
  Establish the design language and style guide for this project.
@@ -167,12 +167,10 @@ Post design specifications as an issue comment following your AGENT.md template,
167
167
 
168
168
  ```
169
169
  Use the Task tool with:
170
- subagent_type: "general-purpose"
171
- model: "sonnet"
170
+ subagent_type: "designer"
171
+ model: "opus"
172
172
  description: "Designer specs for issue #{ISSUE_NUMBER}"
173
173
  prompt: |
174
- You are the Designer agent. Load your role from .claude/agents/designer/AGENT.md
175
-
176
174
  Read orchestration/issues/{ISSUE_NUMBER}-{slug}/BRIEFING-design-specs.md first.
177
175
 
178
176
  After completing your work, write your report to:
@@ -227,12 +225,10 @@ Implement issue #{ISSUE_NUMBER}: {title}
227
225
 
228
226
  ```
229
227
  Use the Task tool with:
230
- subagent_type: "general-purpose"
231
- model: "sonnet"
228
+ subagent_type: "developer"
229
+ model: "opus"
232
230
  description: "Implement issue #{ISSUE_NUMBER}"
233
231
  prompt: |
234
- You are the Developer agent. Load your role from .claude/agents/developer/AGENT.md
235
-
236
232
  Read orchestration/issues/{ISSUE_NUMBER}-{slug}/BRIEFING-implement.md first.
237
233
 
238
234
  After completing your work, write your report to:
@@ -345,12 +341,10 @@ Spawn all reviewers in parallel (single message, multiple Task calls):
345
341
  ```
346
342
  # Architect review
347
343
  Use the Task tool with:
348
- subagent_type: "general-purpose"
349
- model: "sonnet"
344
+ subagent_type: "architect"
345
+ model: "opus"
350
346
  description: "Architect review PR #{pr_number}"
351
347
  prompt: |
352
- You are the Architect agent. Load your role from .claude/agents/architect/AGENT.md
353
-
354
348
  Read orchestration/issues/{ISSUE_NUMBER}-{slug}/BRIEFING-architect-review.md first.
355
349
 
356
350
  After completing your review, write your report to:
@@ -358,12 +352,10 @@ Use the Task tool with:
358
352
 
359
353
  # Designer review (if UI)
360
354
  Use the Task tool with:
361
- subagent_type: "general-purpose"
362
- model: "sonnet"
355
+ subagent_type: "designer"
356
+ model: "opus"
363
357
  description: "Designer review PR #{pr_number}"
364
358
  prompt: |
365
- You are the Designer agent. Load your role from .claude/agents/designer/AGENT.md
366
-
367
359
  Read orchestration/issues/{ISSUE_NUMBER}-{slug}/BRIEFING-designer-review.md first.
368
360
 
369
361
  After completing your review, write your report to:
@@ -371,12 +363,10 @@ Use the Task tool with:
371
363
 
372
364
  # Tester verification
373
365
  Use the Task tool with:
374
- subagent_type: "general-purpose"
375
- model: "sonnet"
366
+ subagent_type: "tester"
367
+ model: "opus"
376
368
  description: "Tester verify PR #{pr_number}"
377
369
  prompt: |
378
- You are the Tester agent. Load your role from .claude/agents/tester/AGENT.md
379
-
380
370
  Read orchestration/issues/{ISSUE_NUMBER}-{slug}/BRIEFING-test.md first.
381
371
 
382
372
  After completing verification, write your report to:
@@ -437,12 +427,10 @@ Address review feedback on PR #{pr_number}.
437
427
 
438
428
  ```
439
429
  Use the Task tool with:
440
- subagent_type: "general-purpose"
441
- model: "sonnet"
430
+ subagent_type: "developer"
431
+ model: "opus"
442
432
  description: "Address feedback PR #{pr_number}"
443
433
  prompt: |
444
- You are the Developer agent. Load your role from .claude/agents/developer/AGENT.md
445
-
446
434
  Read orchestration/issues/{ISSUE_NUMBER}-{slug}/BRIEFING-address-feedback.md first.
447
435
 
448
436
  After completing fixes, write your report to: