@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.cjs +22 -1
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +22 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +22 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +22 -1
- package/dist/index.js.map +1 -1
- package/dist/tasks/index.cjs +22 -1
- package/dist/tasks/index.cjs.map +1 -1
- package/dist/tasks/index.js +22 -1
- package/dist/tasks/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -805,7 +805,28 @@ The handler file contains all necessary processing logic for the detected intent
|
|
|
805
805
|
- Response guidelines
|
|
806
806
|
- Memory update instructions`
|
|
807
807
|
},
|
|
808
|
-
// Step 6:
|
|
808
|
+
// Step 6: Post Response via Team Communicator
|
|
809
|
+
{
|
|
810
|
+
inline: true,
|
|
811
|
+
title: "Post Response to Team",
|
|
812
|
+
content: `## Post Response to the Team
|
|
813
|
+
|
|
814
|
+
After processing the message through the handler and composing your response:
|
|
815
|
+
|
|
816
|
+
{{INVOKE_TEAM_COMMUNICATOR}} to post the response back to the team.
|
|
817
|
+
|
|
818
|
+
**Context to include in the delegation:**
|
|
819
|
+
- The original message/question from the team member
|
|
820
|
+
- Your composed response with all gathered data
|
|
821
|
+
- Whether this should be a thread reply (if the original message was in a thread) or a new message
|
|
822
|
+
- The relevant channel (from project-context.md)
|
|
823
|
+
|
|
824
|
+
**Do NOT:**
|
|
825
|
+
- Skip posting and just display the response as text output
|
|
826
|
+
- Ask the user whether to post \u2014 the message came from the team, the response goes back to the team
|
|
827
|
+
- Compose a draft without sending it`
|
|
828
|
+
},
|
|
829
|
+
// Step 7: Clarification Protocol (for ambiguous intents)
|
|
809
830
|
"clarification-protocol",
|
|
810
831
|
// Step 8: Knowledge Base Update (library)
|
|
811
832
|
"update-knowledge-base",
|