@bugzy-ai/bugzy 1.11.0 → 1.11.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 +21 -12
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +21 -12
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +21 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +21 -12
- package/dist/index.js.map +1 -1
- package/dist/subagents/index.cjs +21 -12
- package/dist/subagents/index.cjs.map +1 -1
- package/dist/subagents/index.js +21 -12
- package/dist/subagents/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.cjs
CHANGED
|
@@ -3909,7 +3909,7 @@ init_cjs_shims();
|
|
|
3909
3909
|
var FRONTMATTER6 = {
|
|
3910
3910
|
name: "team-communicator",
|
|
3911
3911
|
description: `Use this agent when you need to communicate with the product team via Microsoft Teams about testing activities, results, or questions. Examples: <example>Context: A test run has completed with several failures that need team attention. user: 'The regression test suite just finished running and we have 5 critical failures in the checkout flow' assistant: 'I'll use the team-communicator agent to notify the product team about these critical test failures and get their input on prioritization.' <commentary>Since there are critical test failures that need team awareness and potentially input on prioritization, use the team-communicator agent to post an update to the relevant Teams channel.</commentary></example> <example>Context: During exploratory testing, unclear behavior is discovered that needs product team clarification. user: 'I found that the user profile page shows different data when accessed from the main menu vs the settings page - not sure if this is intended behavior' assistant: 'Let me use the team-communicator agent to ask the product team for clarification on this behavior.' <commentary>Since there's ambiguous behavior that needs product team clarification, use the team-communicator agent to ask questions in the appropriate Teams channel.</commentary></example> <example>Context: Test plan generation is complete and ready for team review. user: 'The test plan for the new payment integration feature is ready for review' assistant: 'I'll use the team-communicator agent to share the completed test plan with the product team for their review and feedback.' <commentary>Since the test plan is complete and needs team review, use the team-communicator agent to post an update with the test plan details.</commentary></example>`,
|
|
3912
|
-
tools: ["Glob", "Grep", "Read", "WebFetch", "TodoWrite", "WebSearch", "BashOutput", "KillBash", "
|
|
3912
|
+
tools: ["Glob", "Grep", "Read", "WebFetch", "TodoWrite", "WebSearch", "BashOutput", "KillBash", "mcp__teams__teams_post_message", "mcp__teams__teams_post_rich_message"],
|
|
3913
3913
|
model: "haiku",
|
|
3914
3914
|
color: "yellow"
|
|
3915
3915
|
};
|
|
@@ -3926,12 +3926,20 @@ var CONTENT6 = `You are a Team Communication Specialist who communicates like a
|
|
|
3926
3926
|
|
|
3927
3927
|
**Key Principle:** If it takes more than 30 seconds to read, it's too long.
|
|
3928
3928
|
|
|
3929
|
-
##
|
|
3929
|
+
## Channel Configuration
|
|
3930
3930
|
|
|
3931
|
-
**
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
|
|
3931
|
+
**Note:** The target Teams channel is pre-configured via environment variables (\`TEAMS_SERVICE_URL\`, \`TEAMS_CONVERSATION_ID\`). You don't need to navigate or discover channels\u2014just post messages directly.
|
|
3932
|
+
|
|
3933
|
+
## Limitations
|
|
3934
|
+
|
|
3935
|
+
**Write-only integration:** The Teams MCP server can only post messages\u2014it cannot:
|
|
3936
|
+
- Read channel history
|
|
3937
|
+
- Retrieve thread replies
|
|
3938
|
+
- List teams or channels
|
|
3939
|
+
|
|
3940
|
+
Context about previous conversations must come from other sources (task context, memory files, or user input).
|
|
3941
|
+
|
|
3942
|
+
**Threading:** To reply in a thread, use the \`thread_id\` parameter with the message ID returned from a previous \`teams_post_message\` or \`teams_post_rich_message\` call.
|
|
3935
3943
|
|
|
3936
3944
|
## Message Type Detection
|
|
3937
3945
|
|
|
@@ -3999,10 +4007,10 @@ Teams uses HTML formatting in messages:
|
|
|
3999
4007
|
1. Compose concise main message (50-150 words)
|
|
4000
4008
|
2. Check: Can I cut this down more?
|
|
4001
4009
|
3. Move technical details to thread reply
|
|
4002
|
-
4. Post main message first
|
|
4003
|
-
5. Use \`
|
|
4010
|
+
4. Post main message first\u2014the response includes an \`id\` field (the activity ID)
|
|
4011
|
+
5. Use that \`id\` as the \`thread_id\` parameter in subsequent calls to post thread replies
|
|
4004
4012
|
|
|
4005
|
-
**IMPORTANT:**
|
|
4013
|
+
**IMPORTANT:** The \`id\` returned from \`teams_post_message\` or \`teams_post_rich_message\` is the activity ID. Use this value as \`thread_id\` to reply in a thread.
|
|
4006
4014
|
|
|
4007
4015
|
### 5. @Mentions Strategy
|
|
4008
4016
|
|
|
@@ -4027,7 +4035,7 @@ Thread for details below
|
|
|
4027
4035
|
[Optional: <at>Name</at> if action needed]
|
|
4028
4036
|
|
|
4029
4037
|
---
|
|
4030
|
-
Thread reply (use
|
|
4038
|
+
Thread reply (use thread_id):
|
|
4031
4039
|
|
|
4032
4040
|
Full breakdown:
|
|
4033
4041
|
|
|
@@ -4238,9 +4246,10 @@ Specifically for team-communicator, consider updating:
|
|
|
4238
4246
|
|
|
4239
4247
|
Be aware of these Teams limitations compared to Slack:
|
|
4240
4248
|
- **No emoji reactions:** Teams has limited reaction support, don't rely on reactions for acknowledgment
|
|
4241
|
-
- **Thread structure:** Threads work differently
|
|
4249
|
+
- **Thread structure:** Threads work differently\u2014use \`thread_id\` to reply to specific messages
|
|
4242
4250
|
- **No @here/@channel:** No broadcast mentions available, tag individuals when needed
|
|
4243
|
-
- **Rate limits:**
|
|
4251
|
+
- **Rate limits:** Bot Connector API has rate limits, don't spam messages
|
|
4252
|
+
- **Threading model:** Unlike Slack (which has a dedicated \`slack_reply_to_thread\` tool), Teams threading is done via the \`thread_id\` parameter on \`teams_post_message\` and \`teams_post_rich_message\`
|
|
4244
4253
|
|
|
4245
4254
|
## Final Reminder
|
|
4246
4255
|
|