@skillcap/gdh 0.19.3 → 0.19.5

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.
Files changed (41) hide show
  1. package/INSTALL-BUNDLE.json +1 -1
  2. package/RELEASE-SPAN-UPDATE-CONTRACTS.json +103 -0
  3. package/node_modules/@gdh/adapters/dist/authoring-hook-render.d.ts.map +1 -1
  4. package/node_modules/@gdh/adapters/dist/authoring-hook-render.js +34 -13
  5. package/node_modules/@gdh/adapters/dist/authoring-hook-render.js.map +1 -1
  6. package/node_modules/@gdh/adapters/dist/claude-settings-patch.d.ts.map +1 -1
  7. package/node_modules/@gdh/adapters/dist/claude-settings-patch.js +27 -5
  8. package/node_modules/@gdh/adapters/dist/claude-settings-patch.js.map +1 -1
  9. package/node_modules/@gdh/adapters/dist/index.d.ts.map +1 -1
  10. package/node_modules/@gdh/adapters/dist/index.js +1 -3
  11. package/node_modules/@gdh/adapters/dist/index.js.map +1 -1
  12. package/node_modules/@gdh/adapters/dist/self-update-mechanics.d.ts.map +1 -1
  13. package/node_modules/@gdh/adapters/dist/self-update-mechanics.js +11 -8
  14. package/node_modules/@gdh/adapters/dist/self-update-mechanics.js.map +1 -1
  15. package/node_modules/@gdh/adapters/dist/skill-rendering.js +1 -1
  16. package/node_modules/@gdh/adapters/dist/skill-rendering.js.map +1 -1
  17. package/node_modules/@gdh/adapters/package.json +8 -8
  18. package/node_modules/@gdh/authoring/package.json +2 -2
  19. package/node_modules/@gdh/cli/dist/index.d.ts.map +1 -1
  20. package/node_modules/@gdh/cli/dist/index.js +46 -0
  21. package/node_modules/@gdh/cli/dist/index.js.map +1 -1
  22. package/node_modules/@gdh/cli/dist/mcp-cleanup.d.ts +51 -0
  23. package/node_modules/@gdh/cli/dist/mcp-cleanup.d.ts.map +1 -0
  24. package/node_modules/@gdh/cli/dist/mcp-cleanup.js +214 -0
  25. package/node_modules/@gdh/cli/dist/mcp-cleanup.js.map +1 -0
  26. package/node_modules/@gdh/cli/dist/self-update.d.ts.map +1 -1
  27. package/node_modules/@gdh/cli/dist/self-update.js +27 -0
  28. package/node_modules/@gdh/cli/dist/self-update.js.map +1 -1
  29. package/node_modules/@gdh/cli/package.json +10 -10
  30. package/node_modules/@gdh/core/dist/index.d.ts +2 -2
  31. package/node_modules/@gdh/core/dist/index.js +2 -2
  32. package/node_modules/@gdh/core/package.json +1 -1
  33. package/node_modules/@gdh/docs/dist/guidance.js +1 -1
  34. package/node_modules/@gdh/docs/dist/guidance.js.map +1 -1
  35. package/node_modules/@gdh/docs/package.json +2 -2
  36. package/node_modules/@gdh/mcp/package.json +8 -8
  37. package/node_modules/@gdh/observability/package.json +2 -2
  38. package/node_modules/@gdh/runtime/package.json +2 -2
  39. package/node_modules/@gdh/scan/package.json +3 -3
  40. package/node_modules/@gdh/verify/package.json +7 -7
  41. package/package.json +11 -11
@@ -11,7 +11,7 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/core": "0.19.3"
14
+ "@gdh/core": "0.19.5"
15
15
  },
16
- "version": "0.19.3"
16
+ "version": "0.19.5"
17
17
  }
@@ -11,9 +11,9 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/core": "0.19.3",
14
+ "@gdh/core": "0.19.5",
15
15
  "ws": "^8.18.3",
16
16
  "yaml": "^2.8.3"
17
17
  },
18
- "version": "0.19.3"
18
+ "version": "0.19.5"
19
19
  }
@@ -11,8 +11,8 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/core": "0.19.3",
15
- "@gdh/docs": "0.19.3"
14
+ "@gdh/core": "0.19.5",
15
+ "@gdh/docs": "0.19.5"
16
16
  },
17
- "version": "0.19.3"
17
+ "version": "0.19.5"
18
18
  }
@@ -11,13 +11,13 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/authoring": "0.19.3",
15
- "@gdh/core": "0.19.3",
16
- "@gdh/docs": "0.19.3",
17
- "@gdh/observability": "0.19.3",
18
- "@gdh/runtime": "0.19.3",
19
- "@gdh/scan": "0.19.3",
14
+ "@gdh/authoring": "0.19.5",
15
+ "@gdh/core": "0.19.5",
16
+ "@gdh/docs": "0.19.5",
17
+ "@gdh/observability": "0.19.5",
18
+ "@gdh/runtime": "0.19.5",
19
+ "@gdh/scan": "0.19.5",
20
20
  "yaml": "^2.8.3"
21
21
  },
22
- "version": "0.19.3"
22
+ "version": "0.19.5"
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillcap/gdh",
3
- "version": "0.19.3",
3
+ "version": "0.19.5",
4
4
  "description": "Godot-specific authoring and validation harness for agentic development.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -31,17 +31,17 @@
31
31
  "releaseStage": "broader_internal_release"
32
32
  },
33
33
  "dependencies": {
34
- "@gdh/cli": "0.19.3",
34
+ "@gdh/cli": "0.19.5",
35
35
  "@clack/prompts": "^1.2.0",
36
- "@gdh/adapters": "0.19.3",
37
- "@gdh/authoring": "0.19.3",
38
- "@gdh/core": "0.19.3",
39
- "@gdh/docs": "0.19.3",
40
- "@gdh/mcp": "0.19.3",
41
- "@gdh/observability": "0.19.3",
42
- "@gdh/runtime": "0.19.3",
43
- "@gdh/scan": "0.19.3",
44
- "@gdh/verify": "0.19.3",
36
+ "@gdh/adapters": "0.19.5",
37
+ "@gdh/authoring": "0.19.5",
38
+ "@gdh/core": "0.19.5",
39
+ "@gdh/docs": "0.19.5",
40
+ "@gdh/mcp": "0.19.5",
41
+ "@gdh/observability": "0.19.5",
42
+ "@gdh/runtime": "0.19.5",
43
+ "@gdh/scan": "0.19.5",
44
+ "@gdh/verify": "0.19.5",
45
45
  "picocolors": "^1.1.1"
46
46
  },
47
47
  "bundledDependencies": [