gsd-lite 0.3.11 → 0.3.13

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.
@@ -13,8 +13,13 @@
13
13
  "name": "gsd",
14
14
  "source": "./",
15
15
  "description": "AI orchestration tool — GSD management shell + Superpowers quality core. 5 commands, 4 agents, 5 workflows, MCP server, context monitoring.",
16
- "version": "0.3.6",
17
- "keywords": ["orchestration", "mcp", "tdd", "task-management"],
16
+ "version": "0.3.13",
17
+ "keywords": [
18
+ "orchestration",
19
+ "mcp",
20
+ "tdd",
21
+ "task-management"
22
+ ],
18
23
  "category": "Development workflows"
19
24
  }
20
25
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd",
3
- "version": "0.3.6",
3
+ "version": "0.3.13",
4
4
  "description": "AI orchestration tool for Claude Code — GSD management shell + Superpowers quality core",
5
5
  "author": {
6
6
  "name": "sdsrss",
@@ -8,5 +8,12 @@
8
8
  },
9
9
  "repository": "https://github.com/sdsrss/gsd-lite",
10
10
  "license": "MIT",
11
- "keywords": ["claude-code", "orchestration", "mcp", "ai-agent", "task-management", "tdd"]
11
+ "keywords": [
12
+ "claude-code",
13
+ "orchestration",
14
+ "mcp",
15
+ "ai-agent",
16
+ "task-management",
17
+ "tdd"
18
+ ]
12
19
  }
package/.mcp.json CHANGED
File without changes
package/README.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/commands/prd.md CHANGED
File without changes
File without changes
package/commands/start.md CHANGED
File without changes
File without changes
package/commands/stop.md CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
package/hooks/hooks.json CHANGED
File without changes
package/install.js CHANGED
File without changes
package/launcher.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-lite",
3
- "version": "0.3.11",
3
+ "version": "0.3.13",
4
4
  "description": "AI orchestration tool for Claude Code — GSD management shell + Superpowers quality core",
5
5
  "type": "module",
6
6
  "bin": {
@@ -11,7 +11,9 @@
11
11
  "test:coverage": "c8 --check-coverage --lines 80 --branches 75 --reporter=text --reporter=lcov node --test tests/*.test.js",
12
12
  "lint": "biome check src/ tests/ hooks/",
13
13
  "lint:fix": "biome check --write src/ tests/ hooks/",
14
- "start": "node src/server.js"
14
+ "start": "node src/server.js",
15
+ "version": "node scripts/sync-versions.js && git add .claude-plugin/plugin.json .claude-plugin/marketplace.json",
16
+ "prepublishOnly": "node scripts/sync-versions.js && npm run lint && npm test"
15
17
  },
16
18
  "repository": {
17
19
  "type": "git",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/schema.js CHANGED
File without changes
package/src/server.js CHANGED
File without changes
File without changes
File without changes
File without changes
package/src/utils.js CHANGED
File without changes
package/uninstall.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes