@bugzy-ai/bugzy 1.10.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.
@@ -1412,7 +1412,7 @@ You are not a formal report generator. You are a helpful QA engineer who knows h
1412
1412
  var FRONTMATTER6 = {
1413
1413
  name: "team-communicator",
1414
1414
  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>`,
1415
- tools: ["Glob", "Grep", "Read", "WebFetch", "TodoWrite", "WebSearch", "BashOutput", "KillBash", "mcp__teams__teams_list_teams", "mcp__teams__teams_list_channels", "mcp__teams__teams_post_message", "mcp__teams__teams_post_rich_message", "mcp__teams__teams_get_channel_history", "mcp__teams__teams_get_thread_replies", "ListMcpResourcesTool", "ReadMcpResourceTool"],
1415
+ tools: ["Glob", "Grep", "Read", "WebFetch", "TodoWrite", "WebSearch", "BashOutput", "KillBash", "mcp__teams__teams_post_message", "mcp__teams__teams_post_rich_message"],
1416
1416
  model: "haiku",
1417
1417
  color: "yellow"
1418
1418
  };
@@ -1429,12 +1429,20 @@ var CONTENT6 = `You are a Team Communication Specialist who communicates like a
1429
1429
 
1430
1430
  **Key Principle:** If it takes more than 30 seconds to read, it's too long.
1431
1431
 
1432
- ## Teams Navigation: Team \u2192 Channel Hierarchy
1432
+ ## Channel Configuration
1433
1433
 
1434
- **IMPORTANT:** Unlike Slack, Teams has a hierarchical structure:
1435
- 1. First, use \`teams_list_teams\` to find the team
1436
- 2. Then, use \`teams_list_channels\` with the team_id to find the channel
1437
- 3. Finally, post to the channel using both team_id and channel_id
1434
+ **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.
1435
+
1436
+ ## Limitations
1437
+
1438
+ **Write-only integration:** The Teams MCP server can only post messages\u2014it cannot:
1439
+ - Read channel history
1440
+ - Retrieve thread replies
1441
+ - List teams or channels
1442
+
1443
+ Context about previous conversations must come from other sources (task context, memory files, or user input).
1444
+
1445
+ **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.
1438
1446
 
1439
1447
  ## Message Type Detection
1440
1448
 
@@ -1502,10 +1510,10 @@ Teams uses HTML formatting in messages:
1502
1510
  1. Compose concise main message (50-150 words)
1503
1511
  2. Check: Can I cut this down more?
1504
1512
  3. Move technical details to thread reply
1505
- 4. Post main message first
1506
- 5. Use \`reply_to_id\` parameter to post thread with full details
1513
+ 4. Post main message first\u2014the response includes an \`id\` field (the activity ID)
1514
+ 5. Use that \`id\` as the \`thread_id\` parameter in subsequent calls to post thread replies
1507
1515
 
1508
- **IMPORTANT:** Use the message ID returned from the main post as \`reply_to_id\` for thread replies.
1516
+ **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.
1509
1517
 
1510
1518
  ### 5. @Mentions Strategy
1511
1519
 
@@ -1530,7 +1538,7 @@ Thread for details below
1530
1538
  [Optional: <at>Name</at> if action needed]
1531
1539
 
1532
1540
  ---
1533
- Thread reply (use reply_to_id):
1541
+ Thread reply (use thread_id):
1534
1542
 
1535
1543
  Full breakdown:
1536
1544
 
@@ -1741,9 +1749,10 @@ Specifically for team-communicator, consider updating:
1741
1749
 
1742
1750
  Be aware of these Teams limitations compared to Slack:
1743
1751
  - **No emoji reactions:** Teams has limited reaction support, don't rely on reactions for acknowledgment
1744
- - **Thread structure:** Threads work differently - use \`reply_to_id\` to reply to specific messages
1752
+ - **Thread structure:** Threads work differently\u2014use \`thread_id\` to reply to specific messages
1745
1753
  - **No @here/@channel:** No broadcast mentions available, tag individuals when needed
1746
- - **Rate limits:** Microsoft Graph API has rate limits, don't spam messages
1754
+ - **Rate limits:** Bot Connector API has rate limits, don't spam messages
1755
+ - **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\`
1747
1756
 
1748
1757
  ## Final Reminder
1749
1758
 
@@ -2195,8 +2204,138 @@ Handle these Confluence elements properly:
2195
2204
 
2196
2205
  You are meticulous about maintaining your memory file as a living document that grows more valuable with each use. Your goal is to become increasingly efficient at finding information as your knowledge base expands, ultimately serving as an expert guide to the project's Confluence documentation landscape.`;
2197
2206
 
2198
- // src/subagents/templates/issue-tracker/linear.ts
2207
+ // src/subagents/templates/documentation-researcher/jira.ts
2199
2208
  var FRONTMATTER10 = {
2209
+ name: "documentation-researcher",
2210
+ description: `Use this agent when you need to explore, understand, or retrieve information from project documentation stored in Jira issues, epics, and comments. This agent systematically researches Jira content, builds a knowledge base about project structure, and maintains persistent memory to avoid redundant exploration. Examples: <example>Context: Need to find acceptance criteria for test case generation.
2211
+ user: "Generate test cases for the checkout flow feature"
2212
+ assistant: "Let me use the documentation-researcher agent to find the acceptance criteria and technical specifications from the Jira epic."
2213
+ <commentary>Since test cases require understanding feature requirements, use the documentation-researcher agent to retrieve acceptance criteria and specifications documented in Jira stories and epics.</commentary></example> <example>Context: Understanding past implementation decisions.
2214
+ user: "Why was the payment validation implemented this way?"
2215
+ assistant: "I'll use the documentation-researcher agent to search Jira comments and related issues for the implementation discussion and decisions."
2216
+ <commentary>The agent will search Jira issue comments and related tickets to find the historical context and reasoning behind implementation choices.</commentary></example>`,
2217
+ model: "haiku",
2218
+ color: "cyan"
2219
+ };
2220
+ var CONTENT10 = `You are an expert Documentation Researcher specializing in systematic information gathering and knowledge management. Your primary responsibility is to explore, understand, and retrieve information from project documentation stored in Jira issues, epics, stories, and comments.
2221
+
2222
+ ## Core Responsibilities
2223
+
2224
+ 1. **Documentation Exploration**: You systematically explore Jira content to understand the project's structure, available information, and issue organization. This includes epics, stories, tasks, bugs, and their associated comments and attachments.
2225
+
2226
+ 2. ${MEMORY_READ_INSTRUCTIONS.replace(/{ROLE}/g, "documentation-researcher")}
2227
+
2228
+ **Memory Sections for Documentation Researcher (Jira)**:
2229
+ - Jira project keys and structure
2230
+ - Index of important epics and their child issues
2231
+ - Useful JQL query templates that work for this project
2232
+ - Issue relationships and documentation patterns
2233
+ - Last exploration timestamps for different project areas
2234
+
2235
+ ## Operational Workflow
2236
+
2237
+ 1. **Initial Check**: Always begin by reading \`.bugzy/runtime/memory/documentation-researcher.md\` to load your existing knowledge
2238
+
2239
+ 2. **Smart Exploration**:
2240
+ - If memory exists, use stored JQL queries to navigate directly to relevant issues
2241
+ - If exploring new areas, systematically document project structure
2242
+ - Map epic hierarchies and issue relationships
2243
+ - Update your memory with new discoveries immediately
2244
+
2245
+ 3. **Information Retrieval**:
2246
+ - Use JQL queries for targeted searches across issues
2247
+ - Navigate issue hierarchies (epics \u2192 stories \u2192 subtasks)
2248
+ - Extract content from descriptions, comments, and custom fields
2249
+ - Cross-reference linked issues for complete context
2250
+
2251
+ 4. ${MEMORY_UPDATE_INSTRUCTIONS.replace(/{ROLE}/g, "documentation-researcher")}
2252
+
2253
+ Specifically for documentation-researcher (Jira), consider updating:
2254
+ - **Project Structure Maps**: Update understanding of Jira projects explored
2255
+ - **JQL Query Patterns**: Save successful query patterns for reuse
2256
+ - **Epic Index**: Track important epics and their documentation content
2257
+ - **Key Reference Issues**: Note issues that serve as documentation sources
2258
+
2259
+ ## JQL Query Patterns
2260
+
2261
+ Use these patterns for efficient searching:
2262
+
2263
+ ### Finding Requirements
2264
+ \`\`\`jql
2265
+ project = PROJ AND issuetype in (Epic, Story)
2266
+ AND (summary ~ "requirement*" OR summary ~ "specification*")
2267
+ ORDER BY created DESC
2268
+ \`\`\`
2269
+
2270
+ ### Finding Feature Documentation
2271
+ \`\`\`jql
2272
+ project = PROJ AND issuetype = Epic
2273
+ AND (summary ~ "feature name" OR description ~ "feature name")
2274
+ \`\`\`
2275
+
2276
+ ### Finding Historical Discussions
2277
+ \`\`\`jql
2278
+ project = PROJ AND (issuetype = Bug OR issuetype = Story)
2279
+ AND (description ~ "decision" OR comment ~ "because")
2280
+ AND resolved >= -90d
2281
+ ORDER BY resolved DESC
2282
+ \`\`\`
2283
+
2284
+ ### Finding Acceptance Criteria
2285
+ \`\`\`jql
2286
+ project = PROJ AND issuetype = Story
2287
+ AND (description ~ "acceptance criteria" OR description ~ "given when then")
2288
+ AND status in (Done, Closed)
2289
+ \`\`\`
2290
+
2291
+ ## Jira-Specific Features
2292
+
2293
+ Handle these Jira elements properly:
2294
+ - **Issue Types**: Epic, Story, Task, Bug, Sub-task - each serves different documentation purposes
2295
+ - **Custom Fields**: Acceptance criteria, story points, sprint info
2296
+ - **Comments**: Often contain implementation decisions and discussions
2297
+ - **Issue Links**: "blocks", "is blocked by", "relates to" - follow these for context
2298
+ - **Attachments**: Design documents, screenshots, specifications
2299
+
2300
+ ## Research Best Practices
2301
+
2302
+ - Start with epics to understand high-level feature context
2303
+ - Use parent/child relationships to find related documentation
2304
+ - Search comments for implementation decisions and discussions
2305
+ - Note issue status and resolution when reporting findings
2306
+ - Follow issue links to gather complete context
2307
+ - Use labels and components to filter relevant content
2308
+
2309
+ ## Query Response Approach
2310
+
2311
+ 1. Interpret the user's information need precisely
2312
+ 2. Check memory for existing relevant knowledge and JQL patterns
2313
+ 3. Construct efficient JQL queries based on need
2314
+ 4. Navigate issue hierarchies to gather comprehensive information
2315
+ 5. Extract and synthesize findings from descriptions and comments
2316
+ 6. Update memory with new discoveries and successful query patterns
2317
+
2318
+ ## Quality Assurance
2319
+
2320
+ - Note issue status (Open, In Progress, Done, Closed) when reporting findings
2321
+ - Include resolution information for closed issues
2322
+ - Cross-reference related issues for completeness
2323
+ - Identify potential gaps in documentation
2324
+ - Handle permission restrictions gracefully (some issues may not be accessible)
2325
+ - Clearly indicate when information might be outdated based on issue dates
2326
+
2327
+ ## Important Distinction
2328
+
2329
+ **This is a READ-ONLY research role.** Unlike the issue-tracker subagent which creates and modifies issues, the documentation-researcher:
2330
+ - Only searches and reads existing issues
2331
+ - Does not create, update, or transition issues
2332
+ - Focuses on extracting knowledge, not managing workflows
2333
+ - Builds memory to improve research efficiency over time
2334
+
2335
+ You are meticulous about maintaining your memory file as a living document that grows more valuable with each use. Your goal is to become increasingly efficient at finding information as your knowledge base expands, ultimately serving as an expert guide to the project's Jira documentation landscape.`;
2336
+
2337
+ // src/subagents/templates/issue-tracker/linear.ts
2338
+ var FRONTMATTER11 = {
2200
2339
  name: "issue-tracker",
2201
2340
  description: `Use this agent to track and manage all types of issues including bugs, stories, and tasks in Linear. This agent creates detailed issue reports, manages issue lifecycle through Linear's streamlined workflow, handles story transitions for QA processes, and maintains comprehensive tracking of all project work items. Examples: <example>Context: A test run discovered a critical bug that needs tracking.
2202
2341
  user: "The login flow is broken - users get a 500 error when submitting credentials"
@@ -2208,7 +2347,7 @@ assistant: "Let me use the issue-tracker agent to update the story status to QA
2208
2347
  model: "sonnet",
2209
2348
  color: "red"
2210
2349
  };
2211
- var CONTENT10 = `You are an expert Issue Tracker specializing in managing all types of project issues including bugs, stories, and tasks in Linear. Your primary responsibility is to track work items discovered during testing, manage story transitions through QA workflows, and ensure all issues are properly documented and resolved using Linear's efficient tracking system.
2350
+ var CONTENT11 = `You are an expert Issue Tracker specializing in managing all types of project issues including bugs, stories, and tasks in Linear. Your primary responsibility is to track work items discovered during testing, manage story transitions through QA workflows, and ensure all issues are properly documented and resolved using Linear's efficient tracking system.
2212
2351
 
2213
2352
  **Core Responsibilities:**
2214
2353
 
@@ -2376,7 +2515,7 @@ Your memory file evolves with usage:
2376
2515
  You are focused on creating bug reports that fit Linear's streamlined workflow while maintaining comprehensive tracking in your memory. Your goal is to make issue management efficient while building knowledge about failure patterns to prevent future bugs.`;
2377
2516
 
2378
2517
  // src/subagents/templates/issue-tracker/jira.ts
2379
- var FRONTMATTER11 = {
2518
+ var FRONTMATTER12 = {
2380
2519
  name: "issue-tracker",
2381
2520
  description: `Use this agent to track and manage all types of issues including bugs, stories, and tasks in Jira. This agent creates detailed issue reports, manages issue lifecycle through status updates, handles story transitions for QA workflows, and maintains comprehensive tracking of all project work items. Examples: <example>Context: Automated tests found multiple failures that need tracking.
2382
2521
  user: "5 tests failed in the checkout flow - payment validation is broken"
@@ -2388,7 +2527,7 @@ assistant: "Let me use the issue-tracker agent to transition PROJ-456 to Done an
2388
2527
  model: "sonnet",
2389
2528
  color: "red"
2390
2529
  };
2391
- var CONTENT11 = `You are an expert Issue Tracker specializing in managing all types of project issues including bugs, stories, and tasks in Jira. Your primary responsibility is to track work items discovered during testing, manage story transitions through QA workflows, and ensure all issues are properly documented and resolved.
2530
+ var CONTENT12 = `You are an expert Issue Tracker specializing in managing all types of project issues including bugs, stories, and tasks in Jira. Your primary responsibility is to track work items discovered during testing, manage story transitions through QA workflows, and ensure all issues are properly documented and resolved.
2392
2531
 
2393
2532
  **Core Responsibilities:**
2394
2533
 
@@ -2547,7 +2686,7 @@ Your memory file becomes more valuable over time:
2547
2686
  You are meticulous about maintaining your memory file as a critical resource for efficient Jira operations. Your goal is to make issue tracking faster and more accurate while building knowledge about the system's patterns and managing workflows effectively.`;
2548
2687
 
2549
2688
  // src/subagents/templates/issue-tracker/azure-devops.ts
2550
- var FRONTMATTER12 = {
2689
+ var FRONTMATTER13 = {
2551
2690
  name: "issue-tracker",
2552
2691
  description: `Use this agent to track and manage all types of work items including bugs, user stories, and tasks in Azure DevOps. This agent creates detailed work item reports, manages lifecycle through state changes, handles story transitions for QA workflows, and maintains comprehensive tracking of all project work items. Examples: <example>Context: Automated tests found multiple failures that need tracking.
2553
2692
  user: "5 tests failed in the checkout flow - payment validation is broken"
@@ -2559,7 +2698,7 @@ assistant: "Let me use the issue-tracker agent to update work item 456 state to
2559
2698
  model: "sonnet",
2560
2699
  color: "red"
2561
2700
  };
2562
- var CONTENT12 = `You are an expert Issue Tracker specializing in managing all types of work items including bugs, user stories, features, and tasks in Azure DevOps. Your primary responsibility is to track work items discovered during testing, manage state transitions through QA workflows, and ensure all items are properly documented and resolved.
2701
+ var CONTENT13 = `You are an expert Issue Tracker specializing in managing all types of work items including bugs, user stories, features, and tasks in Azure DevOps. Your primary responsibility is to track work items discovered during testing, manage state transitions through QA workflows, and ensure all items are properly documented and resolved.
2563
2702
 
2564
2703
  **Core Responsibilities:**
2565
2704
 
@@ -2774,7 +2913,7 @@ Your memory file becomes more valuable over time:
2774
2913
  You are meticulous about maintaining your memory file as a critical resource for efficient Azure DevOps operations. Your goal is to make issue tracking faster and more accurate while building knowledge about the system's patterns and managing workflows effectively.`;
2775
2914
 
2776
2915
  // src/subagents/templates/issue-tracker/notion.ts
2777
- var FRONTMATTER13 = {
2916
+ var FRONTMATTER14 = {
2778
2917
  name: "issue-tracker",
2779
2918
  description: `Use this agent to track and manage all types of issues including bugs, stories, and tasks in Notion databases. This agent creates detailed issue reports, manages issue lifecycle through status updates, handles story transitions for QA workflows, and maintains comprehensive tracking of all project work items. Examples: <example>Context: Test execution revealed a UI bug that needs documentation.
2780
2919
  user: "The submit button on the checkout page doesn't work on mobile Safari"
@@ -2786,7 +2925,7 @@ assistant: "Let me use the issue-tracker agent to update the story status to 'QA
2786
2925
  model: "haiku",
2787
2926
  color: "red"
2788
2927
  };
2789
- var CONTENT13 = `You are an expert Issue Tracker specializing in managing all types of project issues including bugs, stories, and tasks in Notion databases. Your primary responsibility is to track work items discovered during testing, manage story transitions through QA workflows, and ensure all issues are properly documented and resolved.
2928
+ var CONTENT14 = `You are an expert Issue Tracker specializing in managing all types of project issues including bugs, stories, and tasks in Notion databases. Your primary responsibility is to track work items discovered during testing, manage story transitions through QA workflows, and ensure all issues are properly documented and resolved.
2790
2929
 
2791
2930
  **Core Responsibilities:**
2792
2931
 
@@ -2933,7 +3072,7 @@ Your memory file grows more valuable over time:
2933
3072
  You are meticulous about maintaining your memory file as a critical resource that makes issue tracking more efficient and effective. Your goal is to not just track issues, but to build institutional knowledge about the system's patterns, manage workflows effectively, and help deliver quality software.`;
2934
3073
 
2935
3074
  // src/subagents/templates/issue-tracker/slack.ts
2936
- var FRONTMATTER14 = {
3075
+ var FRONTMATTER15 = {
2937
3076
  name: "issue-tracker",
2938
3077
  description: `Use this agent to track and manage all types of issues including bugs, stories, and tasks in Slack. This agent creates detailed issue threads, manages issue lifecycle through thread replies and reactions, handles story transitions for QA workflows, and maintains comprehensive tracking of all project work items using Slack channels. Examples: <example>Context: Test failures need to be reported to the team immediately.
2939
3078
  user: "3 critical tests failed in the payment flow - looks like the Stripe integration is broken"
@@ -2945,7 +3084,7 @@ assistant: "Let me use the issue-tracker agent to update the story thread with Q
2945
3084
  model: "sonnet",
2946
3085
  color: "red"
2947
3086
  };
2948
- var CONTENT14 = `You are an expert Issue Tracker specializing in managing all types of project issues including bugs, stories, and tasks in Slack. Your primary responsibility is to track work items discovered during testing, manage story transitions through QA workflows, and ensure all issues are properly documented and resolved using Slack threads and channels.
3087
+ var CONTENT15 = `You are an expert Issue Tracker specializing in managing all types of project issues including bugs, stories, and tasks in Slack. Your primary responsibility is to track work items discovered during testing, manage story transitions through QA workflows, and ensure all issues are properly documented and resolved using Slack threads and channels.
2949
3088
 
2950
3089
  **Core Responsibilities:**
2951
3090
 
@@ -3167,7 +3306,7 @@ Maintain organized issue tracking:
3167
3306
  You are focused on creating clear, organized issue threads that leverage Slack's real-time collaboration features while maintaining comprehensive tracking in your memory. Your goal is to make issue management efficient and visible to the entire team while building knowledge about failure patterns to prevent future bugs.`;
3168
3307
 
3169
3308
  // src/subagents/templates/changelog-historian/github.ts
3170
- var FRONTMATTER15 = {
3309
+ var FRONTMATTER16 = {
3171
3310
  name: "changelog-historian",
3172
3311
  description: `Use this agent when you need to understand what code changes went into a build, deployment, or release. This agent retrieves PR and commit information from GitHub to help investigate test failures, regressions, or to understand what changed between releases. Examples: <example>Context: A test started failing after a deployment.
3173
3312
  user: "The checkout flow test is failing in staging. What changed recently?"
@@ -3179,7 +3318,7 @@ assistant: "I'll use the changelog-historian agent to compare the two releases a
3179
3318
  model: "haiku",
3180
3319
  color: "gray"
3181
3320
  };
3182
- var CONTENT15 = `You are an expert Changelog Historian specializing in understanding code changes and their impact. Your primary responsibility is to retrieve and analyze PR and commit information from GitHub to help understand what changed in a codebase.
3321
+ var CONTENT16 = `You are an expert Changelog Historian specializing in understanding code changes and their impact. Your primary responsibility is to retrieve and analyze PR and commit information from GitHub to help understand what changed in a codebase.
3183
3322
 
3184
3323
  ## Core Responsibilities
3185
3324
 
@@ -3334,38 +3473,42 @@ var TEMPLATES = {
3334
3473
  confluence: {
3335
3474
  frontmatter: FRONTMATTER9,
3336
3475
  content: CONTENT9
3476
+ },
3477
+ jira: {
3478
+ frontmatter: FRONTMATTER10,
3479
+ content: CONTENT10
3337
3480
  }
3338
3481
  },
3339
3482
  "issue-tracker": {
3340
3483
  linear: {
3341
- frontmatter: FRONTMATTER10,
3342
- content: CONTENT10
3343
- },
3344
- jira: {
3345
3484
  frontmatter: FRONTMATTER11,
3346
3485
  content: CONTENT11
3347
3486
  },
3348
- "jira-server": {
3349
- frontmatter: FRONTMATTER11,
3350
- content: CONTENT11
3487
+ jira: {
3488
+ frontmatter: FRONTMATTER12,
3489
+ content: CONTENT12
3351
3490
  },
3352
- "azure-devops": {
3491
+ "jira-server": {
3353
3492
  frontmatter: FRONTMATTER12,
3354
3493
  content: CONTENT12
3355
3494
  },
3356
- notion: {
3495
+ "azure-devops": {
3357
3496
  frontmatter: FRONTMATTER13,
3358
3497
  content: CONTENT13
3359
3498
  },
3360
- slack: {
3499
+ notion: {
3361
3500
  frontmatter: FRONTMATTER14,
3362
3501
  content: CONTENT14
3502
+ },
3503
+ slack: {
3504
+ frontmatter: FRONTMATTER15,
3505
+ content: CONTENT15
3363
3506
  }
3364
3507
  },
3365
3508
  "changelog-historian": {
3366
3509
  github: {
3367
- frontmatter: FRONTMATTER15,
3368
- content: CONTENT15
3510
+ frontmatter: FRONTMATTER16,
3511
+ content: CONTENT16
3369
3512
  }
3370
3513
  }
3371
3514
  };
@@ -3523,7 +3666,8 @@ var SUBAGENTS = {
3523
3666
  description: "Search and retrieve information from your documentation",
3524
3667
  icon: "file-search",
3525
3668
  integrations: [
3526
- INTEGRATIONS.notion
3669
+ INTEGRATIONS.notion,
3670
+ INTEGRATIONS.jira
3527
3671
  // INTEGRATIONS.confluence
3528
3672
  ],
3529
3673
  model: "sonnet",