@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.
- package/LICENSE +21 -21
- package/README.md +273 -273
- package/dist/cli/index.cjs +28 -22
- package/dist/cli/index.cjs.map +1 -1
- package/dist/cli/index.js +27 -21
- package/dist/cli/index.js.map +1 -1
- package/dist/index.cjs +25 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +25 -19
- package/dist/index.js.map +1 -1
- package/dist/subagents/index.cjs +1 -1
- package/dist/subagents/index.cjs.map +1 -1
- package/dist/subagents/index.js +1 -1
- package/dist/subagents/index.js.map +1 -1
- package/dist/subagents/metadata.cjs +1 -1
- package/dist/subagents/metadata.cjs.map +1 -1
- package/dist/subagents/metadata.js +1 -1
- 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 +1 -1
- 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/cli/index.cjs
CHANGED
|
@@ -31,12 +31,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
31
31
|
));
|
|
32
32
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
33
33
|
|
|
34
|
-
// node_modules/.pnpm/tsup@8.5.
|
|
34
|
+
// node_modules/.pnpm/tsup@8.5.1_postcss@8.5.6_typescript@5.9.3/node_modules/tsup/assets/cjs_shims.js
|
|
35
35
|
var getImportMetaUrl, importMetaUrl;
|
|
36
36
|
var init_cjs_shims = __esm({
|
|
37
|
-
"node_modules/.pnpm/tsup@8.5.
|
|
37
|
+
"node_modules/.pnpm/tsup@8.5.1_postcss@8.5.6_typescript@5.9.3/node_modules/tsup/assets/cjs_shims.js"() {
|
|
38
38
|
"use strict";
|
|
39
|
-
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src
|
|
39
|
+
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.tagName.toUpperCase() === "SCRIPT" ? document.currentScript.src : new URL("main.js", document.baseURI).href;
|
|
40
40
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
41
41
|
}
|
|
42
42
|
});
|
|
@@ -6008,7 +6008,7 @@ var SUBAGENTS = {
|
|
|
6008
6008
|
icon: "bot",
|
|
6009
6009
|
integrations: [
|
|
6010
6010
|
// INTEGRATIONS.linear,
|
|
6011
|
-
|
|
6011
|
+
INTEGRATIONS.jira,
|
|
6012
6012
|
INTEGRATIONS["jira-server"],
|
|
6013
6013
|
INTEGRATIONS["azure-devops"],
|
|
6014
6014
|
INTEGRATIONS.notion,
|
|
@@ -7969,14 +7969,20 @@ var MCP_SERVERS = {
|
|
|
7969
7969
|
teams: {
|
|
7970
7970
|
provider: "teams",
|
|
7971
7971
|
name: "Microsoft Teams",
|
|
7972
|
-
description: "Microsoft Teams MCP server for messaging
|
|
7972
|
+
description: "Microsoft Teams MCP server for messaging via Bot Connector API",
|
|
7973
7973
|
requiresCredentials: true,
|
|
7974
7974
|
npmPackages: ["@bugzy-ai/teams-mcp-server"],
|
|
7975
7975
|
config: {
|
|
7976
7976
|
command: "teams-mcp-server",
|
|
7977
7977
|
args: [],
|
|
7978
7978
|
env: {
|
|
7979
|
-
|
|
7979
|
+
// Bot credentials (platform-level, from Bugzy's Azure Bot registration)
|
|
7980
|
+
TEAMS_BOT_APP_ID: "${TEAMS_BOT_APP_ID}",
|
|
7981
|
+
TEAMS_BOT_APP_PASSWORD: "${TEAMS_BOT_APP_PASSWORD}",
|
|
7982
|
+
TEAMS_BOT_TENANT_ID: "${TEAMS_BOT_TENANT_ID}",
|
|
7983
|
+
// Conversation context (per-project, from stored conversation reference)
|
|
7984
|
+
TEAMS_SERVICE_URL: "${TEAMS_SERVICE_URL}",
|
|
7985
|
+
TEAMS_CONVERSATION_ID: "${TEAMS_CONVERSATION_ID}"
|
|
7980
7986
|
}
|
|
7981
7987
|
}
|
|
7982
7988
|
},
|
|
@@ -8082,7 +8088,7 @@ var MCP_SERVERS = {
|
|
|
8082
8088
|
AZURE_DEVOPS_PAT: "${AZURE_DEVOPS_PAT}"
|
|
8083
8089
|
}
|
|
8084
8090
|
}
|
|
8085
|
-
}
|
|
8091
|
+
},
|
|
8086
8092
|
// github-modelcontextprotocol: {
|
|
8087
8093
|
// provider: 'github',
|
|
8088
8094
|
// name: 'GitHub',
|
|
@@ -8109,21 +8115,21 @@ var MCP_SERVERS = {
|
|
|
8109
8115
|
// },
|
|
8110
8116
|
// },
|
|
8111
8117
|
// },
|
|
8112
|
-
|
|
8113
|
-
|
|
8114
|
-
|
|
8115
|
-
|
|
8116
|
-
|
|
8117
|
-
|
|
8118
|
-
|
|
8119
|
-
|
|
8120
|
-
|
|
8121
|
-
|
|
8122
|
-
|
|
8123
|
-
|
|
8124
|
-
|
|
8125
|
-
|
|
8126
|
-
|
|
8118
|
+
jira: {
|
|
8119
|
+
provider: "jira",
|
|
8120
|
+
name: "Jira Cloud",
|
|
8121
|
+
description: "Jira Cloud MCP server for issue tracking (REST API v3)",
|
|
8122
|
+
requiresCredentials: true,
|
|
8123
|
+
npmPackages: ["@bugzy-ai/jira-cloud-mcp-server"],
|
|
8124
|
+
config: {
|
|
8125
|
+
command: "jira-cloud-mcp-server",
|
|
8126
|
+
args: [],
|
|
8127
|
+
env: {
|
|
8128
|
+
JIRA_CLOUD_TOKEN: "${JIRA_CLOUD_TOKEN}",
|
|
8129
|
+
JIRA_CLOUD_ID: "${JIRA_CLOUD_ID}"
|
|
8130
|
+
}
|
|
8131
|
+
}
|
|
8132
|
+
}
|
|
8127
8133
|
// confluence: {
|
|
8128
8134
|
// provider: 'confluence',
|
|
8129
8135
|
// name: 'Confluence',
|