@girardmedia/bootspring 2.5.11 → 2.7.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/dist/cli/index.js +18205 -17326
- package/dist/cli-launcher.js +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/core.js +7 -6
- package/dist/mcp/index.d.ts +10 -1
- package/dist/mcp-server.js +16 -15
- package/package.json +1 -1
package/dist/cli-launcher.js
CHANGED
|
@@ -31,7 +31,7 @@ var HELP_GROUPS = {
|
|
|
31
31
|
"Project": ["project", "workspace", "org", "switch", "checkpoint"],
|
|
32
32
|
"Dev Tools": ["doctor", "health", "setup", "validate", "watch", "dashboard", "update", "hook"],
|
|
33
33
|
"Analysis": ["analyze", "audit", "quality", "security", "diff", "report"],
|
|
34
|
-
"AI & Agents": ["agent", "skill", "context", "prompt", "flow"],
|
|
34
|
+
"AI & Agents": ["agent", "skill", "context", "prompt", "flow", "brain"],
|
|
35
35
|
"Observe": ["observe", "autopilot", "monitor", "session", "metrics", "telemetry"],
|
|
36
36
|
"Docs": ["docs", "generate", "prd", "content", "plan", "suggest"],
|
|
37
37
|
"Deploy & Ops": ["deploy", "sync", "cloud-sync", "github", "undo", "history", "changes", "log"],
|
package/dist/core/index.d.ts
CHANGED
|
@@ -477,7 +477,7 @@ interface InstallContext {
|
|
|
477
477
|
scriptPath: string;
|
|
478
478
|
}
|
|
479
479
|
declare const PACKAGE_NAME = "@girardmedia/bootspring";
|
|
480
|
-
declare const CURRENT_VERSION = "2.
|
|
480
|
+
declare const CURRENT_VERSION = "2.7.0";
|
|
481
481
|
declare const DEFAULT_INTERVAL_MS: number;
|
|
482
482
|
declare const STATE_PATH: string;
|
|
483
483
|
declare function compareVersions(a: string, b: string): number;
|
package/dist/core.js
CHANGED
|
@@ -33,9 +33,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
33
|
));
|
|
34
34
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
35
35
|
|
|
36
|
-
// ../../node_modules/.pnpm/tsup@8.5.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js
|
|
37
37
|
var init_cjs_shims = __esm({
|
|
38
|
-
"../../node_modules/.pnpm/tsup@8.5.
|
|
38
|
+
"../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js"() {
|
|
39
39
|
"use strict";
|
|
40
40
|
}
|
|
41
41
|
});
|
|
@@ -379,7 +379,7 @@ var init_release = __esm({
|
|
|
379
379
|
"../../packages/shared/src/release.ts"() {
|
|
380
380
|
"use strict";
|
|
381
381
|
init_cjs_shims();
|
|
382
|
-
BOOTSPRING_VERSION = "2.
|
|
382
|
+
BOOTSPRING_VERSION = "2.7.0";
|
|
383
383
|
BOOTSPRING_PACKAGE_NAME = "@girardmedia/bootspring";
|
|
384
384
|
}
|
|
385
385
|
});
|
|
@@ -16603,7 +16603,7 @@ var require_dist = __commonJS({
|
|
|
16603
16603
|
));
|
|
16604
16604
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
16605
16605
|
var init_cjs_shims2 = __esm2({
|
|
16606
|
-
"../../node_modules/.pnpm/tsup@8.5.
|
|
16606
|
+
"../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js"() {
|
|
16607
16607
|
"use strict";
|
|
16608
16608
|
}
|
|
16609
16609
|
});
|
|
@@ -21643,7 +21643,7 @@ ${COLORS2.dim}Run "bootspring mcp" for server options${COLORS2.reset}
|
|
|
21643
21643
|
console.log(`${COLORS2.dim}Run "bootspring mcp" for setup instructions.${COLORS2.reset}
|
|
21644
21644
|
`);
|
|
21645
21645
|
}
|
|
21646
|
-
var BOOTSPRING_VERSION2 = "2.
|
|
21646
|
+
var BOOTSPRING_VERSION2 = "2.7.0";
|
|
21647
21647
|
var BOOTSPRING_PACKAGE_NAME2 = "@girardmedia/bootspring";
|
|
21648
21648
|
var REDACTED2 = "[REDACTED]";
|
|
21649
21649
|
var SENSITIVE_KEY_PATTERN2 = /(?:^|[_-])(api[_-]?key|token|refresh[_-]?token|authorization|x[_-]?api[_-]?key|project[_-]?id)$/i;
|
|
@@ -21691,7 +21691,7 @@ var require_package = __commonJS({
|
|
|
21691
21691
|
"../../../package.json"(exports2, module2) {
|
|
21692
21692
|
module2.exports = {
|
|
21693
21693
|
name: "bootspring-workspace",
|
|
21694
|
-
version: "2.
|
|
21694
|
+
version: "2.7.0",
|
|
21695
21695
|
private: true,
|
|
21696
21696
|
description: "Workspace tooling for the Bootspring monorepo",
|
|
21697
21697
|
keywords: [
|
|
@@ -21726,6 +21726,7 @@ var require_package = __commonJS({
|
|
|
21726
21726
|
"smoke:publish": "node scripts/smoke-publish.js",
|
|
21727
21727
|
pretest: "npm run build",
|
|
21728
21728
|
test: "vitest run",
|
|
21729
|
+
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
|
21729
21730
|
"test:launch-smoke": "vitest run __tests__/unit/cli-first-run-smoke.test.js __tests__/unit/health-fresh-start.test.ts __tests__/unit/session-project-scope.test.ts __tests__/unit/auth-cli-mixed-states.test.ts __tests__/unit/api-client-project-auth-fallback.test.js __tests__/unit/cli-help-surface.test.js __tests__/unit/cli-command-manifest.test.js",
|
|
21730
21731
|
"test:seed-ingestion": "vitest run __tests__/unit/seed-ingestion-regression.test.js",
|
|
21731
21732
|
"test:watch": "vitest",
|
package/dist/mcp/index.d.ts
CHANGED
|
@@ -521,4 +521,13 @@ declare function registerObserverTools(): void;
|
|
|
521
521
|
declare const AUTOPILOT_TOOLS: ToolDefinition[];
|
|
522
522
|
declare function registerAutopilotTools(): void;
|
|
523
523
|
|
|
524
|
-
|
|
524
|
+
/**
|
|
525
|
+
* @bootspring/mcp — Brain NLU Router MCP Tool
|
|
526
|
+
* 1 tool: bootspring_brain — natural language router for skills, workflows, agents, pipelines.
|
|
527
|
+
* @package @bootspring/mcp
|
|
528
|
+
*/
|
|
529
|
+
|
|
530
|
+
declare const BRAIN_TOOLS: ToolDefinition[];
|
|
531
|
+
declare function registerBrainTools(): void;
|
|
532
|
+
|
|
533
|
+
export { ASSISTANT_PARITY_TOOLS, AUDIT_TOOLS, AUTOPILOT_TOOLS, type AgentData, type AssistResponseData, BRAIN_TOOLS, type BuildCapabilitiesOptions, COMPLIANCE_TOOLS, type CapabilitiesDeps, type ContextValidationResult, DOCS_INTELLIGENCE_TOOLS, type FilteredWorkflows, type ListOptions, MARKETPLACE_TOOLS, type MCPServerOptions, type MCPToolResultWithMeta, METRICS_TOOLS, NOTIFICATION_TOOLS, OBSERVER_TOOLS, ONBOARDING_TOOLS, type OrchestratorStatus, type PRDData, type PolicyProfile, type ProgressInfo, type ProjectContextDisplay, QUALITY_INTELLIGENCE_TOOLS, type QualityGateResults, RBAC_TOOLS, RELEASE_TOOLS, type RegistryExports, SYNC_TOOLS, type SkillData, type SuccessOptions, type TodoItem, type ValidationResult, type WorkflowAccessContext, agentDetails, assistResponse, buildCapabilities, buildDefaultCapabilities, clearCache, contextSummary, contextValidation, createServer, error, generateProgressBar, getCompatibilityRegistryCandidatePaths, getLegacyRegistryCandidatePaths, getRegistryExports, getResourceHandlers, getResources, getToolHandlers, getTools, invokeTool, isRegistryPopulated, list, loadToolsFromDirectory, loopStatus, main, orchestratorStatus, qualityResults, registerAssistantParityTools, registerAuditTools, registerAutopilotTools, registerBrainTools, registerComplianceTools, registerDocsIntelligenceTools, registerMarketplaceTools, registerMetricsTools, registerNotificationTools, registerObserverTools, registerOnboardingTools, registerQualityIntelligenceTools, registerRbacTools, registerReleaseTools, registerResource, registerSyncTools, registerTool, resolveCompatibilityRegistry, resolveRuntimeRegistry, skillDetails, startStdioServer, success, todoList, trackTelemetry, validateDependencies, warning };
|
package/dist/mcp-server.js
CHANGED
|
@@ -33,9 +33,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
33
|
));
|
|
34
34
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
35
35
|
|
|
36
|
-
// ../../node_modules/.pnpm/tsup@8.5.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js
|
|
37
37
|
var init_cjs_shims = __esm({
|
|
38
|
-
"../../node_modules/.pnpm/tsup@8.5.
|
|
38
|
+
"../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js"() {
|
|
39
39
|
"use strict";
|
|
40
40
|
}
|
|
41
41
|
});
|
|
@@ -31377,7 +31377,7 @@ var init_release = __esm({
|
|
|
31377
31377
|
"../../packages/shared/src/release.ts"() {
|
|
31378
31378
|
"use strict";
|
|
31379
31379
|
init_cjs_shims();
|
|
31380
|
-
BOOTSPRING_VERSION = "2.
|
|
31380
|
+
BOOTSPRING_VERSION = "2.7.0";
|
|
31381
31381
|
BOOTSPRING_PACKAGE_NAME = "@girardmedia/bootspring";
|
|
31382
31382
|
}
|
|
31383
31383
|
});
|
|
@@ -47601,7 +47601,7 @@ var require_dist2 = __commonJS({
|
|
|
47601
47601
|
));
|
|
47602
47602
|
var __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: true }), mod);
|
|
47603
47603
|
var init_cjs_shims2 = __esm2({
|
|
47604
|
-
"../../node_modules/.pnpm/tsup@8.5.
|
|
47604
|
+
"../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.8_tsx@4.21.0_typescript@5.9.3_yaml@2.8.3/node_modules/tsup/assets/cjs_shims.js"() {
|
|
47605
47605
|
"use strict";
|
|
47606
47606
|
}
|
|
47607
47607
|
});
|
|
@@ -52278,7 +52278,7 @@ var require_package = __commonJS({
|
|
|
52278
52278
|
"../../../package.json"(exports2, module2) {
|
|
52279
52279
|
module2.exports = {
|
|
52280
52280
|
name: "bootspring-workspace",
|
|
52281
|
-
version: "2.
|
|
52281
|
+
version: "2.7.0",
|
|
52282
52282
|
private: true,
|
|
52283
52283
|
description: "Workspace tooling for the Bootspring monorepo",
|
|
52284
52284
|
keywords: [
|
|
@@ -52313,6 +52313,7 @@ var require_package = __commonJS({
|
|
|
52313
52313
|
"smoke:publish": "node scripts/smoke-publish.js",
|
|
52314
52314
|
pretest: "npm run build",
|
|
52315
52315
|
test: "vitest run",
|
|
52316
|
+
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
|
52316
52317
|
"test:launch-smoke": "vitest run __tests__/unit/cli-first-run-smoke.test.js __tests__/unit/health-fresh-start.test.ts __tests__/unit/session-project-scope.test.ts __tests__/unit/auth-cli-mixed-states.test.ts __tests__/unit/api-client-project-auth-fallback.test.js __tests__/unit/cli-help-surface.test.js __tests__/unit/cli-command-manifest.test.js",
|
|
52317
52318
|
"test:seed-ingestion": "vitest run __tests__/unit/seed-ingestion-regression.test.js",
|
|
52318
52319
|
"test:watch": "vitest",
|
|
@@ -53122,11 +53123,11 @@ function diagnoseApiSurface() {
|
|
|
53122
53123
|
if (missing.length === 0) return null;
|
|
53123
53124
|
return [
|
|
53124
53125
|
`Bootspring MCP server v${VERSION} is missing required API methods: ${missing.join(", ")}.`,
|
|
53125
|
-
|
|
53126
|
-
|
|
53127
|
-
|
|
53128
|
-
|
|
53129
|
-
|
|
53126
|
+
"This usually means the installed @girardmedia/bootspring package is out of date.",
|
|
53127
|
+
"Fix:",
|
|
53128
|
+
" 1. Quit Claude Code completely",
|
|
53129
|
+
" 2. npm i -g @girardmedia/bootspring@latest",
|
|
53130
|
+
" 3. Restart Claude Code so the MCP server reloads"
|
|
53130
53131
|
].join("\n");
|
|
53131
53132
|
}
|
|
53132
53133
|
function formatProxyError(error) {
|
|
@@ -53313,11 +53314,11 @@ module.exports = {
|
|
|
53313
53314
|
if (missing.length === 0) return null;
|
|
53314
53315
|
return [
|
|
53315
53316
|
`Bootspring MCP server v${version} is missing required API methods: ${missing.join(", ")}.`,
|
|
53316
|
-
|
|
53317
|
-
|
|
53318
|
-
|
|
53319
|
-
|
|
53320
|
-
|
|
53317
|
+
"This usually means the installed @girardmedia/bootspring package is out of date.",
|
|
53318
|
+
"Fix:",
|
|
53319
|
+
" 1. Quit Claude Code completely",
|
|
53320
|
+
" 2. npm i -g @girardmedia/bootspring@latest",
|
|
53321
|
+
" 3. Restart Claude Code so the MCP server reloads"
|
|
53321
53322
|
].join("\n");
|
|
53322
53323
|
}
|
|
53323
53324
|
};
|