@girardmedia/bootspring 2.7.0 → 3.1.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 +1009 -78
- package/dist/cli-launcher.js +2 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/core.js +15 -9
- package/dist/mcp/index.d.ts +10 -1
- package/dist/mcp-server.js +327 -62
- package/package.json +1 -1
- package/scripts/postinstall.cjs +7 -1
package/dist/cli-launcher.js
CHANGED
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 = "
|
|
480
|
+
declare const CURRENT_VERSION = "3.1.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.1_jiti@1.21.7_postcss@8.5.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.14_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.1_jiti@1.21.7_postcss@8.5.
|
|
38
|
+
"../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.14_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 = "
|
|
382
|
+
BOOTSPRING_VERSION = "3.1.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.1_jiti@1.21.7_postcss@8.5.
|
|
16606
|
+
"../../node_modules/.pnpm/tsup@8.5.1_jiti@1.21.7_postcss@8.5.14_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 = "
|
|
21646
|
+
var BOOTSPRING_VERSION2 = "3.1.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: "
|
|
21694
|
+
version: "3.1.0",
|
|
21695
21695
|
private: true,
|
|
21696
21696
|
description: "Workspace tooling for the Bootspring monorepo",
|
|
21697
21697
|
keywords: [
|
|
@@ -21766,6 +21766,7 @@ var require_package = __commonJS({
|
|
|
21766
21766
|
"planning:sync:check": "node scripts/sync-planning-state.js --check",
|
|
21767
21767
|
"planning:realign": "node scripts/sync-planning-state.js --sync-runtime",
|
|
21768
21768
|
"verify:package": "node scripts/check-package-boundaries.js",
|
|
21769
|
+
"verify:security": "node scripts/security-scan.js",
|
|
21769
21770
|
"db:sync": "node monorepo/packages/shared/db/sync.js",
|
|
21770
21771
|
"db:sync:check": "node monorepo/packages/shared/db/sync.js --check"
|
|
21771
21772
|
},
|
|
@@ -21776,12 +21777,15 @@ var require_package = __commonJS({
|
|
|
21776
21777
|
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
|
21777
21778
|
"@typescript-eslint/parser": "^8.57.0",
|
|
21778
21779
|
"@vitest/coverage-v8": "^4.0.18",
|
|
21780
|
+
ajv: "^8.18.0",
|
|
21779
21781
|
eslint: "^9.39.2",
|
|
21780
21782
|
globals: "^17.3.0",
|
|
21781
21783
|
tsup: "^8.5.1",
|
|
21782
21784
|
tsx: "^4.21.0",
|
|
21783
21785
|
typescript: "^5.9.3",
|
|
21784
|
-
vitest: "^4.0.18"
|
|
21786
|
+
vitest: "^4.0.18",
|
|
21787
|
+
yaml: "^2.8.3",
|
|
21788
|
+
zod: "^4.3.6"
|
|
21785
21789
|
},
|
|
21786
21790
|
engines: {
|
|
21787
21791
|
node: ">=18.0.0"
|
|
@@ -21791,8 +21795,10 @@ var require_package = __commonJS({
|
|
|
21791
21795
|
ajv: "^8.12.0"
|
|
21792
21796
|
},
|
|
21793
21797
|
minimatch: "^10.2.1",
|
|
21794
|
-
hono: "4.12.
|
|
21795
|
-
"@hono/node-server": "1.19.
|
|
21798
|
+
hono: "4.12.18",
|
|
21799
|
+
"@hono/node-server": "1.19.13",
|
|
21800
|
+
axios: ">=1.16.0",
|
|
21801
|
+
"simple-git": ">=3.36.0",
|
|
21796
21802
|
"express-rate-limit": "^8.2.2",
|
|
21797
21803
|
"path-to-regexp@<0.1.13": "0.1.13",
|
|
21798
21804
|
"path-to-regexp@>=8.0.0 <8.4.0": "8.4.0",
|
package/dist/mcp/index.d.ts
CHANGED
|
@@ -530,4 +530,13 @@ declare function registerAutopilotTools(): void;
|
|
|
530
530
|
declare const BRAIN_TOOLS: ToolDefinition[];
|
|
531
531
|
declare function registerBrainTools(): void;
|
|
532
532
|
|
|
533
|
-
|
|
533
|
+
/**
|
|
534
|
+
* @bootspring/mcp — Swarm Intelligence MCP Tools
|
|
535
|
+
* 3 tools: bootspring_swarm, bootspring_memory, bootspring_plan
|
|
536
|
+
* @package @bootspring/mcp
|
|
537
|
+
*/
|
|
538
|
+
|
|
539
|
+
declare const SWARM_TOOLS: ToolDefinition[];
|
|
540
|
+
declare function registerSwarmTools(): void;
|
|
541
|
+
|
|
542
|
+
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, SWARM_TOOLS, 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, registerSwarmTools, registerSyncTools, registerTool, resolveCompatibilityRegistry, resolveRuntimeRegistry, skillDetails, startStdioServer, success, todoList, trackTelemetry, validateDependencies, warning };
|