@skillcap/gdh 0.25.1 → 0.25.3
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/RELEASE-SPAN-UPDATE-CONTRACTS.json +112 -0
- package/node_modules/@gdh/adapters/dist/index.d.ts +10 -9
- package/node_modules/@gdh/adapters/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/index.js +298 -66
- package/node_modules/@gdh/adapters/dist/index.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/skill-rendering.js +1 -1
- package/node_modules/@gdh/adapters/dist/skill-rendering.js.map +1 -1
- package/node_modules/@gdh/adapters/package.json +8 -8
- package/node_modules/@gdh/authoring/package.json +2 -2
- package/node_modules/@gdh/cli/dist/index.js +7 -7
- package/node_modules/@gdh/cli/dist/index.js.map +1 -1
- package/node_modules/@gdh/cli/package.json +10 -10
- package/node_modules/@gdh/core/dist/index.d.ts +2 -2
- package/node_modules/@gdh/core/dist/index.js +2 -2
- package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.d.ts +7 -7
- package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.js +9 -9
- 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 +4 -4
- 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 +9 -7
- package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.js.map +1 -1
- package/node_modules/@gdh/core/package.json +1 -1
- package/node_modules/@gdh/docs/package.json +2 -2
- package/node_modules/@gdh/mcp/package.json +8 -8
- package/node_modules/@gdh/observability/package.json +2 -2
- package/node_modules/@gdh/runtime/package.json +2 -2
- package/node_modules/@gdh/scan/package.json +3 -3
- package/node_modules/@gdh/verify/package.json +7 -7
- package/package.json +11 -11
|
@@ -11,13 +11,13 @@
|
|
|
11
11
|
}
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@gdh/authoring": "0.25.
|
|
15
|
-
"@gdh/core": "0.25.
|
|
16
|
-
"@gdh/docs": "0.25.
|
|
17
|
-
"@gdh/observability": "0.25.
|
|
18
|
-
"@gdh/runtime": "0.25.
|
|
19
|
-
"@gdh/scan": "0.25.
|
|
20
|
-
"@gdh/verify": "0.25.
|
|
14
|
+
"@gdh/authoring": "0.25.3",
|
|
15
|
+
"@gdh/core": "0.25.3",
|
|
16
|
+
"@gdh/docs": "0.25.3",
|
|
17
|
+
"@gdh/observability": "0.25.3",
|
|
18
|
+
"@gdh/runtime": "0.25.3",
|
|
19
|
+
"@gdh/scan": "0.25.3",
|
|
20
|
+
"@gdh/verify": "0.25.3"
|
|
21
21
|
},
|
|
22
|
-
"version": "0.25.
|
|
22
|
+
"version": "0.25.3"
|
|
23
23
|
}
|
|
@@ -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_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,
|
|
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_COMMAND_RELATIVE_PATH, CURSOR_ONBOARD_COMMAND_RELATIVE_PATH, CURSOR_PREPARE_COMMAND_RELATIVE_PATH, CURSOR_SCAN_COMMAND_RELATIVE_PATH, CURSOR_STATUS_COMMAND_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";
|
|
@@ -3233,11 +3233,11 @@ const VERIFY_DRIFT_SCANNED_FILES = [
|
|
|
3233
3233
|
{ relativePath: CODEX_MIGRATE_SKILL_RELATIVE_PATH, description: "Codex gdh-migrate skill" },
|
|
3234
3234
|
{ relativePath: CODEX_PREPARE_SKILL_RELATIVE_PATH, description: "Codex gdh-prepare skill" },
|
|
3235
3235
|
{ relativePath: CODEX_SCAN_SKILL_RELATIVE_PATH, description: "Codex gdh-scan skill" },
|
|
3236
|
-
{ relativePath:
|
|
3237
|
-
{ relativePath:
|
|
3238
|
-
{ relativePath:
|
|
3239
|
-
{ relativePath:
|
|
3240
|
-
{ relativePath:
|
|
3236
|
+
{ relativePath: CURSOR_ONBOARD_COMMAND_RELATIVE_PATH, description: "Cursor gdh-onboard command" },
|
|
3237
|
+
{ relativePath: CURSOR_STATUS_COMMAND_RELATIVE_PATH, description: "Cursor gdh-status command" },
|
|
3238
|
+
{ relativePath: CURSOR_MIGRATE_COMMAND_RELATIVE_PATH, description: "Cursor gdh-migrate command" },
|
|
3239
|
+
{ relativePath: CURSOR_PREPARE_COMMAND_RELATIVE_PATH, description: "Cursor gdh-prepare command" },
|
|
3240
|
+
{ relativePath: CURSOR_SCAN_COMMAND_RELATIVE_PATH, description: "Cursor gdh-scan command" },
|
|
3241
3241
|
{ relativePath: CLAUDE_ONBOARD_SKILL_RELATIVE_PATH, description: "Claude gdh-onboard skill" },
|
|
3242
3242
|
{ relativePath: CLAUDE_STATUS_SKILL_RELATIVE_PATH, description: "Claude gdh-status skill" },
|
|
3243
3243
|
{ relativePath: CLAUDE_MIGRATE_SKILL_RELATIVE_PATH, description: "Claude gdh-migrate skill" },
|
|
@@ -3285,7 +3285,7 @@ const VERIFY_DRIFT_SCANNED_FILES = [
|
|
|
3285
3285
|
// Intentionally excluded: the Codex gdh-update skill (.agents/skills/gdh-update/SKILL.md) —
|
|
3286
3286
|
// same rationale: renders @skillcap/gdh@latest, not @<pinnedVersion>. Phase 13 D-13.
|
|
3287
3287
|
//
|
|
3288
|
-
// Intentionally excluded: the Cursor gdh-update
|
|
3288
|
+
// Intentionally excluded: the Cursor gdh-update command (.cursor/commands/gdh-update.md) —
|
|
3289
3289
|
// same rationale: renders @skillcap/gdh@latest, not @<pinnedVersion>. Phase 13 D-13.
|
|
3290
3290
|
];
|
|
3291
3291
|
// Mirrors EXACT_SEMVER_PATTERN in @gdh/authoring so only well-formed SemVer
|