@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.
@@ -785,7 +785,7 @@ The handler file contains all necessary processing logic for the detected intent
785
785
  ],
786
786
  requiredSubagents: ["team-communicator"],
787
787
  optionalSubagents: [],
788
- dependentTasks: []
788
+ dependentTasks: ["verify-changes"]
789
789
  };
790
790
  }
791
791
  });