@bugzy-ai/bugzy 1.2.1 → 1.3.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.
@@ -520,7 +520,9 @@ Document all findings including:
520
520
  \`\`\`
521
521
 
522
522
  #### 3.2 Launch Test Runner Agent
523
- Invoke the test-runner agent with special exploration instructions:
523
+ {{INVOKE_TEST_RUNNER}}
524
+
525
+ Execute the exploration test case with special exploration instructions:
524
526
 
525
527
  \`\`\`
526
528
  Execute the exploration test case at ./test-cases/EXPLORATION-TEMP.md with focus on discovery and documentation.
@@ -973,10 +975,10 @@ Before invoking the agent, identify the test cases for the current area:
973
975
 
974
976
  #### Step 2.2: Invoke test-code-generator Agent
975
977
 
976
- Use the test-code-generator agent for the current area with the following context:
978
+ {{INVOKE_TEST_CODE_GENERATOR}} for the current area with the following context:
977
979
 
978
980
  **Agent Invocation:**
979
- "Use the test-code-generator agent to automate test cases for the [AREA_NAME] area.
981
+ "Automate test cases for the [AREA_NAME] area.
980
982
 
981
983
  **Context:**
982
984
  - Area: [AREA_NAME]
@@ -1116,10 +1118,10 @@ Provide a comprehensive summary showing:
1116
1118
  role: "documentation-researcher",
1117
1119
  contentBlock: `#### 1.4 Gather Product Documentation
1118
1120
 
1119
- Use the documentation-researcher agent to gather comprehensive product documentation:
1121
+ {{INVOKE_DOCUMENTATION_RESEARCHER}} to gather comprehensive product documentation:
1120
1122
 
1121
1123
  \`\`\`
1122
- Use the documentation-researcher agent to explore all available product documentation, specifically focusing on:
1124
+ Explore all available product documentation, specifically focusing on:
1123
1125
  - UI elements and workflows
1124
1126
  - User interactions and navigation paths
1125
1127
  - Form fields and validation rules
@@ -1133,10 +1135,9 @@ Use the documentation-researcher agent to explore all available product document
1133
1135
  role: "team-communicator",
1134
1136
  contentBlock: `### Step 4.5: Team Communication
1135
1137
 
1136
- Use the team-communicator agent to notify the product team about the new test cases and automated tests:
1138
+ {{INVOKE_TEAM_COMMUNICATOR}} to notify the product team about the new test cases and automated tests:
1137
1139
 
1138
1140
  \`\`\`
1139
- Use the team-communicator agent to:
1140
1141
  1. Post an update about test case and automation creation
1141
1142
  2. Provide summary of coverage:
1142
1143
  - Number of manual test cases created
@@ -1394,10 +1395,10 @@ Provide a summary of:
1394
1395
  role: "documentation-researcher",
1395
1396
  contentBlock: `### Step 2: Gather comprehensive project documentation
1396
1397
 
1397
- Use the documentation-researcher agent to explore and gather all available project information and other documentation sources. This ensures the test plan is based on complete and current information.
1398
+ {{INVOKE_DOCUMENTATION_RESEARCHER}} to explore and gather all available project information and other documentation sources. This ensures the test plan is based on complete and current information.
1398
1399
 
1399
1400
  \`\`\`
1400
- Use the documentation-researcher agent to explore all available project documentation related to: $ARGUMENTS
1401
+ Explore all available project documentation related to: $ARGUMENTS
1401
1402
 
1402
1403
  Specifically gather:
1403
1404
  - Product specifications and requirements
@@ -1422,10 +1423,9 @@ The agent will:
1422
1423
  role: "team-communicator",
1423
1424
  contentBlock: `### Step 7.5: Team Communication
1424
1425
 
1425
- Use the team-communicator agent to notify the product team about the new test plan:
1426
+ {{INVOKE_TEAM_COMMUNICATOR}} to notify the product team about the new test plan:
1426
1427
 
1427
1428
  \`\`\`
1428
- Use the team-communicator agent to:
1429
1429
  1. Post an update about the test plan creation
1430
1430
  2. Provide a brief summary of coverage areas and key features
1431
1431
  3. Mention any areas that need exploration or clarification
@@ -1660,7 +1660,7 @@ Classify the ambiguity level to determine appropriate response:
1660
1660
  #### Clarification Approach by Severity
1661
1661
 
1662
1662
  **For CRITICAL/HIGH ambiguity:**
1663
- 1. **Use team-communicator to ask specific questions**
1663
+ 1. **{{INVOKE_TEAM_COMMUNICATOR}} to ask specific questions**
1664
1664
  2. **WAIT for response before proceeding**
1665
1665
  3. **Document the clarification request in event history**
1666
1666
 
@@ -1933,7 +1933,7 @@ ${KNOWLEDGE_BASE_UPDATE_INSTRUCTIONS}`,
1933
1933
  contentBlock: `#### 3.3 Use Documentation Researcher if Needed
1934
1934
  For events mentioning unknown features or components:
1935
1935
  \`\`\`
1936
- Use documentation-researcher agent to find information about: [component/feature]
1936
+ {{INVOKE_DOCUMENTATION_RESEARCHER}} to find information about: [component/feature]
1937
1937
  \`\`\``
1938
1938
  },
1939
1939
  {
@@ -1942,7 +1942,7 @@ Use documentation-researcher agent to find information about: [component/feature
1942
1942
 
1943
1943
  When an issue needs to be tracked (task type: report_bug or update_story):
1944
1944
  \`\`\`
1945
- Use issue-tracker agent to:
1945
+ {{INVOKE_ISSUE_TRACKER}}
1946
1946
  1. Check for duplicate issues in the tracking system
1947
1947
  2. For bugs: Create detailed bug report with:
1948
1948
  - Clear, descriptive title
@@ -2211,7 +2211,7 @@ For each failed test:
2211
2211
  For each test classified as **[TEST ISSUE]**, use the test-debugger-fixer agent to automatically fix the test:
2212
2212
 
2213
2213
  \`\`\`
2214
- Use the test-debugger-fixer agent to fix test issues:
2214
+ {{INVOKE_TEST_DEBUGGER_FIXER}}
2215
2215
 
2216
2216
  For each failed test classified as a test issue (not a product bug), provide:
2217
2217
  - Test run timestamp: [from manifest.timestamp]
@@ -2306,7 +2306,7 @@ After triage in Step 5.1, for tests classified as **[PRODUCT BUG]**, use the iss
2306
2306
  For each bug to report, use the issue-tracker agent:
2307
2307
 
2308
2308
  \`\`\`
2309
- Use issue-tracker agent to:
2309
+ {{INVOKE_ISSUE_TRACKER}}
2310
2310
  1. Check for duplicate bugs in the tracking system
2311
2311
  - The agent will automatically search for similar existing issues
2312
2312
  - It maintains memory of recently reported issues
@@ -2377,10 +2377,11 @@ After issue tracker agent completes, create a summary:
2377
2377
  role: "team-communicator",
2378
2378
  contentBlock: `### Step 6: Team Communication
2379
2379
 
2380
- Use the team-communicator agent to notify the product team about test execution:
2380
+ {{INVOKE_TEAM_COMMUNICATOR}}
2381
+
2382
+ Notify the product team about test execution:
2381
2383
 
2382
2384
  \`\`\`
2383
- Use the team-communicator agent to:
2384
2385
  1. Post test execution summary with key statistics
2385
2386
  2. Highlight critical failures that need immediate attention
2386
2387
  3. Share important learnings about product behavior
@@ -2715,7 +2716,7 @@ Read and analyze the JSON report:
2715
2716
  For each test classified as **[TEST ISSUE]**, use the test-debugger-fixer agent to automatically fix the test:
2716
2717
 
2717
2718
  \`\`\`
2718
- Use the test-debugger-fixer agent to fix test issues:
2719
+ {{INVOKE_TEST_DEBUGGER_FIXER}}
2719
2720
 
2720
2721
  For each failed test classified as a test issue (not a product bug), provide:
2721
2722
  - Test file path: [from JSON report]
@@ -2756,7 +2757,7 @@ Classification guidelines:
2756
2757
  #### 4A.4 Fix Test Issues Automatically
2757
2758
 
2758
2759
  For tests classified as [TEST ISSUE]:
2759
- - Use test-debugger-fixer agent to analyze and fix
2760
+ - {{INVOKE_TEST_DEBUGGER_FIXER}} to analyze and fix
2760
2761
  - Agent debugs with browser if needed
2761
2762
  - Applies fix (selector update, wait condition, assertion correction)
2762
2763
  - Reruns test to verify fix (10x for flaky tests)
@@ -2772,7 +2773,7 @@ Track fixed tests with:
2772
2773
  {{ISSUE_TRACKER_INSTRUCTIONS}}
2773
2774
 
2774
2775
  For tests classified as [PRODUCT BUG]:
2775
- - Use issue-tracker agent to create bug reports
2776
+ - {{INVOKE_ISSUE_TRACKER}} to create bug reports
2776
2777
  - Agent checks for duplicates automatically
2777
2778
  - Creates detailed report with:
2778
2779
  - Title, description, reproduction steps
@@ -3088,10 +3089,10 @@ Format as comprehensive markdown report for terminal display:
3088
3089
 
3089
3090
  {{TEAM_COMMUNICATOR_INSTRUCTIONS}}
3090
3091
 
3091
- Use team-communicator agent to post concise results to Slack thread:
3092
+ {{INVOKE_TEAM_COMMUNICATOR}} to post concise results to Slack thread:
3092
3093
 
3093
3094
  \`\`\`
3094
- Use the team-communicator agent to post verification results.
3095
+ Post verification results.
3095
3096
 
3096
3097
  **Channel**: [from CHANGE_CONTEXT.slackChannel]
3097
3098
  **Thread**: [from CHANGE_CONTEXT.slackThread]
@@ -3272,10 +3273,10 @@ A successful verification includes:
3272
3273
  role: "documentation-researcher",
3273
3274
  contentBlock: `#### Research Project Documentation
3274
3275
 
3275
- Use the documentation-researcher agent to gather comprehensive context about the changed features:
3276
+ {{INVOKE_DOCUMENTATION_RESEARCHER}} to gather comprehensive context about the changed features:
3276
3277
 
3277
3278
  \`\`\`
3278
- Use the documentation-researcher agent to explore project documentation related to the changes.
3279
+ Explore project documentation related to the changes.
3279
3280
 
3280
3281
  Specifically gather:
3281
3282
  - Product specifications for affected features
@@ -3307,10 +3308,9 @@ Use this information to:
3307
3308
  role: "issue-tracker",
3308
3309
  contentBlock: `#### Log Product Bugs
3309
3310
 
3310
- For tests classified as **[PRODUCT BUG]**, use the issue-tracker agent to log bugs:
3311
+ For tests classified as **[PRODUCT BUG]**, {{INVOKE_ISSUE_TRACKER}} to log bugs:
3311
3312
 
3312
3313
  \`\`\`
3313
- Use issue-tracker agent to:
3314
3314
  1. Check for duplicate bugs in the tracking system
3315
3315
  - The agent will automatically search for similar existing issues
3316
3316
  - It maintains memory of recently reported issues
@@ -3359,10 +3359,9 @@ Use issue-tracker agent to:
3359
3359
  role: "team-communicator",
3360
3360
  contentBlock: `#### Team Communication
3361
3361
 
3362
- Use the team-communicator agent to share verification results (primarily for Slack trigger, but can be used for other triggers):
3362
+ {{INVOKE_TEAM_COMMUNICATOR}} to share verification results (primarily for Slack trigger, but can be used for other triggers):
3363
3363
 
3364
3364
  \`\`\`
3365
- Use the team-communicator agent to:
3366
3365
  1. Post verification results summary
3367
3366
  2. Highlight critical failures that need immediate attention
3368
3367
  3. Share bugs logged with issue tracker links