@skillcap/gdh 0.19.6 → 0.21.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 (71) hide show
  1. package/INSTALL-BUNDLE.json +1 -1
  2. package/RELEASE-SPAN-UPDATE-CONTRACTS.json +147 -0
  3. package/node_modules/@gdh/adapters/dist/index.d.ts.map +1 -1
  4. package/node_modules/@gdh/adapters/dist/index.js +53 -10
  5. package/node_modules/@gdh/adapters/dist/index.js.map +1 -1
  6. package/node_modules/@gdh/adapters/dist/skill-rendering.d.ts.map +1 -1
  7. package/node_modules/@gdh/adapters/dist/skill-rendering.js +7 -4
  8. package/node_modules/@gdh/adapters/dist/skill-rendering.js.map +1 -1
  9. package/node_modules/@gdh/adapters/package.json +8 -8
  10. package/node_modules/@gdh/authoring/dist/index.d.ts +1 -1
  11. package/node_modules/@gdh/authoring/dist/index.d.ts.map +1 -1
  12. package/node_modules/@gdh/authoring/dist/index.js +1 -1
  13. package/node_modules/@gdh/authoring/dist/index.js.map +1 -1
  14. package/node_modules/@gdh/authoring/dist/project.d.ts +1 -0
  15. package/node_modules/@gdh/authoring/dist/project.d.ts.map +1 -1
  16. package/node_modules/@gdh/authoring/dist/project.js +4 -0
  17. package/node_modules/@gdh/authoring/dist/project.js.map +1 -1
  18. package/node_modules/@gdh/authoring/package.json +2 -2
  19. package/node_modules/@gdh/cli/dist/bridge-session.d.ts +21 -0
  20. package/node_modules/@gdh/cli/dist/bridge-session.d.ts.map +1 -0
  21. package/node_modules/@gdh/cli/dist/bridge-session.js +442 -0
  22. package/node_modules/@gdh/cli/dist/bridge-session.js.map +1 -0
  23. package/node_modules/@gdh/cli/dist/index.d.ts.map +1 -1
  24. package/node_modules/@gdh/cli/dist/index.js +70 -30
  25. package/node_modules/@gdh/cli/dist/index.js.map +1 -1
  26. package/node_modules/@gdh/cli/dist/migrate.d.ts +13 -0
  27. package/node_modules/@gdh/cli/dist/migrate.d.ts.map +1 -1
  28. package/node_modules/@gdh/cli/dist/migrate.js +20 -0
  29. package/node_modules/@gdh/cli/dist/migrate.js.map +1 -1
  30. package/node_modules/@gdh/cli/package.json +10 -10
  31. package/node_modules/@gdh/core/dist/index.d.ts +22 -2
  32. package/node_modules/@gdh/core/dist/index.d.ts.map +1 -1
  33. package/node_modules/@gdh/core/dist/index.js +2 -2
  34. package/node_modules/@gdh/core/dist/index.js.map +1 -1
  35. package/node_modules/@gdh/core/dist/local-path-hints.d.ts +22 -1
  36. package/node_modules/@gdh/core/dist/local-path-hints.d.ts.map +1 -1
  37. package/node_modules/@gdh/core/dist/local-path-hints.js +139 -4
  38. package/node_modules/@gdh/core/dist/local-path-hints.js.map +1 -1
  39. package/node_modules/@gdh/core/package.json +1 -1
  40. package/node_modules/@gdh/docs/dist/guidance.d.ts.map +1 -1
  41. package/node_modules/@gdh/docs/dist/guidance.js +12 -2
  42. package/node_modules/@gdh/docs/dist/guidance.js.map +1 -1
  43. package/node_modules/@gdh/docs/package.json +2 -2
  44. package/node_modules/@gdh/mcp/dist/bridge-tools.d.ts +15 -0
  45. package/node_modules/@gdh/mcp/dist/bridge-tools.d.ts.map +1 -0
  46. package/node_modules/@gdh/mcp/dist/bridge-tools.js +111 -0
  47. package/node_modules/@gdh/mcp/dist/bridge-tools.js.map +1 -0
  48. package/node_modules/@gdh/mcp/dist/index.d.ts +3 -2
  49. package/node_modules/@gdh/mcp/dist/index.d.ts.map +1 -1
  50. package/node_modules/@gdh/mcp/dist/index.js +13 -44
  51. package/node_modules/@gdh/mcp/dist/index.js.map +1 -1
  52. package/node_modules/@gdh/mcp/package.json +8 -8
  53. package/node_modules/@gdh/observability/package.json +2 -2
  54. package/node_modules/@gdh/runtime/dist/bridge-broker-client.d.ts +32 -0
  55. package/node_modules/@gdh/runtime/dist/bridge-broker-client.d.ts.map +1 -0
  56. package/node_modules/@gdh/runtime/dist/bridge-broker-client.js +118 -0
  57. package/node_modules/@gdh/runtime/dist/bridge-broker-client.js.map +1 -0
  58. package/node_modules/@gdh/runtime/dist/bridge-broker.d.ts +78 -0
  59. package/node_modules/@gdh/runtime/dist/bridge-broker.d.ts.map +1 -0
  60. package/node_modules/@gdh/runtime/dist/bridge-broker.js +587 -0
  61. package/node_modules/@gdh/runtime/dist/bridge-broker.js.map +1 -0
  62. package/node_modules/@gdh/runtime/dist/index.d.ts +3 -0
  63. package/node_modules/@gdh/runtime/dist/index.d.ts.map +1 -1
  64. package/node_modules/@gdh/runtime/dist/index.js +3 -0
  65. package/node_modules/@gdh/runtime/dist/index.js.map +1 -1
  66. package/node_modules/@gdh/runtime/package.json +2 -2
  67. package/node_modules/@gdh/scan/dist/onboard.js +1 -1
  68. package/node_modules/@gdh/scan/dist/onboard.js.map +1 -1
  69. package/node_modules/@gdh/scan/package.json +3 -3
  70. package/node_modules/@gdh/verify/package.json +7 -7
  71. package/package.json +11 -11
@@ -11,13 +11,13 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/authoring": "0.19.6",
15
- "@gdh/core": "0.19.6",
16
- "@gdh/docs": "0.19.6",
17
- "@gdh/observability": "0.19.6",
18
- "@gdh/runtime": "0.19.6",
19
- "@gdh/scan": "0.19.6",
14
+ "@gdh/authoring": "0.21.0",
15
+ "@gdh/core": "0.21.0",
16
+ "@gdh/docs": "0.21.0",
17
+ "@gdh/observability": "0.21.0",
18
+ "@gdh/runtime": "0.21.0",
19
+ "@gdh/scan": "0.21.0",
20
20
  "yaml": "^2.8.3"
21
21
  },
22
- "version": "0.19.6"
22
+ "version": "0.21.0"
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillcap/gdh",
3
- "version": "0.19.6",
3
+ "version": "0.21.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.19.6",
34
+ "@gdh/cli": "0.21.0",
35
35
  "@clack/prompts": "^1.2.0",
36
- "@gdh/adapters": "0.19.6",
37
- "@gdh/authoring": "0.19.6",
38
- "@gdh/core": "0.19.6",
39
- "@gdh/docs": "0.19.6",
40
- "@gdh/mcp": "0.19.6",
41
- "@gdh/observability": "0.19.6",
42
- "@gdh/runtime": "0.19.6",
43
- "@gdh/scan": "0.19.6",
44
- "@gdh/verify": "0.19.6",
36
+ "@gdh/adapters": "0.21.0",
37
+ "@gdh/authoring": "0.21.0",
38
+ "@gdh/core": "0.21.0",
39
+ "@gdh/docs": "0.21.0",
40
+ "@gdh/mcp": "0.21.0",
41
+ "@gdh/observability": "0.21.0",
42
+ "@gdh/runtime": "0.21.0",
43
+ "@gdh/scan": "0.21.0",
44
+ "@gdh/verify": "0.21.0",
45
45
  "picocolors": "^1.1.1"
46
46
  },
47
47
  "bundledDependencies": [