@bugzy-ai/bugzy 1.9.0 → 1.9.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/dist/cli/index.cjs +26 -27
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +26 -27
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/tasks/index.cjs +1 -1
- package/dist/tasks/index.cjs.map +1 -1
- package/dist/tasks/index.js +1 -1
- package/dist/tasks/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -968,7 +968,7 @@ The handler file contains all necessary processing logic for the detected intent
|
|
|
968
968
|
],
|
|
969
969
|
requiredSubagents: ["team-communicator"],
|
|
970
970
|
optionalSubagents: [],
|
|
971
|
-
dependentTasks: []
|
|
971
|
+
dependentTasks: ["verify-changes"]
|
|
972
972
|
};
|
|
973
973
|
|
|
974
974
|
// src/tasks/library/process-event.ts
|