@skillcap/gdh 0.24.0 → 0.25.1

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 (98) hide show
  1. package/INSTALL-BUNDLE.json +1 -1
  2. package/RELEASE-SPAN-UPDATE-CONTRACTS.json +101 -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 +7 -130
  5. package/node_modules/@gdh/adapters/dist/authoring-hook-render.js.map +1 -1
  6. package/node_modules/@gdh/adapters/dist/claude-statusline-render.d.ts.map +1 -1
  7. package/node_modules/@gdh/adapters/dist/claude-statusline-render.js +4 -27
  8. package/node_modules/@gdh/adapters/dist/claude-statusline-render.js.map +1 -1
  9. package/node_modules/@gdh/adapters/dist/claude-update-hook-render.d.ts.map +1 -1
  10. package/node_modules/@gdh/adapters/dist/claude-update-hook-render.js +5 -39
  11. package/node_modules/@gdh/adapters/dist/claude-update-hook-render.js.map +1 -1
  12. package/node_modules/@gdh/adapters/dist/claude-update-worker-render.d.ts.map +1 -1
  13. package/node_modules/@gdh/adapters/dist/claude-update-worker-render.js +5 -67
  14. package/node_modules/@gdh/adapters/dist/claude-update-worker-render.js.map +1 -1
  15. package/node_modules/@gdh/adapters/dist/durable-backup.d.ts +2 -0
  16. package/node_modules/@gdh/adapters/dist/durable-backup.d.ts.map +1 -1
  17. package/node_modules/@gdh/adapters/dist/durable-backup.js +52 -16
  18. package/node_modules/@gdh/adapters/dist/durable-backup.js.map +1 -1
  19. package/node_modules/@gdh/adapters/dist/index.d.ts +1 -2
  20. package/node_modules/@gdh/adapters/dist/index.d.ts.map +1 -1
  21. package/node_modules/@gdh/adapters/dist/index.js +55 -41
  22. package/node_modules/@gdh/adapters/dist/index.js.map +1 -1
  23. package/node_modules/@gdh/adapters/dist/self-update-mechanics.d.ts.map +1 -1
  24. package/node_modules/@gdh/adapters/dist/self-update-mechanics.js +15 -0
  25. package/node_modules/@gdh/adapters/dist/self-update-mechanics.js.map +1 -1
  26. package/node_modules/@gdh/adapters/dist/skill-rendering.d.ts +2 -5
  27. package/node_modules/@gdh/adapters/dist/skill-rendering.d.ts.map +1 -1
  28. package/node_modules/@gdh/adapters/dist/skill-rendering.js +17 -59
  29. package/node_modules/@gdh/adapters/dist/skill-rendering.js.map +1 -1
  30. package/node_modules/@gdh/adapters/dist/template-assets.d.ts +2 -0
  31. package/node_modules/@gdh/adapters/dist/template-assets.d.ts.map +1 -0
  32. package/node_modules/@gdh/adapters/dist/template-assets.js +26 -0
  33. package/node_modules/@gdh/adapters/dist/template-assets.js.map +1 -0
  34. package/node_modules/@gdh/adapters/dist/templates/authoring-hook.js.tpl +128 -0
  35. package/node_modules/@gdh/adapters/dist/templates/claude-check-update-hook.js.tpl +37 -0
  36. package/node_modules/@gdh/adapters/dist/templates/claude-check-update-worker.js.tpl +65 -0
  37. package/node_modules/@gdh/adapters/dist/templates/claude-statusline.js.tpl +25 -0
  38. package/node_modules/@gdh/adapters/package.json +8 -8
  39. package/node_modules/@gdh/authoring/package.json +2 -2
  40. package/node_modules/@gdh/cli/dist/index.d.ts.map +1 -1
  41. package/node_modules/@gdh/cli/dist/index.js +5 -4
  42. package/node_modules/@gdh/cli/dist/index.js.map +1 -1
  43. package/node_modules/@gdh/cli/dist/migrate.d.ts.map +1 -1
  44. package/node_modules/@gdh/cli/dist/migrate.js +65 -2
  45. package/node_modules/@gdh/cli/dist/migrate.js.map +1 -1
  46. package/node_modules/@gdh/cli/dist/setup.d.ts +4 -0
  47. package/node_modules/@gdh/cli/dist/setup.d.ts.map +1 -1
  48. package/node_modules/@gdh/cli/dist/setup.js +8 -67
  49. package/node_modules/@gdh/cli/dist/setup.js.map +1 -1
  50. package/node_modules/@gdh/cli/package.json +10 -10
  51. package/node_modules/@gdh/core/dist/index.d.ts +6 -4
  52. package/node_modules/@gdh/core/dist/index.d.ts.map +1 -1
  53. package/node_modules/@gdh/core/dist/index.js +5 -4
  54. package/node_modules/@gdh/core/dist/index.js.map +1 -1
  55. package/node_modules/@gdh/core/dist/migrations/entries/s3c8_to_s3c9_register_runtime_bridge_autoload.d.ts.map +1 -1
  56. package/node_modules/@gdh/core/dist/migrations/entries/s3c8_to_s3c9_register_runtime_bridge_autoload.js +52 -7
  57. package/node_modules/@gdh/core/dist/migrations/entries/s3c8_to_s3c9_register_runtime_bridge_autoload.js.map +1 -1
  58. package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.d.ts +14 -14
  59. package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.js +15 -15
  60. package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.js.map +1 -1
  61. package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.d.ts +294 -0
  62. package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.d.ts.map +1 -0
  63. package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.js +365 -0
  64. package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.js.map +1 -0
  65. package/node_modules/@gdh/core/package.json +1 -1
  66. package/node_modules/@gdh/docs/dist/agent-contract.d.ts +2 -1
  67. package/node_modules/@gdh/docs/dist/agent-contract.d.ts.map +1 -1
  68. package/node_modules/@gdh/docs/dist/agent-contract.js +3 -2
  69. package/node_modules/@gdh/docs/dist/agent-contract.js.map +1 -1
  70. package/node_modules/@gdh/docs/dist/guidance.d.ts +2 -0
  71. package/node_modules/@gdh/docs/dist/guidance.d.ts.map +1 -1
  72. package/node_modules/@gdh/docs/dist/guidance.js +26 -254
  73. package/node_modules/@gdh/docs/dist/guidance.js.map +1 -1
  74. package/node_modules/@gdh/docs/dist/index.d.ts +1 -1
  75. package/node_modules/@gdh/docs/dist/index.d.ts.map +1 -1
  76. package/node_modules/@gdh/docs/dist/index.js +1 -1
  77. package/node_modules/@gdh/docs/dist/index.js.map +1 -1
  78. package/node_modules/@gdh/docs/dist/query.d.ts.map +1 -1
  79. package/node_modules/@gdh/docs/dist/query.js +4 -5
  80. package/node_modules/@gdh/docs/dist/query.js.map +1 -1
  81. package/node_modules/@gdh/docs/dist/recovery-hints.js +1 -1
  82. package/node_modules/@gdh/docs/dist/recovery-hints.js.map +1 -1
  83. package/node_modules/@gdh/docs/dist/template-assets.d.ts +2 -0
  84. package/node_modules/@gdh/docs/dist/template-assets.d.ts.map +1 -0
  85. package/node_modules/@gdh/docs/dist/template-assets.js +26 -0
  86. package/node_modules/@gdh/docs/dist/template-assets.js.map +1 -0
  87. package/node_modules/@gdh/docs/dist/templates/guidance/authoring-and-validation.md.tpl +111 -0
  88. package/node_modules/@gdh/docs/dist/templates/guidance/gdh-glossary.md.tpl +34 -0
  89. package/node_modules/@gdh/docs/dist/templates/guidance/persistence-semantics.md.tpl +24 -0
  90. package/node_modules/@gdh/docs/dist/templates/guidance/project-migration.md.tpl +19 -0
  91. package/node_modules/@gdh/docs/dist/templates/guidance/project-surfaces.md.tpl +14 -0
  92. package/node_modules/@gdh/docs/package.json +2 -2
  93. package/node_modules/@gdh/mcp/package.json +8 -8
  94. package/node_modules/@gdh/observability/package.json +2 -2
  95. package/node_modules/@gdh/runtime/package.json +2 -2
  96. package/node_modules/@gdh/scan/package.json +3 -3
  97. package/node_modules/@gdh/verify/package.json +7 -7
  98. package/package.json +11 -11
@@ -0,0 +1,25 @@
1
+ #!/usr/bin/env node
2
+ // gdh-hook-version: {{hookVersion}}
3
+ // Claude statusline: emits an upgrade hint when ~/.cache/gdh/update-check.json reports stale.
4
+ // Cache written by .claude/hooks/gdh-check-update-worker.js on SessionStart (UPD-01).
5
+ // Silent offline degrade per D-06 — missing/corrupt cache writes the empty string.
6
+
7
+ const fs = require('fs');
8
+ const path = require('path');
9
+ const os = require('os');
10
+
11
+ const homeDir = os.homedir();
12
+ const cacheFile = path.join(homeDir, '.cache', 'gdh', 'update-check.json');
13
+
14
+ let gdhUpdate = '';
15
+ if (fs.existsSync(cacheFile)) {
16
+ try {
17
+ const cache = JSON.parse(fs.readFileSync(cacheFile, 'utf8'));
18
+ if (cache && cache.updateAvailable) {
19
+ gdhUpdate = '\x1b[33m⬆ /gdh-update\x1b[0m │ ';
20
+ }
21
+ } catch (e) {}
22
+ }
23
+
24
+ process.stdout.write(gdhUpdate);
25
+
@@ -11,13 +11,13 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/authoring": "0.24.0",
15
- "@gdh/core": "0.24.0",
16
- "@gdh/docs": "0.24.0",
17
- "@gdh/observability": "0.24.0",
18
- "@gdh/runtime": "0.24.0",
19
- "@gdh/scan": "0.24.0",
20
- "@gdh/verify": "0.24.0"
14
+ "@gdh/authoring": "0.25.1",
15
+ "@gdh/core": "0.25.1",
16
+ "@gdh/docs": "0.25.1",
17
+ "@gdh/observability": "0.25.1",
18
+ "@gdh/runtime": "0.25.1",
19
+ "@gdh/scan": "0.25.1",
20
+ "@gdh/verify": "0.25.1"
21
21
  },
22
- "version": "0.24.0"
22
+ "version": "0.25.1"
23
23
  }
@@ -14,7 +14,7 @@
14
14
  "test": "vitest run"
15
15
  },
16
16
  "dependencies": {
17
- "@gdh/core": "0.24.0"
17
+ "@gdh/core": "0.25.1"
18
18
  },
19
- "version": "0.24.0"
19
+ "version": "0.25.1"
20
20
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAwFA,OAAO,EAIL,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AA0C5B;;;;;;GAMG;AACH,wBAAsB,oBAAoB,CACxC,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,EAAE,EAAE,KAAK,GACR,OAAO,CAAC,MAAM,CAAC,CAEjB;AAWD,eAAO,MAAM,UAAU,wCAerB,CAAC;AAEH,MAAM,WAAW,KAAK;IACpB,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;IACnD,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;CACpD;AAED,wBAAsB,MAAM,CAC1B,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,EAAE,GAAE,KAA0D,GAC7D,OAAO,CAAC,MAAM,CAAC,CAoIjB;AA+CD,wBAAgB,eAAe,CAC7B,EAAE,EAAE,KAAK,EACT,KAAK,EAAE,OAAO,EACd,OAAO,GAAE;IAAE,QAAQ,CAAC,mBAAmB,CAAC,EAAE,OAAO,CAAA;CAAO,GACvD,IAAI,CAGN;AA2oED,wBAAsB,mBAAmB,CACvC,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,EAAE,EAAE,KAAK,GACR,OAAO,CAAC,MAAM,CAAC,CAoCjB;AAg5FD,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAErD;AAyDD,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,SAAS,MAAM,EAAE,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAchG;AAED,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,OAAO,EAAE;IACP,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,iBAAiB,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAC/C,QAAQ,CAAC,cAAc,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;CAC7C,GACA,MAAM,GAAG,IAAI,CAYf;AAED;;;;;;GAMG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,OAAO,EAAE;IACP,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CACtC,GACA;IACD,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B,CA2CA;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,iCAAiC,CAC/C,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,OAAO,EAAE;IACP,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,2BAA2B,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CAC5D,GACA;IACD,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B,CAeA;AAuBD,wBAAsB,kBAAkB,CACtC,UAAU,EAAE,MAAM,EAClB,KAAK,EAAE,UAAU,CAAC,OAAO,2BAA2B,CAAC,CAAC,CAAC,CAAC,GAAG;IACzD,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CACtC,GACA,OAAO,CAAC,IAAI,CAAC,CAoBf;AAiED,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,iBAAiB,EAAE,WAAW,CAAC,MAAM,CAAC,GACrC,SAAS,MAAM,EAAE,CAuBnB"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAqFA,OAAO,EAIL,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AA0C5B;;;;;;GAMG;AACH,wBAAsB,oBAAoB,CACxC,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,EAAE,EAAE,KAAK,GACR,OAAO,CAAC,MAAM,CAAC,CAEjB;AAWD,eAAO,MAAM,UAAU,wCAerB,CAAC;AAEH,MAAM,WAAW,KAAK;IACpB,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;IACnD,QAAQ,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC;CACpD;AAED,wBAAsB,MAAM,CAC1B,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,EAAE,GAAE,KAA0D,GAC7D,OAAO,CAAC,MAAM,CAAC,CAoIjB;AA+CD,wBAAgB,eAAe,CAC7B,EAAE,EAAE,KAAK,EACT,KAAK,EAAE,OAAO,EACd,OAAO,GAAE;IAAE,QAAQ,CAAC,mBAAmB,CAAC,EAAE,OAAO,CAAA;CAAO,GACvD,IAAI,CAGN;AA2oED,wBAAsB,mBAAmB,CACvC,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,EAAE,EAAE,KAAK,GACR,OAAO,CAAC,MAAM,CAAC,CAoCjB;AAi5FD,wBAAgB,cAAc,CAAC,KAAK,EAAE,OAAO,GAAG,MAAM,CAErD;AAyDD,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,SAAS,MAAM,EAAE,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAchG;AAED,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,OAAO,EAAE;IACP,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,iBAAiB,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;IAC/C,QAAQ,CAAC,cAAc,CAAC,EAAE,SAAS,MAAM,EAAE,CAAC;CAC7C,GACA,MAAM,GAAG,IAAI,CAYf;AAED;;;;;;GAMG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,OAAO,EAAE;IACP,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC;CACtC,GACA;IACD,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B,CA2CA;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,iCAAiC,CAC/C,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,OAAO,EAAE;IACP,QAAQ,CAAC,KAAK,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,2BAA2B,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;CAC5D,GACA;IACD,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B,CAeA;AAuBD,wBAAsB,kBAAkB,CACtC,UAAU,EAAE,MAAM,EAClB,KAAK,EAAE,UAAU,CAAC,OAAO,2BAA2B,CAAC,CAAC,CAAC,CAAC,GAAG;IACzD,QAAQ,CAAC,kBAAkB,CAAC,EAAE,MAAM,CAAC;CACtC,GACA,OAAO,CAAC,IAAI,CAAC,CAoBf;AAiED,wBAAgB,qBAAqB,CACnC,IAAI,EAAE,SAAS,MAAM,EAAE,EACvB,iBAAiB,EAAE,WAAW,CAAC,MAAM,CAAC,GACrC,SAAS,MAAM,EAAE,CAuBnB"}
@@ -4,7 +4,7 @@ import fs from "node:fs/promises";
4
4
  import os from "node:os";
5
5
  import path from "node:path";
6
6
  import { fileURLToPath } from "node:url";
7
- import { buildGdhStatusResult, CLAUDE_CHECK_SKILL_RELATIVE_PATH, CLAUDE_CHECK_UPDATE_HOOK_RELATIVE_PATH, CLAUDE_MIGRATE_SKILL_RELATIVE_PATH, CLAUDE_ONBOARD_SKILL_RELATIVE_PATH, CLAUDE_PREPARE_SKILL_RELATIVE_PATH, CLAUDE_SCAN_SKILL_RELATIVE_PATH, CLAUDE_STATUS_SKILL_RELATIVE_PATH, CODEX_CHECK_SKILL_RELATIVE_PATH, CODEX_MIGRATE_SKILL_RELATIVE_PATH, CODEX_ONBOARD_SKILL_RELATIVE_PATH, CODEX_PREPARE_SKILL_RELATIVE_PATH, CODEX_SCAN_SKILL_RELATIVE_PATH, CODEX_STATUS_SKILL_RELATIVE_PATH, CURSOR_CHECK_SKILL_RELATIVE_PATH, CURSOR_MIGRATE_SKILL_RELATIVE_PATH, CURSOR_ONBOARD_SKILL_RELATIVE_PATH, CURSOR_PREPARE_SKILL_RELATIVE_PATH, CURSOR_SCAN_SKILL_RELATIVE_PATH, CURSOR_STATUS_SKILL_RELATIVE_PATH, createGsdSnapshot, getSupportedAgentAdaptersStatus, installSupportedAgentAdapters, } from "@gdh/adapters";
7
+ import { buildGdhStatusResult, CLAUDE_CHECK_UPDATE_HOOK_RELATIVE_PATH, CLAUDE_MIGRATE_SKILL_RELATIVE_PATH, CLAUDE_ONBOARD_SKILL_RELATIVE_PATH, CLAUDE_PREPARE_SKILL_RELATIVE_PATH, CLAUDE_SCAN_SKILL_RELATIVE_PATH, CLAUDE_STATUS_SKILL_RELATIVE_PATH, CODEX_MIGRATE_SKILL_RELATIVE_PATH, CODEX_ONBOARD_SKILL_RELATIVE_PATH, CODEX_PREPARE_SKILL_RELATIVE_PATH, CODEX_SCAN_SKILL_RELATIVE_PATH, CODEX_STATUS_SKILL_RELATIVE_PATH, CURSOR_MIGRATE_SKILL_RELATIVE_PATH, CURSOR_ONBOARD_SKILL_RELATIVE_PATH, CURSOR_PREPARE_SKILL_RELATIVE_PATH, CURSOR_SCAN_SKILL_RELATIVE_PATH, CURSOR_STATUS_SKILL_RELATIVE_PATH, createGsdSnapshot, getSupportedAgentAdaptersStatus, installSupportedAgentAdapters, } from "@gdh/adapters";
8
8
  import { checkManagedLsp, doctorAuthoringDiagnostics, doctorManagedLsp, getAuthoringDiagnosticsStatus, getCurrentAuthoringDiagnostics, getManagedLspStatus, hasCompleteOnboardingSurface, inspectCacheState, pruneCacheState, pruneAuthoringDiagnostics, pruneManagedLsp, readProjectConfig, readWorktreeState, refreshAuthoringDiagnostics, resolveAuthoringStatus, resolveEffectiveTargetPath, resolvePinnedVersion, resolveProjectRoot, resolveTargetGodotDocsVersion, restartManagedLsp, runAuthoringCheck, runImportRefresh, runTargetPrepare, runWarmup, stopManagedLsp, } from "@gdh/authoring";
9
9
  import { definePackageBoundary, GDH_AUTHORING_DOGFOOD_VERSION, GDH_AUTHORING_SLICE_REPORT_VERSION, GDH_PRODUCT_NAME, resolveCurrentGdhInstall, resolveGdhProductMetadata, } from "@gdh/core";
10
10
  import { fetchOfficialGodotDoc, getGuidanceStatus, resolveGuidanceQuery, searchOfficialGodotDocs, } from "@gdh/docs";
@@ -3231,21 +3231,22 @@ const VERIFY_DRIFT_SCANNED_FILES = [
3231
3231
  { relativePath: CODEX_ONBOARD_SKILL_RELATIVE_PATH, description: "Codex gdh-onboard skill" },
3232
3232
  { relativePath: CODEX_STATUS_SKILL_RELATIVE_PATH, description: "Codex gdh-status skill" },
3233
3233
  { relativePath: CODEX_MIGRATE_SKILL_RELATIVE_PATH, description: "Codex gdh-migrate skill" },
3234
- { relativePath: CODEX_CHECK_SKILL_RELATIVE_PATH, description: "Codex gdh-check skill" },
3235
3234
  { relativePath: CODEX_PREPARE_SKILL_RELATIVE_PATH, description: "Codex gdh-prepare skill" },
3236
3235
  { relativePath: CODEX_SCAN_SKILL_RELATIVE_PATH, description: "Codex gdh-scan skill" },
3237
3236
  { relativePath: CURSOR_ONBOARD_SKILL_RELATIVE_PATH, description: "Cursor gdh-onboard skill" },
3238
3237
  { relativePath: CURSOR_STATUS_SKILL_RELATIVE_PATH, description: "Cursor gdh-status skill" },
3239
3238
  { relativePath: CURSOR_MIGRATE_SKILL_RELATIVE_PATH, description: "Cursor gdh-migrate skill" },
3240
- { relativePath: CURSOR_CHECK_SKILL_RELATIVE_PATH, description: "Cursor gdh-check skill" },
3241
3239
  { relativePath: CURSOR_PREPARE_SKILL_RELATIVE_PATH, description: "Cursor gdh-prepare skill" },
3242
3240
  { relativePath: CURSOR_SCAN_SKILL_RELATIVE_PATH, description: "Cursor gdh-scan skill" },
3243
3241
  { relativePath: CLAUDE_ONBOARD_SKILL_RELATIVE_PATH, description: "Claude gdh-onboard skill" },
3244
3242
  { relativePath: CLAUDE_STATUS_SKILL_RELATIVE_PATH, description: "Claude gdh-status skill" },
3245
3243
  { relativePath: CLAUDE_MIGRATE_SKILL_RELATIVE_PATH, description: "Claude gdh-migrate skill" },
3246
- { relativePath: CLAUDE_CHECK_SKILL_RELATIVE_PATH, description: "Claude gdh-check skill" },
3247
3244
  { relativePath: CLAUDE_PREPARE_SKILL_RELATIVE_PATH, description: "Claude gdh-prepare skill" },
3248
3245
  { relativePath: CLAUDE_SCAN_SKILL_RELATIVE_PATH, description: "Claude gdh-scan skill" },
3246
+ // Intentionally excluded: generated gdh-check skills for Claude, Codex, and Cursor.
3247
+ // v0.25 retires the validation skill surface; validation evidence belongs to hooks,
3248
+ // MCP/CLI status, and explicit authoring-check commands. Scanning the retired paths
3249
+ // reports a false missing-file drift after a correct migration removes them.
3249
3250
  // Phase 12 extension — close the Phase 11 coverage gap (research §Baked Version Surface Inventory rows 26-28).
3250
3251
  // These files are re-baked at pin time and must be audited by MIG-02's post-condition invariant.
3251
3252
  //