@skillcap/gdh 0.5.0 → 0.6.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.
Files changed (79) hide show
  1. package/INSTALL-BUNDLE.json +1 -1
  2. package/README.md +53 -90
  3. package/node_modules/@gdh/adapters/dist/claude-settings-patch.d.ts +74 -0
  4. package/node_modules/@gdh/adapters/dist/claude-settings-patch.d.ts.map +1 -0
  5. package/node_modules/@gdh/adapters/dist/claude-settings-patch.js +158 -0
  6. package/node_modules/@gdh/adapters/dist/claude-settings-patch.js.map +1 -0
  7. package/node_modules/@gdh/adapters/dist/claude-statusline-render.d.ts +51 -0
  8. package/node_modules/@gdh/adapters/dist/claude-statusline-render.d.ts.map +1 -0
  9. package/node_modules/@gdh/adapters/dist/claude-statusline-render.js +80 -0
  10. package/node_modules/@gdh/adapters/dist/claude-statusline-render.js.map +1 -0
  11. package/node_modules/@gdh/adapters/dist/claude-update-hook-render.d.ts +35 -0
  12. package/node_modules/@gdh/adapters/dist/claude-update-hook-render.d.ts.map +1 -0
  13. package/node_modules/@gdh/adapters/dist/claude-update-hook-render.js +76 -0
  14. package/node_modules/@gdh/adapters/dist/claude-update-hook-render.js.map +1 -0
  15. package/node_modules/@gdh/adapters/dist/claude-update-worker-render.d.ts +28 -0
  16. package/node_modules/@gdh/adapters/dist/claude-update-worker-render.d.ts.map +1 -0
  17. package/node_modules/@gdh/adapters/dist/claude-update-worker-render.js +99 -0
  18. package/node_modules/@gdh/adapters/dist/claude-update-worker-render.js.map +1 -0
  19. package/node_modules/@gdh/adapters/dist/index.d.ts +9 -0
  20. package/node_modules/@gdh/adapters/dist/index.d.ts.map +1 -1
  21. package/node_modules/@gdh/adapters/dist/index.js +224 -2
  22. package/node_modules/@gdh/adapters/dist/index.js.map +1 -1
  23. package/node_modules/@gdh/adapters/dist/self-update-mechanics.d.ts +51 -0
  24. package/node_modules/@gdh/adapters/dist/self-update-mechanics.d.ts.map +1 -0
  25. package/node_modules/@gdh/adapters/dist/self-update-mechanics.js +155 -0
  26. package/node_modules/@gdh/adapters/dist/self-update-mechanics.js.map +1 -0
  27. package/node_modules/@gdh/adapters/package.json +8 -8
  28. package/node_modules/@gdh/authoring/dist/index.d.ts +1 -0
  29. package/node_modules/@gdh/authoring/dist/index.d.ts.map +1 -1
  30. package/node_modules/@gdh/authoring/dist/index.js +1 -0
  31. package/node_modules/@gdh/authoring/dist/index.js.map +1 -1
  32. package/node_modules/@gdh/authoring/dist/writePinnedVersion.d.ts +17 -0
  33. package/node_modules/@gdh/authoring/dist/writePinnedVersion.d.ts.map +1 -0
  34. package/node_modules/@gdh/authoring/dist/writePinnedVersion.js +50 -0
  35. package/node_modules/@gdh/authoring/dist/writePinnedVersion.js.map +1 -0
  36. package/node_modules/@gdh/authoring/package.json +5 -2
  37. package/node_modules/@gdh/cli/dist/index.d.ts +15 -0
  38. package/node_modules/@gdh/cli/dist/index.d.ts.map +1 -1
  39. package/node_modules/@gdh/cli/dist/index.js +68 -8
  40. package/node_modules/@gdh/cli/dist/index.js.map +1 -1
  41. package/node_modules/@gdh/cli/dist/self-update.d.ts +3 -0
  42. package/node_modules/@gdh/cli/dist/self-update.d.ts.map +1 -0
  43. package/node_modules/@gdh/cli/dist/self-update.js +235 -0
  44. package/node_modules/@gdh/cli/dist/self-update.js.map +1 -0
  45. package/node_modules/@gdh/cli/dist/update-banner.d.ts +42 -0
  46. package/node_modules/@gdh/cli/dist/update-banner.d.ts.map +1 -0
  47. package/node_modules/@gdh/cli/dist/update-banner.js +49 -0
  48. package/node_modules/@gdh/cli/dist/update-banner.js.map +1 -0
  49. package/node_modules/@gdh/cli/package.json +10 -10
  50. package/node_modules/@gdh/core/dist/dev-mode.d.ts +13 -0
  51. package/node_modules/@gdh/core/dist/dev-mode.d.ts.map +1 -0
  52. package/node_modules/@gdh/core/dist/dev-mode.js +21 -0
  53. package/node_modules/@gdh/core/dist/dev-mode.js.map +1 -0
  54. package/node_modules/@gdh/core/dist/index.d.ts +8 -2
  55. package/node_modules/@gdh/core/dist/index.d.ts.map +1 -1
  56. package/node_modules/@gdh/core/dist/index.js +8 -0
  57. package/node_modules/@gdh/core/dist/index.js.map +1 -1
  58. package/node_modules/@gdh/core/dist/update-cache.d.ts +46 -0
  59. package/node_modules/@gdh/core/dist/update-cache.d.ts.map +1 -0
  60. package/node_modules/@gdh/core/dist/update-cache.js +90 -0
  61. package/node_modules/@gdh/core/dist/update-cache.js.map +1 -0
  62. package/node_modules/@gdh/core/dist/update-probe.d.ts +102 -0
  63. package/node_modules/@gdh/core/dist/update-probe.d.ts.map +1 -0
  64. package/node_modules/@gdh/core/dist/update-probe.js +195 -0
  65. package/node_modules/@gdh/core/dist/update-probe.js.map +1 -0
  66. package/node_modules/@gdh/core/package.json +1 -1
  67. package/node_modules/@gdh/docs/package.json +2 -2
  68. package/node_modules/@gdh/mcp/dist/index.d.ts +20 -0
  69. package/node_modules/@gdh/mcp/dist/index.d.ts.map +1 -1
  70. package/node_modules/@gdh/mcp/dist/index.js +39 -2
  71. package/node_modules/@gdh/mcp/dist/index.js.map +1 -1
  72. package/node_modules/@gdh/mcp/package.json +8 -8
  73. package/node_modules/@gdh/observability/dist/guidance-audit.js +2 -1
  74. package/node_modules/@gdh/observability/dist/guidance-audit.js.map +1 -1
  75. package/node_modules/@gdh/observability/package.json +2 -2
  76. package/node_modules/@gdh/runtime/package.json +2 -2
  77. package/node_modules/@gdh/scan/package.json +3 -3
  78. package/node_modules/@gdh/verify/package.json +7 -7
  79. package/package.json +11 -11
@@ -11,7 +11,7 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/core": "0.5.0"
14
+ "@gdh/core": "0.6.0"
15
15
  },
16
- "version": "0.5.0"
16
+ "version": "0.6.0"
17
17
  }
@@ -11,9 +11,9 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/core": "0.5.0",
14
+ "@gdh/core": "0.6.0",
15
15
  "ws": "^8.18.3",
16
16
  "yaml": "^2.8.3"
17
17
  },
18
- "version": "0.5.0"
18
+ "version": "0.6.0"
19
19
  }
@@ -11,8 +11,8 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/core": "0.5.0",
15
- "@gdh/docs": "0.5.0"
14
+ "@gdh/core": "0.6.0",
15
+ "@gdh/docs": "0.6.0"
16
16
  },
17
- "version": "0.5.0"
17
+ "version": "0.6.0"
18
18
  }
@@ -11,13 +11,13 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/authoring": "0.5.0",
15
- "@gdh/core": "0.5.0",
16
- "@gdh/docs": "0.5.0",
17
- "@gdh/observability": "0.5.0",
18
- "@gdh/runtime": "0.5.0",
19
- "@gdh/scan": "0.5.0",
14
+ "@gdh/authoring": "0.6.0",
15
+ "@gdh/core": "0.6.0",
16
+ "@gdh/docs": "0.6.0",
17
+ "@gdh/observability": "0.6.0",
18
+ "@gdh/runtime": "0.6.0",
19
+ "@gdh/scan": "0.6.0",
20
20
  "yaml": "^2.8.3"
21
21
  },
22
- "version": "0.5.0"
22
+ "version": "0.6.0"
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillcap/gdh",
3
- "version": "0.5.0",
3
+ "version": "0.6.0",
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.5.0",
34
+ "@gdh/cli": "0.6.0",
35
35
  "@clack/prompts": "^1.2.0",
36
- "@gdh/adapters": "0.5.0",
37
- "@gdh/authoring": "0.5.0",
38
- "@gdh/core": "0.5.0",
39
- "@gdh/docs": "0.5.0",
40
- "@gdh/mcp": "0.5.0",
41
- "@gdh/observability": "0.5.0",
42
- "@gdh/runtime": "0.5.0",
43
- "@gdh/scan": "0.5.0",
44
- "@gdh/verify": "0.5.0",
36
+ "@gdh/adapters": "0.6.0",
37
+ "@gdh/authoring": "0.6.0",
38
+ "@gdh/core": "0.6.0",
39
+ "@gdh/docs": "0.6.0",
40
+ "@gdh/mcp": "0.6.0",
41
+ "@gdh/observability": "0.6.0",
42
+ "@gdh/runtime": "0.6.0",
43
+ "@gdh/scan": "0.6.0",
44
+ "@gdh/verify": "0.6.0",
45
45
  "picocolors": "^1.1.1"
46
46
  },
47
47
  "bundledDependencies": [