@skillcap/gdh 3.2.2 → 4.0.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.
- package/INSTALL-BUNDLE.json +1 -1
- package/README.md +6 -5
- package/RELEASE-SPAN-UPDATE-CONTRACTS.json +120 -0
- package/node_modules/@gdh/adapters/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/index.js +0 -2
- package/node_modules/@gdh/adapters/dist/index.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/skill-rendering.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/skill-rendering.js +26 -30
- package/node_modules/@gdh/adapters/dist/skill-rendering.js.map +1 -1
- package/node_modules/@gdh/adapters/package.json +7 -7
- package/node_modules/@gdh/authoring/dist/lsp.d.ts.map +1 -1
- package/node_modules/@gdh/authoring/dist/lsp.js +22 -18
- package/node_modules/@gdh/authoring/dist/lsp.js.map +1 -1
- package/node_modules/@gdh/authoring/package.json +2 -2
- package/node_modules/@gdh/cli/dist/bridge-session.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/bridge-session.js +12 -26
- package/node_modules/@gdh/cli/dist/bridge-session.js.map +1 -1
- package/node_modules/@gdh/cli/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/index.js +26 -537
- package/node_modules/@gdh/cli/dist/index.js.map +1 -1
- package/node_modules/@gdh/cli/dist/mcp-cleanup.d.ts +3 -0
- package/node_modules/@gdh/cli/dist/mcp-cleanup.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/mcp-cleanup.js +47 -0
- package/node_modules/@gdh/cli/dist/mcp-cleanup.js.map +1 -1
- package/node_modules/@gdh/cli/dist/migrate.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/migrate.js +25 -0
- package/node_modules/@gdh/cli/dist/migrate.js.map +1 -1
- package/node_modules/@gdh/cli/package.json +11 -11
- package/node_modules/@gdh/core/dist/index.d.ts +10 -4
- package/node_modules/@gdh/core/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/index.js +9 -11
- package/node_modules/@gdh/core/dist/index.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/entries/s3c26_to_s3c27_run_game_knowledge.d.ts +3 -0
- package/node_modules/@gdh/core/dist/migrations/entries/s3c26_to_s3c27_run_game_knowledge.d.ts.map +1 -0
- package/node_modules/@gdh/core/dist/migrations/entries/s3c26_to_s3c27_run_game_knowledge.js +91 -0
- package/node_modules/@gdh/core/dist/migrations/entries/s3c26_to_s3c27_run_game_knowledge.js.map +1 -0
- package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.d.ts +7 -2
- package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.js +9 -3
- package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.d.ts +20 -9
- package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.js +22 -10
- package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/registry.d.ts +1 -1
- package/node_modules/@gdh/core/dist/migrations/registry.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/registry.js +2 -0
- package/node_modules/@gdh/core/dist/migrations/registry.js.map +1 -1
- package/node_modules/@gdh/core/dist/process-termination.d.ts +29 -0
- package/node_modules/@gdh/core/dist/process-termination.d.ts.map +1 -0
- package/node_modules/@gdh/core/dist/process-termination.js +125 -0
- package/node_modules/@gdh/core/dist/process-termination.js.map +1 -0
- package/node_modules/@gdh/core/dist/run-game-knowledge-scaffold.d.ts +16 -0
- package/node_modules/@gdh/core/dist/run-game-knowledge-scaffold.d.ts.map +1 -0
- package/node_modules/@gdh/core/dist/run-game-knowledge-scaffold.js +89 -0
- package/node_modules/@gdh/core/dist/run-game-knowledge-scaffold.js.map +1 -0
- package/node_modules/@gdh/core/package.json +1 -1
- package/node_modules/@gdh/docs/dist/guidance.d.ts.map +1 -1
- package/node_modules/@gdh/docs/dist/guidance.js +29 -0
- package/node_modules/@gdh/docs/dist/guidance.js.map +1 -1
- package/node_modules/@gdh/docs/dist/templates/guidance/runtime.md.tpl +33 -0
- package/node_modules/@gdh/docs/package.json +2 -2
- package/node_modules/@gdh/editor/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/editor/dist/index.js +38 -2
- package/node_modules/@gdh/editor/dist/index.js.map +1 -1
- package/node_modules/@gdh/editor/package.json +2 -2
- package/node_modules/@gdh/mcp/dist/bridge-tools.d.ts +3 -4
- package/node_modules/@gdh/mcp/dist/bridge-tools.d.ts.map +1 -1
- package/node_modules/@gdh/mcp/dist/bridge-tools.js +5 -77
- package/node_modules/@gdh/mcp/dist/bridge-tools.js.map +1 -1
- package/node_modules/@gdh/mcp/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/mcp/dist/index.js +18 -180
- package/node_modules/@gdh/mcp/dist/index.js.map +1 -1
- package/node_modules/@gdh/mcp/package.json +8 -8
- package/node_modules/@gdh/observability/package.json +2 -2
- package/node_modules/@gdh/runtime/dist/bridge-broker-client.d.ts +1 -0
- package/node_modules/@gdh/runtime/dist/bridge-broker-client.d.ts.map +1 -1
- package/node_modules/@gdh/runtime/dist/bridge-broker-client.js +8 -0
- package/node_modules/@gdh/runtime/dist/bridge-broker-client.js.map +1 -1
- package/node_modules/@gdh/runtime/dist/bridge-broker.d.ts +1 -0
- package/node_modules/@gdh/runtime/dist/bridge-broker.d.ts.map +1 -1
- package/node_modules/@gdh/runtime/dist/bridge-broker.js +63 -17
- package/node_modules/@gdh/runtime/dist/bridge-broker.js.map +1 -1
- package/node_modules/@gdh/runtime/dist/index.d.ts +1 -1
- package/node_modules/@gdh/runtime/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/runtime/dist/index.js +63 -17
- package/node_modules/@gdh/runtime/dist/index.js.map +1 -1
- package/node_modules/@gdh/runtime/package.json +2 -2
- package/node_modules/@gdh/scan/dist/onboard.d.ts.map +1 -1
- package/node_modules/@gdh/scan/dist/onboard.js +60 -180
- package/node_modules/@gdh/scan/dist/onboard.js.map +1 -1
- package/node_modules/@gdh/scan/package.json +3 -3
- package/node_modules/@gdh/verify/package.json +6 -6
- package/package.json +12 -12
package/INSTALL-BUNDLE.json
CHANGED
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@skillcap/gdh)
|
|
4
4
|
[](./LICENSE)
|
|
5
5
|
|
|
6
|
-
GDH helps AI coding agents work inside Godot projects without guessing the project shape,
|
|
6
|
+
GDH helps AI coding agents work inside Godot projects without guessing the project shape, authoring checks, runtime guidance, or validation evidence.
|
|
7
7
|
|
|
8
8
|
## Quick Start
|
|
9
9
|
|
|
@@ -26,14 +26,15 @@ GDH writes the project guidance, agent skill surfaces, MCP config, and local sta
|
|
|
26
26
|
- Node.js 24 or newer.
|
|
27
27
|
- A local Godot project, currently focused on Godot 4.4 through 4.6.
|
|
28
28
|
- A supported AI coding agent: Codex or Claude.
|
|
29
|
-
- Optional: `GDH_GODOT_EDITOR_BIN` for Godot import refresh
|
|
30
|
-
- Optional: Docker
|
|
29
|
+
- Optional: `GDH_GODOT_EDITOR_BIN` for Godot import refresh and local editor-backed checks.
|
|
30
|
+
- Optional: Docker when a project-owned run workflow uses containers.
|
|
31
31
|
|
|
32
32
|
## What It Does
|
|
33
33
|
|
|
34
|
-
- Finds Godot project roots and writes `.gdh/project.yaml
|
|
34
|
+
- Finds Godot project roots and writes `.gdh/project.yaml`, `.gdh/runtime-knowledge/run-game.md`, plus `.gdh-state/` derived state.
|
|
35
35
|
- Installs agent commands and skills such as `/gdh-status`, `/gdh-prepare`, `/gdh-run-game`, `/gdh-migrate`, and `/gdh-update`.
|
|
36
|
-
- Exposes MCP tools for project status, authoring checks, docs lookup,
|
|
36
|
+
- Exposes MCP tools for project status, authoring checks, docs lookup, and bounded bridge/editor inspection.
|
|
37
|
+
- Teaches agents to run the game through project-owned commands and keep run knowledge fresh instead of forcing launch behavior into a GDH wrapper.
|
|
37
38
|
- Keeps generated target-project files inside the managed project, not in GDH's own implementation repo.
|
|
38
39
|
|
|
39
40
|
## Common Commands
|
|
@@ -4201,6 +4201,126 @@
|
|
|
4201
4201
|
}
|
|
4202
4202
|
]
|
|
4203
4203
|
}
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"version": "3.2.3",
|
|
4207
|
+
"releaseTag": "v3.2.3",
|
|
4208
|
+
"migrationStatus": "no_op",
|
|
4209
|
+
"summary": "v3.2.3 hardens host-side GDH-owned process cleanup across managed LSP, MCP cleanup, runtime broker/session paths, runtime recipe timeouts, and managed headless editor operations. It introduces no managed target schema, generated surface, agent contract, hook/statusline, or bridge surface version changes.",
|
|
4210
|
+
"releaseHighlights": {
|
|
4211
|
+
"summary": "v3.2.3 is a patch release that hardens GDH-owned process cleanup across MCP, managed Godot LSP, runtime bridge broker, runtime recipe execution, bridge sessions, and managed headless editor operations. GDH now uses a shared termination helper that verifies process liveness, requests graceful shutdown, escalates to `SIGKILL` when needed, and reports when a process may still be alive. This reduces stale Godot or GDH-owned helper processes after failed startup, timeout, prune, stop, or cleanup paths.",
|
|
4212
|
+
"operatorChanges": [
|
|
4213
|
+
"**Managed Godot LSP cleanup is stricter.** GDH-owned LSP processes now go",
|
|
4214
|
+
"**MCP cleanup escalates when ownership is proven.** `gdh mcp cleanup --apply`",
|
|
4215
|
+
"**Runtime broker prune shuts down compatible live brokers.** `gdh bridge",
|
|
4216
|
+
"**Runtime and editor timeouts avoid SIGTERM-only cleanup.** Runtime recipe",
|
|
4217
|
+
"**Lifecycle review findings are documented.** The release includes a detailed"
|
|
4218
|
+
]
|
|
4219
|
+
},
|
|
4220
|
+
"updateContract": {
|
|
4221
|
+
"summary": "Existing managed targets can update to v3.2.3 through the normal GDH update flow. The release changes host-side process cleanup behavior only and does not require managed project migration when the target is otherwise healthy.",
|
|
4222
|
+
"steps": [
|
|
4223
|
+
{
|
|
4224
|
+
"id": "install_v3_2_3",
|
|
4225
|
+
"kind": "mechanical",
|
|
4226
|
+
"summary": "Install the v3.2.3 GDH package.",
|
|
4227
|
+
"detail": "Run the normal GDH update flow so the target uses the package with hardened host-side process cleanup.",
|
|
4228
|
+
"commands": [
|
|
4229
|
+
"gdh self-update --apply"
|
|
4230
|
+
],
|
|
4231
|
+
"validationCommands": [
|
|
4232
|
+
"gdh status"
|
|
4233
|
+
]
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"id": "confirm_no_managed_migration",
|
|
4237
|
+
"kind": "agent_reasoning",
|
|
4238
|
+
"summary": "Confirm the target has no release-specific migration work.",
|
|
4239
|
+
"detail": "This release has no managed surface or project schema version change. If gdh status reports migration work, treat it as pre-existing target drift rather than v3.2.3-specific migration.",
|
|
4240
|
+
"commands": [
|
|
4241
|
+
"gdh status"
|
|
4242
|
+
],
|
|
4243
|
+
"validationCommands": [
|
|
4244
|
+
"gdh status",
|
|
4245
|
+
"gdh verify drift <target>"
|
|
4246
|
+
]
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"id": "use_bounded_cleanup_commands",
|
|
4250
|
+
"kind": "manual_review",
|
|
4251
|
+
"summary": "Use GDH cleanup commands before manually killing processes.",
|
|
4252
|
+
"detail": "When stale GDH-owned processes are suspected, prefer gdh lsp doctor/prune/stop, gdh mcp cleanup --target <target> --apply, and gdh bridge session doctor/prune <target>. GDH still avoids killing unrelated editor, Godot, or user processes.",
|
|
4253
|
+
"commands": [
|
|
4254
|
+
"gdh lsp doctor",
|
|
4255
|
+
"gdh lsp prune",
|
|
4256
|
+
"gdh mcp cleanup --target <target> --apply",
|
|
4257
|
+
"gdh bridge session doctor <target>",
|
|
4258
|
+
"gdh bridge session prune <target>"
|
|
4259
|
+
],
|
|
4260
|
+
"validationCommands": [
|
|
4261
|
+
"gdh lsp status",
|
|
4262
|
+
"gdh bridge session doctor <target>",
|
|
4263
|
+
"gdh status"
|
|
4264
|
+
]
|
|
4265
|
+
}
|
|
4266
|
+
]
|
|
4267
|
+
}
|
|
4268
|
+
},
|
|
4269
|
+
{
|
|
4270
|
+
"version": "4.0.0",
|
|
4271
|
+
"releaseTag": "v4.0.0",
|
|
4272
|
+
"migrationStatus": "required",
|
|
4273
|
+
"summary": "v4.0.0 retires GDH-owned run configurations as the agent-facing launch workflow and re-bakes managed skills plus generated runtime guidance. Existing targets need migration so agents receive the new run-game guidance and a project-owned .gdh/runtime-knowledge/run-game.md scaffold when missing.",
|
|
4274
|
+
"releaseHighlights": {
|
|
4275
|
+
"summary": "v4.0.0 retires GDH-owned run configurations as the agent-facing way to launch Godot projects. Agents now use project-owned run-game knowledge, generated runtime guidance, and the project's real launch commands.",
|
|
4276
|
+
"operatorChanges": [
|
|
4277
|
+
"**Run configs are no longer the launch workflow.** Agents should use the",
|
|
4278
|
+
"**Runtime guidance is generated.** Onboarded targets receive",
|
|
4279
|
+
"**Existing targets get a run-game runbook.** Migration creates",
|
|
4280
|
+
"**Runtime bridge usage stays flexible.** Agents activate the bridge through"
|
|
4281
|
+
]
|
|
4282
|
+
},
|
|
4283
|
+
"updateContract": {
|
|
4284
|
+
"summary": "Existing managed targets can update to v4.0.0 through the normal GDH update flow. Migration refreshes managed agent/guidance surfaces and creates run-game knowledge when absent.",
|
|
4285
|
+
"steps": [
|
|
4286
|
+
{
|
|
4287
|
+
"id": "install_v4_0_0",
|
|
4288
|
+
"kind": "mechanical",
|
|
4289
|
+
"summary": "Install the v4.0.0 GDH package.",
|
|
4290
|
+
"detail": "Run the normal GDH update flow so the target uses the package with retired run-config guidance.",
|
|
4291
|
+
"commands": [
|
|
4292
|
+
"gdh self-update --apply"
|
|
4293
|
+
],
|
|
4294
|
+
"validationCommands": [
|
|
4295
|
+
"gdh status"
|
|
4296
|
+
]
|
|
4297
|
+
},
|
|
4298
|
+
{
|
|
4299
|
+
"id": "rebake_runtime_guidance",
|
|
4300
|
+
"kind": "mechanical",
|
|
4301
|
+
"summary": "Re-bake managed skills and generated guidance.",
|
|
4302
|
+
"detail": "Migration refreshes the managed gdh-run-game skill, .gdh/guidance/README.md, and .gdh/guidance/runtime.md.",
|
|
4303
|
+
"commands": [
|
|
4304
|
+
"gdh migrate --apply"
|
|
4305
|
+
],
|
|
4306
|
+
"validationCommands": [
|
|
4307
|
+
"gdh status"
|
|
4308
|
+
]
|
|
4309
|
+
},
|
|
4310
|
+
{
|
|
4311
|
+
"id": "seed_run_game_knowledge",
|
|
4312
|
+
"kind": "agent_reasoning",
|
|
4313
|
+
"summary": "Confirm run-game knowledge exists and is source-backed.",
|
|
4314
|
+
"detail": "If .gdh/runtime-knowledge/run-game.md was newly scaffolded, treat it as draft until an agent proves the real project launch command.",
|
|
4315
|
+
"commands": [
|
|
4316
|
+
"gdh status"
|
|
4317
|
+
],
|
|
4318
|
+
"validationCommands": [
|
|
4319
|
+
"test -f .gdh/runtime-knowledge/run-game.md"
|
|
4320
|
+
]
|
|
4321
|
+
}
|
|
4322
|
+
]
|
|
4323
|
+
}
|
|
4204
4324
|
}
|
|
4205
4325
|
]
|
|
4206
4326
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAgBA,OAAO,EAcL,KAAK,6BAA6B,EAClC,KAAK,4BAA4B,EAIjC,KAAK,sCAAsC,EAE3C,KAAK,gCAAgC,EAKrC,KAAK,eAAe,EACpB,KAAK,iBAAiB,EAIvB,MAAM,WAAW,CAAC;AA2CnB,OAAO,EAEL,KAAK,sBAAsB,EAC5B,MAAM,gCAAgC,CAAC;AAkDxC,OAAO,EACL,kCAAkC,EAClC,gCAAgC,EAChC,oCAAoC,EACpC,kCAAkC,EAClC,oCAAoC,EACpC,kCAAkC,EAClC,oCAAoC,EACpC,kCAAkC,EAClC,qCAAqC,EACrC,mCAAmC,EACnC,yBAAyB,EACzB,mCAAmC,EACnC,iCAAiC,EACjC,mCAAmC,EACnC,iCAAiC,EACjC,+BAA+B,EAC/B,iCAAiC,EACjC,iCAAiC,EACjC,iCAAiC,EACjC,kCAAkC,EAClC,kCAAkC,EAClC,gCAAgC,EAChC,gCAAgC,EAChC,mBAAmB,EACnB,8BAA8B,EAC9B,yBAAyB,EACzB,gBAAgB,GACjB,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EACL,8BAA8B,EAC9B,qBAAqB,EACrB,aAAa,EACb,wBAAwB,EACxB,wBAAwB,EACxB,wBAAwB,EACxB,wBAAwB,EACxB,uBAAuB,EACvB,uBAAuB,EACvB,uBAAuB,EACvB,uBAAuB,EACvB,uBAAuB,EACvB,uBAAuB,EACvB,sBAAsB,EACtB,sBAAsB,EACtB,cAAc,EACd,wBAAwB,GACzB,MAAM,sBAAsB,CAAC;AAe9B,eAAO,MAAM,eAAe,wCAa1B,CAAC;AASH,wBAAsB,+BAA+B,CACnD,UAAU,EAAE,MAAM,EAClB,OAAO,GAAE;IACP,QAAQ,CAAC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IACpC,QAAQ,CAAC,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACzC,GACL,OAAO,CAAC,4BAA4B,CAAC,CAsBvC;AAED,wBAAsB,6BAA6B,CACjD,UAAU,EAAE,MAAM,EAClB,OAAO,GAAE;IACP,QAAQ,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC;IAC1B,QAAQ,CAAC,MAAM,CAAC,EAAE,SAAS,iBAAiB,EAAE,CAAC;IAC/C,QAAQ,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,QAAQ,CAAC,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7C,QAAQ,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC;CAC9B,GACL,OAAO,CAAC,6BAA6B,CAAC,CA8ExC;AAED,wBAAsB,oCAAoC,CACxD,UAAU,EAAE,MAAM,GACjB,OAAO,CAAC,sCAAsC,CAAC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -191,8 +191,6 @@ export async function inspectProjectLifecycleCompatibility(targetPath) {
|
|
|
191
191
|
});
|
|
192
192
|
return summarizeProjectLifecycleCompatibility(resolvedTargetPath, [
|
|
193
193
|
await inspectProjectConfigLifecycleSurface(resolvedTargetPath),
|
|
194
|
-
await inspectRunConfigurationLifecycleSurface(resolvedTargetPath),
|
|
195
|
-
await inspectVerificationScenarioLifecycleSurface(resolvedTargetPath),
|
|
196
194
|
await inspectRulesLifecycleSurface(resolvedTargetPath, projectConfig),
|
|
197
195
|
inspectAgentContractLifecycleSurface(resolvedTargetPath, guidanceStatus),
|
|
198
196
|
await inspectGuidanceIndexLifecycleSurface(guidanceStatus.guidanceRootPath, resolvedTargetPath),
|