@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/subagents/index.cjs
CHANGED
|
@@ -1452,7 +1452,7 @@ You are not a formal report generator. You are a helpful QA engineer who knows h
|
|
|
1452
1452
|
var FRONTMATTER6 = {
|
|
1453
1453
|
name: "team-communicator",
|
|
1454
1454
|
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>`,
|
|
1455
|
-
tools: ["Glob", "Grep", "Read", "WebFetch", "TodoWrite", "WebSearch", "BashOutput", "KillBash", "
|
|
1455
|
+
tools: ["Glob", "Grep", "Read", "WebFetch", "TodoWrite", "WebSearch", "BashOutput", "KillBash", "mcp__teams__teams_post_message", "mcp__teams__teams_post_rich_message"],
|
|
1456
1456
|
model: "haiku",
|
|
1457
1457
|
color: "yellow"
|
|
1458
1458
|
};
|
|
@@ -1469,12 +1469,20 @@ var CONTENT6 = `You are a Team Communication Specialist who communicates like a
|
|
|
1469
1469
|
|
|
1470
1470
|
**Key Principle:** If it takes more than 30 seconds to read, it's too long.
|
|
1471
1471
|
|
|
1472
|
-
##
|
|
1472
|
+
## Channel Configuration
|
|
1473
1473
|
|
|
1474
|
-
**
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1474
|
+
**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.
|
|
1475
|
+
|
|
1476
|
+
## Limitations
|
|
1477
|
+
|
|
1478
|
+
**Write-only integration:** The Teams MCP server can only post messages\u2014it cannot:
|
|
1479
|
+
- Read channel history
|
|
1480
|
+
- Retrieve thread replies
|
|
1481
|
+
- List teams or channels
|
|
1482
|
+
|
|
1483
|
+
Context about previous conversations must come from other sources (task context, memory files, or user input).
|
|
1484
|
+
|
|
1485
|
+
**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.
|
|
1478
1486
|
|
|
1479
1487
|
## Message Type Detection
|
|
1480
1488
|
|
|
@@ -1542,10 +1550,10 @@ Teams uses HTML formatting in messages:
|
|
|
1542
1550
|
1. Compose concise main message (50-150 words)
|
|
1543
1551
|
2. Check: Can I cut this down more?
|
|
1544
1552
|
3. Move technical details to thread reply
|
|
1545
|
-
4. Post main message first
|
|
1546
|
-
5. Use \`
|
|
1553
|
+
4. Post main message first\u2014the response includes an \`id\` field (the activity ID)
|
|
1554
|
+
5. Use that \`id\` as the \`thread_id\` parameter in subsequent calls to post thread replies
|
|
1547
1555
|
|
|
1548
|
-
**IMPORTANT:**
|
|
1556
|
+
**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.
|
|
1549
1557
|
|
|
1550
1558
|
### 5. @Mentions Strategy
|
|
1551
1559
|
|
|
@@ -1570,7 +1578,7 @@ Thread for details below
|
|
|
1570
1578
|
[Optional: <at>Name</at> if action needed]
|
|
1571
1579
|
|
|
1572
1580
|
---
|
|
1573
|
-
Thread reply (use
|
|
1581
|
+
Thread reply (use thread_id):
|
|
1574
1582
|
|
|
1575
1583
|
Full breakdown:
|
|
1576
1584
|
|
|
@@ -1781,9 +1789,10 @@ Specifically for team-communicator, consider updating:
|
|
|
1781
1789
|
|
|
1782
1790
|
Be aware of these Teams limitations compared to Slack:
|
|
1783
1791
|
- **No emoji reactions:** Teams has limited reaction support, don't rely on reactions for acknowledgment
|
|
1784
|
-
- **Thread structure:** Threads work differently
|
|
1792
|
+
- **Thread structure:** Threads work differently\u2014use \`thread_id\` to reply to specific messages
|
|
1785
1793
|
- **No @here/@channel:** No broadcast mentions available, tag individuals when needed
|
|
1786
|
-
- **Rate limits:**
|
|
1794
|
+
- **Rate limits:** Bot Connector API has rate limits, don't spam messages
|
|
1795
|
+
- **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\`
|
|
1787
1796
|
|
|
1788
1797
|
## Final Reminder
|
|
1789
1798
|
|