opcrew 0.1.1 → 0.1.2

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/README.md CHANGED
@@ -102,7 +102,7 @@ Publish the package and add it to your OpenCode config:
102
102
 
103
103
  ```json
104
104
  {
105
- "plugin": ["opcrew@0.1.0"]
105
+ "plugin": ["opcrew@0.1.2"]
106
106
  }
107
107
  ```
108
108
 
package/dist/cli.js CHANGED
@@ -133,7 +133,7 @@ var Quartermaster = new OpCrewAgent({
133
133
  "Verify delegation protocol compliance when specialists were involved (task/outcome/tools/must-do/must-not/context).",
134
134
  "Reject approval if docs/knowledge changes are missing for material decisions or scope shifts."
135
135
  ],
136
- tools: ["read_fs", "review_diffs", "check_tests"]
136
+ tools: ["read", "grep", "bash", "write"]
137
137
  });
138
138
 
139
139
  // src/crew/Scout.ts
@@ -135,7 +135,7 @@ var Quartermaster = new OpCrewAgent({
135
135
  "Verify delegation protocol compliance when specialists were involved (task/outcome/tools/must-do/must-not/context).",
136
136
  "Reject approval if docs/knowledge changes are missing for material decisions or scope shifts."
137
137
  ],
138
- tools: ["read_fs", "review_diffs", "check_tests"]
138
+ tools: ["read", "grep", "bash", "write"]
139
139
  });
140
140
 
141
141
  // src/crew/Scout.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "opcrew",
3
3
  "description": "OpenCrew agents and OpenCode plugin",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "main": "./dist/opencode-plugin.js",
6
6
  "module": "./dist/opencode-plugin.js",
7
7
  "type": "module",