@bugzy-ai/bugzy 1.9.4 → 1.10.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.
Files changed (50) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +273 -273
  3. package/dist/cli/index.cjs +28 -22
  4. package/dist/cli/index.cjs.map +1 -1
  5. package/dist/cli/index.js +27 -21
  6. package/dist/cli/index.js.map +1 -1
  7. package/dist/index.cjs +25 -19
  8. package/dist/index.cjs.map +1 -1
  9. package/dist/index.js +25 -19
  10. package/dist/index.js.map +1 -1
  11. package/dist/subagents/index.cjs +1 -1
  12. package/dist/subagents/index.cjs.map +1 -1
  13. package/dist/subagents/index.js +1 -1
  14. package/dist/subagents/index.js.map +1 -1
  15. package/dist/subagents/metadata.cjs +1 -1
  16. package/dist/subagents/metadata.cjs.map +1 -1
  17. package/dist/subagents/metadata.js +1 -1
  18. package/dist/subagents/metadata.js.map +1 -1
  19. package/dist/tasks/index.cjs.map +1 -1
  20. package/dist/tasks/index.js.map +1 -1
  21. package/package.json +1 -1
  22. package/templates/init/.bugzy/runtime/knowledge-base.md +61 -61
  23. package/templates/init/.bugzy/runtime/knowledge-maintenance-guide.md +97 -97
  24. package/templates/init/.bugzy/runtime/project-context.md +35 -35
  25. package/templates/init/.bugzy/runtime/subagent-memory-guide.md +87 -87
  26. package/templates/init/.bugzy/runtime/templates/test-plan-template.md +50 -50
  27. package/templates/init/.bugzy/runtime/templates/test-result-schema.md +498 -498
  28. package/templates/init/.bugzy/runtime/test-execution-strategy.md +535 -535
  29. package/templates/init/.bugzy/runtime/testing-best-practices.md +724 -724
  30. package/templates/init/.env.testdata +18 -18
  31. package/templates/init/.gitignore-template +24 -24
  32. package/templates/init/AGENTS.md +155 -155
  33. package/templates/init/CLAUDE.md +157 -157
  34. package/templates/init/test-runs/README.md +45 -45
  35. package/templates/playwright/BasePage.template.ts +190 -190
  36. package/templates/playwright/auth.setup.template.ts +89 -89
  37. package/templates/playwright/dataGenerators.helper.template.ts +148 -148
  38. package/templates/playwright/dateUtils.helper.template.ts +96 -96
  39. package/templates/playwright/pages.fixture.template.ts +50 -50
  40. package/templates/playwright/playwright.config.template.ts +97 -97
  41. package/templates/playwright/reporters/bugzy-reporter.ts +454 -454
  42. package/dist/templates/init/.bugzy/runtime/knowledge-base.md +0 -61
  43. package/dist/templates/init/.bugzy/runtime/knowledge-maintenance-guide.md +0 -97
  44. package/dist/templates/init/.bugzy/runtime/project-context.md +0 -35
  45. package/dist/templates/init/.bugzy/runtime/subagent-memory-guide.md +0 -87
  46. package/dist/templates/init/.bugzy/runtime/templates/test-plan-template.md +0 -50
  47. package/dist/templates/init/.bugzy/runtime/templates/test-result-schema.md +0 -498
  48. package/dist/templates/init/.bugzy/runtime/test-execution-strategy.md +0 -535
  49. package/dist/templates/init/.bugzy/runtime/testing-best-practices.md +0 -632
  50. package/dist/templates/init/.gitignore-template +0 -25
package/dist/cli/index.js CHANGED
@@ -20,12 +20,12 @@ var __copyProps = (to, from, except, desc) => {
20
20
  };
21
21
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
22
22
 
23
- // node_modules/.pnpm/tsup@8.5.0_postcss@8.5.6_typescript@5.9.3/node_modules/tsup/assets/esm_shims.js
23
+ // node_modules/.pnpm/tsup@8.5.1_postcss@8.5.6_typescript@5.9.3/node_modules/tsup/assets/esm_shims.js
24
24
  import path from "path";
25
25
  import { fileURLToPath } from "url";
26
26
  var getFilename, getDirname, __dirname;
27
27
  var init_esm_shims = __esm({
28
- "node_modules/.pnpm/tsup@8.5.0_postcss@8.5.6_typescript@5.9.3/node_modules/tsup/assets/esm_shims.js"() {
28
+ "node_modules/.pnpm/tsup@8.5.1_postcss@8.5.6_typescript@5.9.3/node_modules/tsup/assets/esm_shims.js"() {
29
29
  "use strict";
30
30
  getFilename = () => fileURLToPath(import.meta.url);
31
31
  getDirname = () => path.dirname(getFilename());
@@ -6000,7 +6000,7 @@ var SUBAGENTS = {
6000
6000
  icon: "bot",
6001
6001
  integrations: [
6002
6002
  // INTEGRATIONS.linear,
6003
- // INTEGRATIONS.jira,
6003
+ INTEGRATIONS.jira,
6004
6004
  INTEGRATIONS["jira-server"],
6005
6005
  INTEGRATIONS["azure-devops"],
6006
6006
  INTEGRATIONS.notion,
@@ -7961,14 +7961,20 @@ var MCP_SERVERS = {
7961
7961
  teams: {
7962
7962
  provider: "teams",
7963
7963
  name: "Microsoft Teams",
7964
- description: "Microsoft Teams MCP server for messaging and channel operations",
7964
+ description: "Microsoft Teams MCP server for messaging via Bot Connector API",
7965
7965
  requiresCredentials: true,
7966
7966
  npmPackages: ["@bugzy-ai/teams-mcp-server"],
7967
7967
  config: {
7968
7968
  command: "teams-mcp-server",
7969
7969
  args: [],
7970
7970
  env: {
7971
- TEAMS_ACCESS_TOKEN: "${TEAMS_ACCESS_TOKEN}"
7971
+ // Bot credentials (platform-level, from Bugzy's Azure Bot registration)
7972
+ TEAMS_BOT_APP_ID: "${TEAMS_BOT_APP_ID}",
7973
+ TEAMS_BOT_APP_PASSWORD: "${TEAMS_BOT_APP_PASSWORD}",
7974
+ TEAMS_BOT_TENANT_ID: "${TEAMS_BOT_TENANT_ID}",
7975
+ // Conversation context (per-project, from stored conversation reference)
7976
+ TEAMS_SERVICE_URL: "${TEAMS_SERVICE_URL}",
7977
+ TEAMS_CONVERSATION_ID: "${TEAMS_CONVERSATION_ID}"
7972
7978
  }
7973
7979
  }
7974
7980
  },
@@ -8074,7 +8080,7 @@ var MCP_SERVERS = {
8074
8080
  AZURE_DEVOPS_PAT: "${AZURE_DEVOPS_PAT}"
8075
8081
  }
8076
8082
  }
8077
- }
8083
+ },
8078
8084
  // github-modelcontextprotocol: {
8079
8085
  // provider: 'github',
8080
8086
  // name: 'GitHub',
@@ -8101,21 +8107,21 @@ var MCP_SERVERS = {
8101
8107
  // },
8102
8108
  // },
8103
8109
  // },
8104
- // jira: {
8105
- // provider: 'jira',
8106
- // name: 'Jira',
8107
- // description: 'Jira MCP server for issue tracking',
8108
- // requiresCredentials: true,
8109
- // config: {
8110
- // command: 'npx',
8111
- // args: ['-y', '@modelcontextprotocol/server-jira'],
8112
- // env: {
8113
- // JIRA_URL: '${JIRA_URL}',
8114
- // JIRA_EMAIL: '${JIRA_EMAIL}',
8115
- // JIRA_API_TOKEN: '${JIRA_API_TOKEN}',
8116
- // },
8117
- // },
8118
- // },
8110
+ jira: {
8111
+ provider: "jira",
8112
+ name: "Jira Cloud",
8113
+ description: "Jira Cloud MCP server for issue tracking (REST API v3)",
8114
+ requiresCredentials: true,
8115
+ npmPackages: ["@bugzy-ai/jira-cloud-mcp-server"],
8116
+ config: {
8117
+ command: "jira-cloud-mcp-server",
8118
+ args: [],
8119
+ env: {
8120
+ JIRA_CLOUD_TOKEN: "${JIRA_CLOUD_TOKEN}",
8121
+ JIRA_CLOUD_ID: "${JIRA_CLOUD_ID}"
8122
+ }
8123
+ }
8124
+ }
8119
8125
  // confluence: {
8120
8126
  // provider: 'confluence',
8121
8127
  // name: 'Confluence',