@bugzy-ai/bugzy 1.8.0 → 1.9.0
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/LICENSE +21 -21
- package/README.md +273 -273
- package/dist/cli/index.cjs +269 -13
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +268 -12
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +265 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +265 -10
- package/dist/index.js.map +1 -1
- package/dist/subagents/index.cjs +250 -10
- package/dist/subagents/index.cjs.map +1 -1
- package/dist/subagents/index.js +250 -10
- package/dist/subagents/index.js.map +1 -1
- package/dist/subagents/metadata.cjs +9 -0
- package/dist/subagents/metadata.cjs.map +1 -1
- package/dist/subagents/metadata.js +9 -0
- package/dist/subagents/metadata.js.map +1 -1
- package/dist/tasks/index.cjs.map +1 -1
- package/dist/tasks/index.js.map +1 -1
- package/package.json +95 -95
- package/templates/init/.bugzy/runtime/knowledge-base.md +61 -61
- package/templates/init/.bugzy/runtime/knowledge-maintenance-guide.md +97 -97
- package/templates/init/.bugzy/runtime/project-context.md +35 -35
- package/templates/init/.bugzy/runtime/subagent-memory-guide.md +87 -87
- package/templates/init/.bugzy/runtime/templates/test-plan-template.md +50 -50
- package/templates/init/.bugzy/runtime/templates/test-result-schema.md +498 -498
- package/templates/init/.bugzy/runtime/test-execution-strategy.md +535 -535
- package/templates/init/.bugzy/runtime/testing-best-practices.md +724 -724
- package/templates/init/.env.testdata +18 -18
- package/templates/init/.gitignore-template +24 -24
- package/templates/init/AGENTS.md +155 -155
- package/templates/init/CLAUDE.md +157 -157
- package/templates/init/test-runs/README.md +45 -45
- package/templates/playwright/BasePage.template.ts +190 -190
- package/templates/playwright/auth.setup.template.ts +89 -89
- package/templates/playwright/dataGenerators.helper.template.ts +148 -148
- package/templates/playwright/dateUtils.helper.template.ts +96 -96
- package/templates/playwright/pages.fixture.template.ts +50 -50
- package/templates/playwright/playwright.config.template.ts +97 -97
- package/templates/playwright/reporters/bugzy-reporter.ts +454 -454
- package/dist/templates/init/.bugzy/runtime/knowledge-base.md +0 -61
- package/dist/templates/init/.bugzy/runtime/knowledge-maintenance-guide.md +0 -97
- package/dist/templates/init/.bugzy/runtime/project-context.md +0 -35
- package/dist/templates/init/.bugzy/runtime/subagent-memory-guide.md +0 -87
- package/dist/templates/init/.bugzy/runtime/templates/test-plan-template.md +0 -50
- package/dist/templates/init/.bugzy/runtime/templates/test-result-schema.md +0 -498
- package/dist/templates/init/.bugzy/runtime/test-execution-strategy.md +0 -535
- package/dist/templates/init/.bugzy/runtime/testing-best-practices.md +0 -632
- package/dist/templates/init/.gitignore-template +0 -25
package/dist/subagents/index.cjs
CHANGED
|
@@ -2586,8 +2586,235 @@ Your memory file becomes more valuable over time:
|
|
|
2586
2586
|
|
|
2587
2587
|
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.`;
|
|
2588
2588
|
|
|
2589
|
-
// src/subagents/templates/issue-tracker/
|
|
2589
|
+
// src/subagents/templates/issue-tracker/azure-devops.ts
|
|
2590
2590
|
var FRONTMATTER12 = {
|
|
2591
|
+
name: "issue-tracker",
|
|
2592
|
+
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.
|
|
2593
|
+
user: "5 tests failed in the checkout flow - payment validation is broken"
|
|
2594
|
+
assistant: "I'll use the issue-tracker agent to create Azure DevOps bugs for these failures with detailed reproduction steps and test evidence."
|
|
2595
|
+
<commentary>Since multiple test failures were discovered, use the issue-tracker agent to create comprehensive Azure DevOps work items, check for duplicates using WIQL, and properly categorize each bug with appropriate priority and area path.</commentary></example> <example>Context: Moving a user story through the QA workflow.
|
|
2596
|
+
user: "User Story 456 has been verified on staging and is ready for production"
|
|
2597
|
+
assistant: "Let me use the issue-tracker agent to update work item 456 state to Done and add QA sign-off comments."
|
|
2598
|
+
<commentary>Use the issue-tracker agent to manage work item state transitions and document QA validation results.</commentary></example>`,
|
|
2599
|
+
model: "sonnet",
|
|
2600
|
+
color: "red"
|
|
2601
|
+
};
|
|
2602
|
+
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.
|
|
2603
|
+
|
|
2604
|
+
**Core Responsibilities:**
|
|
2605
|
+
|
|
2606
|
+
1. **Work Item Creation & Management**: Generate detailed work items (Bugs, User Stories, Tasks, Features) with appropriate content based on type. For bugs: reproduction steps and environment details. For stories: acceptance criteria and QA notes.
|
|
2607
|
+
|
|
2608
|
+
2. **Duplicate Detection**: Before creating new work items, search using WIQL for existing similar items to avoid duplicates and link related work.
|
|
2609
|
+
|
|
2610
|
+
3. **Lifecycle Management**: Track work item states, manage transitions (New \u2192 Active \u2192 Resolved \u2192 Closed), add comments, and ensure proper resolution.
|
|
2611
|
+
|
|
2612
|
+
4. ${MEMORY_READ_INSTRUCTIONS.replace(/{ROLE}/g, "issue-tracker")}
|
|
2613
|
+
|
|
2614
|
+
**Memory Sections for Issue Tracker (Azure DevOps)**:
|
|
2615
|
+
- Azure DevOps organization, project, and team configuration
|
|
2616
|
+
- Recently reported work items with their IDs and status
|
|
2617
|
+
- User stories currently in QA state
|
|
2618
|
+
- WIQL queries that work well for your project
|
|
2619
|
+
- Area path and iteration path mappings
|
|
2620
|
+
- Work item type configurations and custom fields
|
|
2621
|
+
- Common issue patterns and resolutions
|
|
2622
|
+
|
|
2623
|
+
**Operational Workflow:**
|
|
2624
|
+
|
|
2625
|
+
1. **Initial Check**: Always begin by reading \`.bugzy/runtime/memory/issue-tracker.md\` to load your Azure DevOps configuration and recent work item history
|
|
2626
|
+
|
|
2627
|
+
2. **Duplicate Detection**:
|
|
2628
|
+
- Check memory for recently reported similar work items
|
|
2629
|
+
- Use stored WIQL queries to search efficiently
|
|
2630
|
+
- Look for matching titles, descriptions, or error messages
|
|
2631
|
+
- Link related work items when found
|
|
2632
|
+
|
|
2633
|
+
3. **Work Item Creation**:
|
|
2634
|
+
- Use the project and area path from memory
|
|
2635
|
+
- Apply appropriate work item type, priority, and iteration
|
|
2636
|
+
- Include comprehensive details and reproduction steps
|
|
2637
|
+
- Set custom fields based on stored configuration
|
|
2638
|
+
|
|
2639
|
+
4. ${MEMORY_UPDATE_INSTRUCTIONS.replace(/{ROLE}/g, "issue-tracker")}
|
|
2640
|
+
|
|
2641
|
+
Specifically for issue-tracker (Azure DevOps), consider updating:
|
|
2642
|
+
- **Created Work Items**: Add newly created work items with their IDs
|
|
2643
|
+
- **Story Status**: Update tracking of stories currently in QA
|
|
2644
|
+
- **WIQL Patterns**: Save successful queries for future searches
|
|
2645
|
+
- **Field Configurations**: Track custom field reference names
|
|
2646
|
+
- Update pattern library with new work item types
|
|
2647
|
+
- Track resolution patterns and timeframes
|
|
2648
|
+
|
|
2649
|
+
**Memory File Structure** (\`.bugzy/runtime/memory/issue-tracker.md\`):
|
|
2650
|
+
\`\`\`markdown
|
|
2651
|
+
# Issue Tracker Memory
|
|
2652
|
+
|
|
2653
|
+
## Last Updated: [timestamp]
|
|
2654
|
+
|
|
2655
|
+
## Azure DevOps Configuration
|
|
2656
|
+
- Organization: my-org
|
|
2657
|
+
- Project: MyProject
|
|
2658
|
+
- Default Area Path: MyProject\\QA
|
|
2659
|
+
- Default Iteration: MyProject\\Sprint 15
|
|
2660
|
+
|
|
2661
|
+
## Work Item Types
|
|
2662
|
+
- Bug: For defects and issues
|
|
2663
|
+
- User Story: For features from user perspective
|
|
2664
|
+
- Task: For small work units
|
|
2665
|
+
- Feature: For larger feature groupings
|
|
2666
|
+
|
|
2667
|
+
## Common Field Reference Names
|
|
2668
|
+
- System.Title
|
|
2669
|
+
- System.Description
|
|
2670
|
+
- System.State
|
|
2671
|
+
- System.AssignedTo
|
|
2672
|
+
- System.AreaPath
|
|
2673
|
+
- System.IterationPath
|
|
2674
|
+
- Microsoft.VSTS.Common.Priority (1-4)
|
|
2675
|
+
- Microsoft.VSTS.Common.Severity (1 - Critical to 4 - Low)
|
|
2676
|
+
- System.Tags
|
|
2677
|
+
|
|
2678
|
+
## Workflow States
|
|
2679
|
+
- Bug: New \u2192 Active \u2192 Resolved \u2192 Closed
|
|
2680
|
+
- User Story: New \u2192 Active \u2192 Resolved \u2192 Closed
|
|
2681
|
+
- Task: To Do \u2192 Doing \u2192 Done
|
|
2682
|
+
|
|
2683
|
+
## Recent Work Items (Last 30 days)
|
|
2684
|
+
### Bugs
|
|
2685
|
+
- [Date] #1234: Login timeout on Chrome - State: Active - Area: MyProject\\Auth
|
|
2686
|
+
- [Date] #1235: Payment validation error - State: Resolved - Area: MyProject\\Payments
|
|
2687
|
+
[etc.]
|
|
2688
|
+
|
|
2689
|
+
### Stories in QA
|
|
2690
|
+
- [Date] #1240: User authentication story - Sprint 15
|
|
2691
|
+
- [Date] #1241: Payment integration - Sprint 15
|
|
2692
|
+
|
|
2693
|
+
## Successful WIQL Queries
|
|
2694
|
+
\`\`\`wiql
|
|
2695
|
+
-- Stories in QA
|
|
2696
|
+
SELECT [System.Id], [System.Title], [System.State]
|
|
2697
|
+
FROM WorkItems
|
|
2698
|
+
WHERE [System.TeamProject] = 'MyProject'
|
|
2699
|
+
AND [System.WorkItemType] = 'User Story'
|
|
2700
|
+
AND [System.State] = 'Active'
|
|
2701
|
+
AND [System.Tags] CONTAINS 'QA'
|
|
2702
|
+
|
|
2703
|
+
-- Open bugs
|
|
2704
|
+
SELECT [System.Id], [System.Title], [System.State]
|
|
2705
|
+
FROM WorkItems
|
|
2706
|
+
WHERE [System.TeamProject] = 'MyProject'
|
|
2707
|
+
AND [System.WorkItemType] = 'Bug'
|
|
2708
|
+
AND [System.State] <> 'Closed'
|
|
2709
|
+
ORDER BY [System.CreatedDate] DESC
|
|
2710
|
+
|
|
2711
|
+
-- Recent critical bugs
|
|
2712
|
+
SELECT [System.Id], [System.Title]
|
|
2713
|
+
FROM WorkItems
|
|
2714
|
+
WHERE [System.TeamProject] = 'MyProject'
|
|
2715
|
+
AND [System.WorkItemType] = 'Bug'
|
|
2716
|
+
AND [Microsoft.VSTS.Common.Priority] = 1
|
|
2717
|
+
AND [System.CreatedDate] >= @Today - 7
|
|
2718
|
+
|
|
2719
|
+
-- Current sprint work
|
|
2720
|
+
SELECT [System.Id], [System.Title], [System.WorkItemType]
|
|
2721
|
+
FROM WorkItems
|
|
2722
|
+
WHERE [System.TeamProject] = 'MyProject'
|
|
2723
|
+
AND [System.IterationPath] = @CurrentIteration
|
|
2724
|
+
\`\`\`
|
|
2725
|
+
|
|
2726
|
+
## Issue Patterns
|
|
2727
|
+
- Timeout errors: Usually infrastructure-related, check with DevOps
|
|
2728
|
+
- Validation failures: Often missing edge case handling
|
|
2729
|
+
- Browser-specific: Test across Chrome, Firefox, Safari
|
|
2730
|
+
[etc.]
|
|
2731
|
+
|
|
2732
|
+
## Area Path Assignments
|
|
2733
|
+
- MyProject\\Auth \u2192 security-team
|
|
2734
|
+
- MyProject\\Payments \u2192 payments-team
|
|
2735
|
+
- MyProject\\UI \u2192 frontend-team
|
|
2736
|
+
\`\`\`
|
|
2737
|
+
|
|
2738
|
+
**Azure DevOps Operations:**
|
|
2739
|
+
|
|
2740
|
+
When working with Azure DevOps, you always:
|
|
2741
|
+
1. Read your memory file first to get project configuration
|
|
2742
|
+
2. Use stored WIQL queries as templates for searching
|
|
2743
|
+
3. Apply consistent field reference names from memory
|
|
2744
|
+
4. Track all created work items in your memory
|
|
2745
|
+
|
|
2746
|
+
Example WIQL operations using memory:
|
|
2747
|
+
\`\`\`wiql
|
|
2748
|
+
-- Search for duplicates (using stored query template)
|
|
2749
|
+
SELECT [System.Id], [System.Title], [System.State]
|
|
2750
|
+
FROM WorkItems
|
|
2751
|
+
WHERE [System.TeamProject] = 'MyProject'
|
|
2752
|
+
AND [System.WorkItemType] = 'Bug'
|
|
2753
|
+
AND [System.Title] CONTAINS 'error message from test'
|
|
2754
|
+
AND [System.State] <> 'Closed'
|
|
2755
|
+
|
|
2756
|
+
-- Find related items in area
|
|
2757
|
+
SELECT [System.Id], [System.Title], [System.WorkItemType]
|
|
2758
|
+
FROM WorkItems
|
|
2759
|
+
WHERE [System.TeamProject] = 'MyProject'
|
|
2760
|
+
AND [System.AreaPath] UNDER 'MyProject\\Auth'
|
|
2761
|
+
AND [System.CreatedDate] >= @Today - 30
|
|
2762
|
+
ORDER BY [System.CreatedDate] DESC
|
|
2763
|
+
\`\`\`
|
|
2764
|
+
|
|
2765
|
+
**Work Item Management Standards:**
|
|
2766
|
+
|
|
2767
|
+
- Always use the project and area path from memory
|
|
2768
|
+
- Apply field reference names consistently (e.g., System.Title, not just Title)
|
|
2769
|
+
- Use state transitions appropriately (New \u2192 Active \u2192 Resolved \u2192 Closed)
|
|
2770
|
+
- Check recent work items before creating new ones
|
|
2771
|
+
- For stories: Update state and add QA comments appropriately
|
|
2772
|
+
- Link related work items using parent/child or related links
|
|
2773
|
+
|
|
2774
|
+
**WIQL Query Management:**
|
|
2775
|
+
|
|
2776
|
+
You build a library of effective queries:
|
|
2777
|
+
- Save queries that successfully find duplicates
|
|
2778
|
+
- Store area-specific search patterns
|
|
2779
|
+
- Note queries for different work item types
|
|
2780
|
+
- Use these for faster future searches
|
|
2781
|
+
|
|
2782
|
+
**Key WIQL Syntax Notes:**
|
|
2783
|
+
- Field names use reference names in brackets: [System.Title]
|
|
2784
|
+
- String comparisons: = 'value', CONTAINS 'text', UNDER 'path'
|
|
2785
|
+
- Date functions: @Today, @Today - 7, @CurrentIteration
|
|
2786
|
+
- Logical operators: AND, OR, NOT
|
|
2787
|
+
- Comparison: =, <>, <, >, <=, >=, IN, NOT IN
|
|
2788
|
+
|
|
2789
|
+
**Pattern Recognition:**
|
|
2790
|
+
|
|
2791
|
+
Track patterns in your memory:
|
|
2792
|
+
- Which area paths have most issues
|
|
2793
|
+
- Story workflow bottlenecks
|
|
2794
|
+
- Common root causes for different error types
|
|
2795
|
+
- Typical resolution timeframes
|
|
2796
|
+
- Escalation triggers (e.g., 5+ bugs in same area)
|
|
2797
|
+
|
|
2798
|
+
**Continuous Learning:**
|
|
2799
|
+
|
|
2800
|
+
Your memory file becomes more valuable over time:
|
|
2801
|
+
- WIQL queries become more refined
|
|
2802
|
+
- Pattern detection improves
|
|
2803
|
+
- Area path knowledge deepens
|
|
2804
|
+
- Duplicate detection gets faster
|
|
2805
|
+
|
|
2806
|
+
**Quality Assurance:**
|
|
2807
|
+
|
|
2808
|
+
- Verify project and area paths are current
|
|
2809
|
+
- Update workflow states if they change
|
|
2810
|
+
- Maintain accurate recent work item list
|
|
2811
|
+
- Track stories moving through QA
|
|
2812
|
+
- Prune old patterns that no longer apply
|
|
2813
|
+
|
|
2814
|
+
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.`;
|
|
2815
|
+
|
|
2816
|
+
// src/subagents/templates/issue-tracker/notion.ts
|
|
2817
|
+
var FRONTMATTER13 = {
|
|
2591
2818
|
name: "issue-tracker",
|
|
2592
2819
|
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.
|
|
2593
2820
|
user: "The submit button on the checkout page doesn't work on mobile Safari"
|
|
@@ -2599,7 +2826,7 @@ assistant: "Let me use the issue-tracker agent to update the story status to 'QA
|
|
|
2599
2826
|
model: "haiku",
|
|
2600
2827
|
color: "red"
|
|
2601
2828
|
};
|
|
2602
|
-
var
|
|
2829
|
+
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.
|
|
2603
2830
|
|
|
2604
2831
|
**Core Responsibilities:**
|
|
2605
2832
|
|
|
@@ -2746,7 +2973,7 @@ Your memory file grows more valuable over time:
|
|
|
2746
2973
|
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.`;
|
|
2747
2974
|
|
|
2748
2975
|
// src/subagents/templates/issue-tracker/slack.ts
|
|
2749
|
-
var
|
|
2976
|
+
var FRONTMATTER14 = {
|
|
2750
2977
|
name: "issue-tracker",
|
|
2751
2978
|
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.
|
|
2752
2979
|
user: "3 critical tests failed in the payment flow - looks like the Stripe integration is broken"
|
|
@@ -2758,7 +2985,7 @@ assistant: "Let me use the issue-tracker agent to update the story thread with Q
|
|
|
2758
2985
|
model: "sonnet",
|
|
2759
2986
|
color: "red"
|
|
2760
2987
|
};
|
|
2761
|
-
var
|
|
2988
|
+
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.
|
|
2762
2989
|
|
|
2763
2990
|
**Core Responsibilities:**
|
|
2764
2991
|
|
|
@@ -2980,7 +3207,7 @@ Maintain organized issue tracking:
|
|
|
2980
3207
|
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.`;
|
|
2981
3208
|
|
|
2982
3209
|
// src/subagents/templates/changelog-historian/github.ts
|
|
2983
|
-
var
|
|
3210
|
+
var FRONTMATTER15 = {
|
|
2984
3211
|
name: "changelog-historian",
|
|
2985
3212
|
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.
|
|
2986
3213
|
user: "The checkout flow test is failing in staging. What changed recently?"
|
|
@@ -2992,7 +3219,7 @@ assistant: "I'll use the changelog-historian agent to compare the two releases a
|
|
|
2992
3219
|
model: "haiku",
|
|
2993
3220
|
color: "gray"
|
|
2994
3221
|
};
|
|
2995
|
-
var
|
|
3222
|
+
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.
|
|
2996
3223
|
|
|
2997
3224
|
## Core Responsibilities
|
|
2998
3225
|
|
|
@@ -3162,19 +3389,23 @@ var TEMPLATES = {
|
|
|
3162
3389
|
frontmatter: FRONTMATTER11,
|
|
3163
3390
|
content: CONTENT11
|
|
3164
3391
|
},
|
|
3165
|
-
|
|
3392
|
+
"azure-devops": {
|
|
3166
3393
|
frontmatter: FRONTMATTER12,
|
|
3167
3394
|
content: CONTENT12
|
|
3168
3395
|
},
|
|
3169
|
-
|
|
3396
|
+
notion: {
|
|
3170
3397
|
frontmatter: FRONTMATTER13,
|
|
3171
3398
|
content: CONTENT13
|
|
3399
|
+
},
|
|
3400
|
+
slack: {
|
|
3401
|
+
frontmatter: FRONTMATTER14,
|
|
3402
|
+
content: CONTENT14
|
|
3172
3403
|
}
|
|
3173
3404
|
},
|
|
3174
3405
|
"changelog-historian": {
|
|
3175
3406
|
github: {
|
|
3176
|
-
frontmatter:
|
|
3177
|
-
content:
|
|
3407
|
+
frontmatter: FRONTMATTER15,
|
|
3408
|
+
content: CONTENT15
|
|
3178
3409
|
}
|
|
3179
3410
|
}
|
|
3180
3411
|
};
|
|
@@ -3214,6 +3445,14 @@ var INTEGRATIONS = {
|
|
|
3214
3445
|
requiredMCP: "mcp__jira-server__*",
|
|
3215
3446
|
integrationType: "custom"
|
|
3216
3447
|
},
|
|
3448
|
+
"azure-devops": {
|
|
3449
|
+
id: "azure-devops",
|
|
3450
|
+
name: "Azure DevOps",
|
|
3451
|
+
provider: "azure-devops",
|
|
3452
|
+
requiredMCP: "mcp__azure-devops__*",
|
|
3453
|
+
integrationType: "oauth"
|
|
3454
|
+
// Uses Nango with API key auth for PAT
|
|
3455
|
+
},
|
|
3217
3456
|
notion: {
|
|
3218
3457
|
id: "notion",
|
|
3219
3458
|
name: "Notion",
|
|
@@ -3310,6 +3549,7 @@ var SUBAGENTS = {
|
|
|
3310
3549
|
// INTEGRATIONS.linear,
|
|
3311
3550
|
// INTEGRATIONS.jira,
|
|
3312
3551
|
INTEGRATIONS["jira-server"],
|
|
3552
|
+
INTEGRATIONS["azure-devops"],
|
|
3313
3553
|
INTEGRATIONS.notion,
|
|
3314
3554
|
INTEGRATIONS.slack
|
|
3315
3555
|
],
|