@bugzy-ai/bugzy 1.14.0 → 1.14.1

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.
@@ -697,7 +697,28 @@ The handler file contains all necessary processing logic for the detected intent
697
697
  - Response guidelines
698
698
  - Memory update instructions`
699
699
  },
700
- // Step 6: Clarification Protocol (for ambiguous intents)
700
+ // Step 6: Post Response via Team Communicator
701
+ {
702
+ inline: true,
703
+ title: "Post Response to Team",
704
+ content: `## Post Response to the Team
705
+
706
+ After processing the message through the handler and composing your response:
707
+
708
+ {{INVOKE_TEAM_COMMUNICATOR}} to post the response back to the team.
709
+
710
+ **Context to include in the delegation:**
711
+ - The original message/question from the team member
712
+ - Your composed response with all gathered data
713
+ - Whether this should be a thread reply (if the original message was in a thread) or a new message
714
+ - The relevant channel (from project-context.md)
715
+
716
+ **Do NOT:**
717
+ - Skip posting and just display the response as text output
718
+ - Ask the user whether to post \u2014 the message came from the team, the response goes back to the team
719
+ - Compose a draft without sending it`
720
+ },
721
+ // Step 7: Clarification Protocol (for ambiguous intents)
701
722
  "clarification-protocol",
702
723
  // Step 8: Knowledge Base Update (library)
703
724
  "update-knowledge-base",