@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/index.cjs CHANGED
@@ -861,7 +861,28 @@ The handler file contains all necessary processing logic for the detected intent
861
861
  - Response guidelines
862
862
  - Memory update instructions`
863
863
  },
864
- // Step 6: Clarification Protocol (for ambiguous intents)
864
+ // Step 6: Post Response via Team Communicator
865
+ {
866
+ inline: true,
867
+ title: "Post Response to Team",
868
+ content: `## Post Response to the Team
869
+
870
+ After processing the message through the handler and composing your response:
871
+
872
+ {{INVOKE_TEAM_COMMUNICATOR}} to post the response back to the team.
873
+
874
+ **Context to include in the delegation:**
875
+ - The original message/question from the team member
876
+ - Your composed response with all gathered data
877
+ - Whether this should be a thread reply (if the original message was in a thread) or a new message
878
+ - The relevant channel (from project-context.md)
879
+
880
+ **Do NOT:**
881
+ - Skip posting and just display the response as text output
882
+ - Ask the user whether to post \u2014 the message came from the team, the response goes back to the team
883
+ - Compose a draft without sending it`
884
+ },
885
+ // Step 7: Clarification Protocol (for ambiguous intents)
865
886
  "clarification-protocol",
866
887
  // Step 8: Knowledge Base Update (library)
867
888
  "update-knowledge-base",