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