@bugzy-ai/bugzy 1.9.1 → 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.js CHANGED
@@ -777,7 +777,7 @@ The handler file contains all necessary processing logic for the detected intent
777
777
  ],
778
778
  requiredSubagents: ["team-communicator"],
779
779
  optionalSubagents: [],
780
- dependentTasks: []
780
+ dependentTasks: ["verify-changes"]
781
781
  };
782
782
  }
783
783
  });