@skillcap/gdh 3.2.3 → 4.1.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 (86) hide show
  1. package/INSTALL-BUNDLE.json +1 -1
  2. package/README.md +6 -5
  3. package/RELEASE-SPAN-UPDATE-CONTRACTS.json +125 -0
  4. package/node_modules/@gdh/adapters/dist/index.d.ts.map +1 -1
  5. package/node_modules/@gdh/adapters/dist/index.js +0 -2
  6. package/node_modules/@gdh/adapters/dist/index.js.map +1 -1
  7. package/node_modules/@gdh/adapters/dist/skill-rendering.d.ts.map +1 -1
  8. package/node_modules/@gdh/adapters/dist/skill-rendering.js +26 -30
  9. package/node_modules/@gdh/adapters/dist/skill-rendering.js.map +1 -1
  10. package/node_modules/@gdh/adapters/package.json +7 -7
  11. package/node_modules/@gdh/authoring/dist/lsp.d.ts +12 -0
  12. package/node_modules/@gdh/authoring/dist/lsp.d.ts.map +1 -1
  13. package/node_modules/@gdh/authoring/dist/lsp.js +128 -3
  14. package/node_modules/@gdh/authoring/dist/lsp.js.map +1 -1
  15. package/node_modules/@gdh/authoring/package.json +2 -2
  16. package/node_modules/@gdh/cli/dist/bridge-session.d.ts.map +1 -1
  17. package/node_modules/@gdh/cli/dist/bridge-session.js +11 -25
  18. package/node_modules/@gdh/cli/dist/bridge-session.js.map +1 -1
  19. package/node_modules/@gdh/cli/dist/index.d.ts.map +1 -1
  20. package/node_modules/@gdh/cli/dist/index.js +26 -537
  21. package/node_modules/@gdh/cli/dist/index.js.map +1 -1
  22. package/node_modules/@gdh/cli/dist/migrate.d.ts.map +1 -1
  23. package/node_modules/@gdh/cli/dist/migrate.js +25 -0
  24. package/node_modules/@gdh/cli/dist/migrate.js.map +1 -1
  25. package/node_modules/@gdh/cli/package.json +11 -11
  26. package/node_modules/@gdh/core/dist/editor-operation-runner.d.ts.map +1 -1
  27. package/node_modules/@gdh/core/dist/editor-operation-runner.js +530 -1
  28. package/node_modules/@gdh/core/dist/editor-operation-runner.js.map +1 -1
  29. package/node_modules/@gdh/core/dist/index.d.ts +14 -10
  30. package/node_modules/@gdh/core/dist/index.d.ts.map +1 -1
  31. package/node_modules/@gdh/core/dist/index.js +16 -14
  32. package/node_modules/@gdh/core/dist/index.js.map +1 -1
  33. package/node_modules/@gdh/core/dist/migrations/entries/s3c26_to_s3c27_run_game_knowledge.d.ts +3 -0
  34. package/node_modules/@gdh/core/dist/migrations/entries/s3c26_to_s3c27_run_game_knowledge.d.ts.map +1 -0
  35. package/node_modules/@gdh/core/dist/migrations/entries/s3c26_to_s3c27_run_game_knowledge.js +91 -0
  36. package/node_modules/@gdh/core/dist/migrations/entries/s3c26_to_s3c27_run_game_knowledge.js.map +1 -0
  37. package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.d.ts +7 -2
  38. package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.d.ts.map +1 -1
  39. package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.js +9 -3
  40. package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.js.map +1 -1
  41. package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.d.ts +20 -9
  42. package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.d.ts.map +1 -1
  43. package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.js +22 -10
  44. package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.js.map +1 -1
  45. package/node_modules/@gdh/core/dist/migrations/registry.d.ts +1 -1
  46. package/node_modules/@gdh/core/dist/migrations/registry.d.ts.map +1 -1
  47. package/node_modules/@gdh/core/dist/migrations/registry.js +2 -0
  48. package/node_modules/@gdh/core/dist/migrations/registry.js.map +1 -1
  49. package/node_modules/@gdh/core/dist/run-game-knowledge-scaffold.d.ts +16 -0
  50. package/node_modules/@gdh/core/dist/run-game-knowledge-scaffold.d.ts.map +1 -0
  51. package/node_modules/@gdh/core/dist/run-game-knowledge-scaffold.js +89 -0
  52. package/node_modules/@gdh/core/dist/run-game-knowledge-scaffold.js.map +1 -0
  53. package/node_modules/@gdh/core/package.json +1 -1
  54. package/node_modules/@gdh/docs/dist/guidance.d.ts.map +1 -1
  55. package/node_modules/@gdh/docs/dist/guidance.js +29 -0
  56. package/node_modules/@gdh/docs/dist/guidance.js.map +1 -1
  57. package/node_modules/@gdh/docs/dist/templates/guidance/editor-bridge.md.tpl +4 -1
  58. package/node_modules/@gdh/docs/dist/templates/guidance/runtime.md.tpl +33 -0
  59. package/node_modules/@gdh/docs/package.json +2 -2
  60. package/node_modules/@gdh/editor/dist/index.d.ts +101 -0
  61. package/node_modules/@gdh/editor/dist/index.d.ts.map +1 -1
  62. package/node_modules/@gdh/editor/dist/index.js +166 -5
  63. package/node_modules/@gdh/editor/dist/index.js.map +1 -1
  64. package/node_modules/@gdh/editor/package.json +2 -2
  65. package/node_modules/@gdh/mcp/dist/bridge-tools.d.ts +3 -4
  66. package/node_modules/@gdh/mcp/dist/bridge-tools.d.ts.map +1 -1
  67. package/node_modules/@gdh/mcp/dist/bridge-tools.js +5 -77
  68. package/node_modules/@gdh/mcp/dist/bridge-tools.js.map +1 -1
  69. package/node_modules/@gdh/mcp/dist/index.d.ts.map +1 -1
  70. package/node_modules/@gdh/mcp/dist/index.js +832 -249
  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/package.json +2 -2
  74. package/node_modules/@gdh/runtime/dist/bridge-broker.d.ts +9 -1
  75. package/node_modules/@gdh/runtime/dist/bridge-broker.d.ts.map +1 -1
  76. package/node_modules/@gdh/runtime/dist/bridge-broker.js +267 -52
  77. package/node_modules/@gdh/runtime/dist/bridge-broker.js.map +1 -1
  78. package/node_modules/@gdh/runtime/dist/bridge-surface.js +11 -3
  79. package/node_modules/@gdh/runtime/dist/bridge-surface.js.map +1 -1
  80. package/node_modules/@gdh/runtime/package.json +2 -2
  81. package/node_modules/@gdh/scan/dist/onboard.d.ts.map +1 -1
  82. package/node_modules/@gdh/scan/dist/onboard.js +60 -180
  83. package/node_modules/@gdh/scan/dist/onboard.js.map +1 -1
  84. package/node_modules/@gdh/scan/package.json +3 -3
  85. package/node_modules/@gdh/verify/package.json +6 -6
  86. package/package.json +12 -12
@@ -11,12 +11,12 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/authoring": "3.2.3",
15
- "@gdh/core": "3.2.3",
16
- "@gdh/observability": "3.2.3",
17
- "@gdh/runtime": "3.2.3",
18
- "@gdh/scan": "3.2.3",
14
+ "@gdh/authoring": "4.1.0",
15
+ "@gdh/core": "4.1.0",
16
+ "@gdh/observability": "4.1.0",
17
+ "@gdh/runtime": "4.1.0",
18
+ "@gdh/scan": "4.1.0",
19
19
  "yaml": "^2.8.3"
20
20
  },
21
- "version": "3.2.3"
21
+ "version": "4.1.0"
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillcap/gdh",
3
- "version": "3.2.3",
3
+ "version": "4.1.0",
4
4
  "description": "Godot-specific authoring and validation harness for agentic development.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -31,18 +31,18 @@
31
31
  "releaseStage": "broader_internal_release"
32
32
  },
33
33
  "dependencies": {
34
- "@gdh/cli": "3.2.3",
34
+ "@gdh/cli": "4.1.0",
35
35
  "@clack/prompts": "^1.2.0",
36
- "@gdh/adapters": "3.2.3",
37
- "@gdh/authoring": "3.2.3",
38
- "@gdh/core": "3.2.3",
39
- "@gdh/docs": "3.2.3",
40
- "@gdh/editor": "3.2.3",
41
- "@gdh/mcp": "3.2.3",
42
- "@gdh/observability": "3.2.3",
43
- "@gdh/runtime": "3.2.3",
44
- "@gdh/scan": "3.2.3",
45
- "@gdh/verify": "3.2.3",
36
+ "@gdh/adapters": "4.1.0",
37
+ "@gdh/authoring": "4.1.0",
38
+ "@gdh/core": "4.1.0",
39
+ "@gdh/docs": "4.1.0",
40
+ "@gdh/editor": "4.1.0",
41
+ "@gdh/mcp": "4.1.0",
42
+ "@gdh/observability": "4.1.0",
43
+ "@gdh/runtime": "4.1.0",
44
+ "@gdh/scan": "4.1.0",
45
+ "@gdh/verify": "4.1.0",
46
46
  "picocolors": "^1.1.1"
47
47
  },
48
48
  "bundledDependencies": [