@girardmedia/bootspring 3.0.0 → 3.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girardmedia/bootspring",
3
- "version": "3.0.0",
3
+ "version": "3.2.0",
4
4
  "description": "Thin client for Bootspring cloud MCP, hosted agents, and paywalled workflow intelligence",
5
5
  "keywords": [
6
6
  "ai",
@@ -33,7 +33,13 @@ function resolveCommandsSource() {
33
33
 
34
34
  const COMMANDS_SOURCE = resolveCommandsSource();
35
35
 
36
- const BOOTSPRING_SKILL_CONTENT = `# Bootspring MCP Operating Skill
36
+ const BOOTSPRING_SKILL_CONTENT = `---
37
+ name: bootspring
38
+ description: Bootspring MCP Operating Skill
39
+ version: 1.0.0
40
+ ---
41
+
42
+ # Bootspring MCP Operating Skill
37
43
 
38
44
  Use Bootspring MCP tools as the primary workflow for any project with Bootspring configured.
39
45
  These tools work via MCP protocol with any assistant: Claude Code, Codex, Gemini CLI, or others.