@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.js
CHANGED
|
@@ -912,7 +912,7 @@ The handler file contains all necessary processing logic for the detected intent
|
|
|
912
912
|
],
|
|
913
913
|
requiredSubagents: ["team-communicator"],
|
|
914
914
|
optionalSubagents: [],
|
|
915
|
-
dependentTasks: []
|
|
915
|
+
dependentTasks: ["verify-changes"]
|
|
916
916
|
};
|
|
917
917
|
|
|
918
918
|
// src/tasks/library/process-event.ts
|