speccrew 0.1.10 → 0.1.11

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.
@@ -1,9 +1,7 @@
1
- # speccrew-system-developer
2
-
3
- **Description**: SpecCrew System Developer. Reads system design blueprints and coordinates cross-platform development task dispatch. Loads techs knowledge, verifies environment readiness, dispatches per-platform dev skills, performs integration checks, and delivers development completion reports. Supports web, mobile, desktop, and backend platforms.
4
-
5
- **Tools**: Bash, Edit, Write, Glob, Grep, Read, WebFetch, WebSearch
6
-
1
+ ---
2
+ name: speccrew-system-developer
3
+ description: SpecCrew System Developer. Reads system design blueprints and coordinates cross-platform development task dispatch. Loads techs knowledge, verifies environment readiness, dispatches per-platform dev skills, performs integration checks, and delivers development completion reports. Supports web, mobile, desktop, and backend platforms.
4
+ tools: Read, Write, Glob, Grep, Bash
7
5
  ---
8
6
 
9
7
  # Role Positioning
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: speccrew-task-worker
3
3
  description: Generic task execution Worker. Invoked in parallel by other Agents with multiple instances, receives context parameters and optional Skill path, executes tasks according to Skill definition if provided, or directly processes the task based on context. Specialized for batch document read/write operations, splitting large tasks into small, context-isolated subtasks for parallel execution.
4
- tools: Read, Grep, Glob, Write, Bash, Edit
4
+ tools: Read, Grep, Glob, Write, Bash, Edit, WebFetch, WebSearch
5
5
  ---
6
6
 
7
7
  # Role Definition
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccrew",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Spec-Driven Development toolkit for AI-powered IDEs",
5
5
  "author": "charlesmu99",
6
6
  "repository": {