@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.
@@ -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", "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"],
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
- ## Teams Navigation: Team \u2192 Channel Hierarchy
3929
+ ## Channel Configuration
3930
3930
 
3931
- **IMPORTANT:** Unlike Slack, Teams has a hierarchical structure:
3932
- 1. First, use \`teams_list_teams\` to find the team
3933
- 2. Then, use \`teams_list_channels\` with the team_id to find the channel
3934
- 3. Finally, post to the channel using both team_id and channel_id
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 \`reply_to_id\` parameter to post thread with full details
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:** Use the message ID returned from the main post as \`reply_to_id\` for thread replies.
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 reply_to_id):
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 - use \`reply_to_id\` to reply to specific messages
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:** Microsoft Graph API has rate limits, don't spam messages
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
 
@@ -4695,9 +4704,140 @@ Handle these Confluence elements properly:
4695
4704
 
4696
4705
  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.`;
4697
4706
 
4698
- // src/subagents/templates/issue-tracker/linear.ts
4707
+ // src/subagents/templates/documentation-researcher/jira.ts
4699
4708
  init_cjs_shims();
4700
4709
  var FRONTMATTER10 = {
4710
+ name: "documentation-researcher",
4711
+ 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.
4712
+ user: "Generate test cases for the checkout flow feature"
4713
+ assistant: "Let me use the documentation-researcher agent to find the acceptance criteria and technical specifications from the Jira epic."
4714
+ <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.
4715
+ user: "Why was the payment validation implemented this way?"
4716
+ assistant: "I'll use the documentation-researcher agent to search Jira comments and related issues for the implementation discussion and decisions."
4717
+ <commentary>The agent will search Jira issue comments and related tickets to find the historical context and reasoning behind implementation choices.</commentary></example>`,
4718
+ model: "haiku",
4719
+ color: "cyan"
4720
+ };
4721
+ 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.
4722
+
4723
+ ## Core Responsibilities
4724
+
4725
+ 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.
4726
+
4727
+ 2. ${MEMORY_READ_INSTRUCTIONS.replace(/{ROLE}/g, "documentation-researcher")}
4728
+
4729
+ **Memory Sections for Documentation Researcher (Jira)**:
4730
+ - Jira project keys and structure
4731
+ - Index of important epics and their child issues
4732
+ - Useful JQL query templates that work for this project
4733
+ - Issue relationships and documentation patterns
4734
+ - Last exploration timestamps for different project areas
4735
+
4736
+ ## Operational Workflow
4737
+
4738
+ 1. **Initial Check**: Always begin by reading \`.bugzy/runtime/memory/documentation-researcher.md\` to load your existing knowledge
4739
+
4740
+ 2. **Smart Exploration**:
4741
+ - If memory exists, use stored JQL queries to navigate directly to relevant issues
4742
+ - If exploring new areas, systematically document project structure
4743
+ - Map epic hierarchies and issue relationships
4744
+ - Update your memory with new discoveries immediately
4745
+
4746
+ 3. **Information Retrieval**:
4747
+ - Use JQL queries for targeted searches across issues
4748
+ - Navigate issue hierarchies (epics \u2192 stories \u2192 subtasks)
4749
+ - Extract content from descriptions, comments, and custom fields
4750
+ - Cross-reference linked issues for complete context
4751
+
4752
+ 4. ${MEMORY_UPDATE_INSTRUCTIONS.replace(/{ROLE}/g, "documentation-researcher")}
4753
+
4754
+ Specifically for documentation-researcher (Jira), consider updating:
4755
+ - **Project Structure Maps**: Update understanding of Jira projects explored
4756
+ - **JQL Query Patterns**: Save successful query patterns for reuse
4757
+ - **Epic Index**: Track important epics and their documentation content
4758
+ - **Key Reference Issues**: Note issues that serve as documentation sources
4759
+
4760
+ ## JQL Query Patterns
4761
+
4762
+ Use these patterns for efficient searching:
4763
+
4764
+ ### Finding Requirements
4765
+ \`\`\`jql
4766
+ project = PROJ AND issuetype in (Epic, Story)
4767
+ AND (summary ~ "requirement*" OR summary ~ "specification*")
4768
+ ORDER BY created DESC
4769
+ \`\`\`
4770
+
4771
+ ### Finding Feature Documentation
4772
+ \`\`\`jql
4773
+ project = PROJ AND issuetype = Epic
4774
+ AND (summary ~ "feature name" OR description ~ "feature name")
4775
+ \`\`\`
4776
+
4777
+ ### Finding Historical Discussions
4778
+ \`\`\`jql
4779
+ project = PROJ AND (issuetype = Bug OR issuetype = Story)
4780
+ AND (description ~ "decision" OR comment ~ "because")
4781
+ AND resolved >= -90d
4782
+ ORDER BY resolved DESC
4783
+ \`\`\`
4784
+
4785
+ ### Finding Acceptance Criteria
4786
+ \`\`\`jql
4787
+ project = PROJ AND issuetype = Story
4788
+ AND (description ~ "acceptance criteria" OR description ~ "given when then")
4789
+ AND status in (Done, Closed)
4790
+ \`\`\`
4791
+
4792
+ ## Jira-Specific Features
4793
+
4794
+ Handle these Jira elements properly:
4795
+ - **Issue Types**: Epic, Story, Task, Bug, Sub-task - each serves different documentation purposes
4796
+ - **Custom Fields**: Acceptance criteria, story points, sprint info
4797
+ - **Comments**: Often contain implementation decisions and discussions
4798
+ - **Issue Links**: "blocks", "is blocked by", "relates to" - follow these for context
4799
+ - **Attachments**: Design documents, screenshots, specifications
4800
+
4801
+ ## Research Best Practices
4802
+
4803
+ - Start with epics to understand high-level feature context
4804
+ - Use parent/child relationships to find related documentation
4805
+ - Search comments for implementation decisions and discussions
4806
+ - Note issue status and resolution when reporting findings
4807
+ - Follow issue links to gather complete context
4808
+ - Use labels and components to filter relevant content
4809
+
4810
+ ## Query Response Approach
4811
+
4812
+ 1. Interpret the user's information need precisely
4813
+ 2. Check memory for existing relevant knowledge and JQL patterns
4814
+ 3. Construct efficient JQL queries based on need
4815
+ 4. Navigate issue hierarchies to gather comprehensive information
4816
+ 5. Extract and synthesize findings from descriptions and comments
4817
+ 6. Update memory with new discoveries and successful query patterns
4818
+
4819
+ ## Quality Assurance
4820
+
4821
+ - Note issue status (Open, In Progress, Done, Closed) when reporting findings
4822
+ - Include resolution information for closed issues
4823
+ - Cross-reference related issues for completeness
4824
+ - Identify potential gaps in documentation
4825
+ - Handle permission restrictions gracefully (some issues may not be accessible)
4826
+ - Clearly indicate when information might be outdated based on issue dates
4827
+
4828
+ ## Important Distinction
4829
+
4830
+ **This is a READ-ONLY research role.** Unlike the issue-tracker subagent which creates and modifies issues, the documentation-researcher:
4831
+ - Only searches and reads existing issues
4832
+ - Does not create, update, or transition issues
4833
+ - Focuses on extracting knowledge, not managing workflows
4834
+ - Builds memory to improve research efficiency over time
4835
+
4836
+ 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.`;
4837
+
4838
+ // src/subagents/templates/issue-tracker/linear.ts
4839
+ init_cjs_shims();
4840
+ var FRONTMATTER11 = {
4701
4841
  name: "issue-tracker",
4702
4842
  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.
4703
4843
  user: "The login flow is broken - users get a 500 error when submitting credentials"
@@ -4709,7 +4849,7 @@ assistant: "Let me use the issue-tracker agent to update the story status to QA
4709
4849
  model: "sonnet",
4710
4850
  color: "red"
4711
4851
  };
4712
- 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.
4852
+ 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.
4713
4853
 
4714
4854
  **Core Responsibilities:**
4715
4855
 
@@ -4878,7 +5018,7 @@ You are focused on creating bug reports that fit Linear's streamlined workflow w
4878
5018
 
4879
5019
  // src/subagents/templates/issue-tracker/jira.ts
4880
5020
  init_cjs_shims();
4881
- var FRONTMATTER11 = {
5021
+ var FRONTMATTER12 = {
4882
5022
  name: "issue-tracker",
4883
5023
  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.
4884
5024
  user: "5 tests failed in the checkout flow - payment validation is broken"
@@ -4890,7 +5030,7 @@ assistant: "Let me use the issue-tracker agent to transition PROJ-456 to Done an
4890
5030
  model: "sonnet",
4891
5031
  color: "red"
4892
5032
  };
4893
- 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.
5033
+ 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.
4894
5034
 
4895
5035
  **Core Responsibilities:**
4896
5036
 
@@ -5053,7 +5193,7 @@ init_cjs_shims();
5053
5193
 
5054
5194
  // src/subagents/templates/issue-tracker/azure-devops.ts
5055
5195
  init_cjs_shims();
5056
- var FRONTMATTER12 = {
5196
+ var FRONTMATTER13 = {
5057
5197
  name: "issue-tracker",
5058
5198
  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.
5059
5199
  user: "5 tests failed in the checkout flow - payment validation is broken"
@@ -5065,7 +5205,7 @@ assistant: "Let me use the issue-tracker agent to update work item 456 state to
5065
5205
  model: "sonnet",
5066
5206
  color: "red"
5067
5207
  };
5068
- 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.
5208
+ 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.
5069
5209
 
5070
5210
  **Core Responsibilities:**
5071
5211
 
@@ -5281,7 +5421,7 @@ You are meticulous about maintaining your memory file as a critical resource for
5281
5421
 
5282
5422
  // src/subagents/templates/issue-tracker/notion.ts
5283
5423
  init_cjs_shims();
5284
- var FRONTMATTER13 = {
5424
+ var FRONTMATTER14 = {
5285
5425
  name: "issue-tracker",
5286
5426
  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.
5287
5427
  user: "The submit button on the checkout page doesn't work on mobile Safari"
@@ -5293,7 +5433,7 @@ assistant: "Let me use the issue-tracker agent to update the story status to 'QA
5293
5433
  model: "haiku",
5294
5434
  color: "red"
5295
5435
  };
5296
- 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.
5436
+ 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.
5297
5437
 
5298
5438
  **Core Responsibilities:**
5299
5439
 
@@ -5441,7 +5581,7 @@ You are meticulous about maintaining your memory file as a critical resource tha
5441
5581
 
5442
5582
  // src/subagents/templates/issue-tracker/slack.ts
5443
5583
  init_cjs_shims();
5444
- var FRONTMATTER14 = {
5584
+ var FRONTMATTER15 = {
5445
5585
  name: "issue-tracker",
5446
5586
  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.
5447
5587
  user: "3 critical tests failed in the payment flow - looks like the Stripe integration is broken"
@@ -5453,7 +5593,7 @@ assistant: "Let me use the issue-tracker agent to update the story thread with Q
5453
5593
  model: "sonnet",
5454
5594
  color: "red"
5455
5595
  };
5456
- 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.
5596
+ 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.
5457
5597
 
5458
5598
  **Core Responsibilities:**
5459
5599
 
@@ -5676,7 +5816,7 @@ You are focused on creating clear, organized issue threads that leverage Slack's
5676
5816
 
5677
5817
  // src/subagents/templates/changelog-historian/github.ts
5678
5818
  init_cjs_shims();
5679
- var FRONTMATTER15 = {
5819
+ var FRONTMATTER16 = {
5680
5820
  name: "changelog-historian",
5681
5821
  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.
5682
5822
  user: "The checkout flow test is failing in staging. What changed recently?"
@@ -5688,7 +5828,7 @@ assistant: "I'll use the changelog-historian agent to compare the two releases a
5688
5828
  model: "haiku",
5689
5829
  color: "gray"
5690
5830
  };
5691
- 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.
5831
+ 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.
5692
5832
 
5693
5833
  ## Core Responsibilities
5694
5834
 
@@ -5843,38 +5983,42 @@ var TEMPLATES = {
5843
5983
  confluence: {
5844
5984
  frontmatter: FRONTMATTER9,
5845
5985
  content: CONTENT9
5986
+ },
5987
+ jira: {
5988
+ frontmatter: FRONTMATTER10,
5989
+ content: CONTENT10
5846
5990
  }
5847
5991
  },
5848
5992
  "issue-tracker": {
5849
5993
  linear: {
5850
- frontmatter: FRONTMATTER10,
5851
- content: CONTENT10
5852
- },
5853
- jira: {
5854
5994
  frontmatter: FRONTMATTER11,
5855
5995
  content: CONTENT11
5856
5996
  },
5857
- "jira-server": {
5858
- frontmatter: FRONTMATTER11,
5859
- content: CONTENT11
5997
+ jira: {
5998
+ frontmatter: FRONTMATTER12,
5999
+ content: CONTENT12
5860
6000
  },
5861
- "azure-devops": {
6001
+ "jira-server": {
5862
6002
  frontmatter: FRONTMATTER12,
5863
6003
  content: CONTENT12
5864
6004
  },
5865
- notion: {
6005
+ "azure-devops": {
5866
6006
  frontmatter: FRONTMATTER13,
5867
6007
  content: CONTENT13
5868
6008
  },
5869
- slack: {
6009
+ notion: {
5870
6010
  frontmatter: FRONTMATTER14,
5871
6011
  content: CONTENT14
6012
+ },
6013
+ slack: {
6014
+ frontmatter: FRONTMATTER15,
6015
+ content: CONTENT15
5872
6016
  }
5873
6017
  },
5874
6018
  "changelog-historian": {
5875
6019
  github: {
5876
- frontmatter: FRONTMATTER15,
5877
- content: CONTENT15
6020
+ frontmatter: FRONTMATTER16,
6021
+ content: CONTENT16
5878
6022
  }
5879
6023
  }
5880
6024
  };
@@ -6024,7 +6168,8 @@ var SUBAGENTS = {
6024
6168
  description: "Search and retrieve information from your documentation",
6025
6169
  icon: "file-search",
6026
6170
  integrations: [
6027
- INTEGRATIONS.notion
6171
+ INTEGRATIONS.notion,
6172
+ INTEGRATIONS.jira
6028
6173
  // INTEGRATIONS.confluence
6029
6174
  ],
6030
6175
  model: "sonnet",