@melihmucuk/pi-crew 1.0.2 → 1.0.3
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": "@melihmucuk/pi-crew",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Non-blocking subagent orchestration for pi coding agent",
|
|
6
6
|
"files": [
|
|
@@ -49,4 +49,4 @@
|
|
|
49
49
|
"@types/node": "^22.19.3",
|
|
50
50
|
"typescript": "^5.9.3"
|
|
51
51
|
}
|
|
52
|
-
}
|
|
52
|
+
}
|
|
@@ -166,3 +166,9 @@ Overall assessment: [short clear assessment]
|
|
|
166
166
|
- sort by severity
|
|
167
167
|
- no unnecessary introduction
|
|
168
168
|
- review only, no code changes
|
|
169
|
+
|
|
170
|
+
## IMPORTANT
|
|
171
|
+
|
|
172
|
+
- DO NOT perform any code review or quality review analysis yourself.
|
|
173
|
+
- SPAWN the subagents with the review context and WAIT for their results.
|
|
174
|
+
- NEVER PREDICT or FABRICATE results for subagents that have not yet reported back to you.
|