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 +1 -1
- package/dist/cli.js +1 -1
- package/dist/opencode-plugin.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
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: ["
|
|
136
|
+
tools: ["read", "grep", "bash", "write"]
|
|
137
137
|
});
|
|
138
138
|
|
|
139
139
|
// src/crew/Scout.ts
|
package/dist/opencode-plugin.js
CHANGED
|
@@ -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: ["
|
|
138
|
+
tools: ["read", "grep", "bash", "write"]
|
|
139
139
|
});
|
|
140
140
|
|
|
141
141
|
// src/crew/Scout.ts
|