@skillcap/gdh 0.26.2 → 0.26.4

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 (27) hide show
  1. package/INSTALL-BUNDLE.json +1 -1
  2. package/RELEASE-SPAN-UPDATE-CONTRACTS.json +115 -0
  3. package/node_modules/@gdh/adapters/dist/authoring-hook-render.d.ts +13 -0
  4. package/node_modules/@gdh/adapters/dist/authoring-hook-render.d.ts.map +1 -1
  5. package/node_modules/@gdh/adapters/dist/authoring-hook-render.js +1 -0
  6. package/node_modules/@gdh/adapters/dist/authoring-hook-render.js.map +1 -1
  7. package/node_modules/@gdh/adapters/dist/authoring-hook-state-path.d.ts +17 -0
  8. package/node_modules/@gdh/adapters/dist/authoring-hook-state-path.d.ts.map +1 -0
  9. package/node_modules/@gdh/adapters/dist/authoring-hook-state-path.js +23 -0
  10. package/node_modules/@gdh/adapters/dist/authoring-hook-state-path.js.map +1 -0
  11. package/node_modules/@gdh/adapters/dist/index.d.ts.map +1 -1
  12. package/node_modules/@gdh/adapters/dist/index.js +36 -0
  13. package/node_modules/@gdh/adapters/dist/index.js.map +1 -1
  14. package/node_modules/@gdh/adapters/dist/templates/authoring-hook.js.tpl +407 -112
  15. package/node_modules/@gdh/adapters/package.json +8 -8
  16. package/node_modules/@gdh/authoring/package.json +2 -2
  17. package/node_modules/@gdh/cli/package.json +10 -10
  18. package/node_modules/@gdh/core/dist/index.d.ts +1 -1
  19. package/node_modules/@gdh/core/dist/index.js +1 -1
  20. package/node_modules/@gdh/core/package.json +1 -1
  21. package/node_modules/@gdh/docs/package.json +2 -2
  22. package/node_modules/@gdh/mcp/package.json +8 -8
  23. package/node_modules/@gdh/observability/package.json +2 -2
  24. package/node_modules/@gdh/runtime/package.json +2 -2
  25. package/node_modules/@gdh/scan/package.json +3 -3
  26. package/node_modules/@gdh/verify/package.json +7 -7
  27. package/package.json +11 -11
@@ -11,13 +11,13 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/authoring": "0.26.2",
15
- "@gdh/core": "0.26.2",
16
- "@gdh/docs": "0.26.2",
17
- "@gdh/observability": "0.26.2",
18
- "@gdh/runtime": "0.26.2",
19
- "@gdh/scan": "0.26.2",
20
- "@gdh/verify": "0.26.2"
14
+ "@gdh/authoring": "0.26.4",
15
+ "@gdh/core": "0.26.4",
16
+ "@gdh/docs": "0.26.4",
17
+ "@gdh/observability": "0.26.4",
18
+ "@gdh/runtime": "0.26.4",
19
+ "@gdh/scan": "0.26.4",
20
+ "@gdh/verify": "0.26.4"
21
21
  },
22
- "version": "0.26.2"
22
+ "version": "0.26.4"
23
23
  }
@@ -14,7 +14,7 @@
14
14
  "test": "vitest run"
15
15
  },
16
16
  "dependencies": {
17
- "@gdh/core": "0.26.2"
17
+ "@gdh/core": "0.26.4"
18
18
  },
19
- "version": "0.26.2"
19
+ "version": "0.26.4"
20
20
  }
@@ -15,16 +15,16 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@clack/prompts": "^1.2.0",
18
- "@gdh/adapters": "0.26.2",
19
- "@gdh/authoring": "0.26.2",
20
- "@gdh/core": "0.26.2",
21
- "@gdh/docs": "0.26.2",
22
- "@gdh/mcp": "0.26.2",
23
- "@gdh/observability": "0.26.2",
24
- "@gdh/runtime": "0.26.2",
25
- "@gdh/scan": "0.26.2",
26
- "@gdh/verify": "0.26.2",
18
+ "@gdh/adapters": "0.26.4",
19
+ "@gdh/authoring": "0.26.4",
20
+ "@gdh/core": "0.26.4",
21
+ "@gdh/docs": "0.26.4",
22
+ "@gdh/mcp": "0.26.4",
23
+ "@gdh/observability": "0.26.4",
24
+ "@gdh/runtime": "0.26.4",
25
+ "@gdh/scan": "0.26.4",
26
+ "@gdh/verify": "0.26.4",
27
27
  "picocolors": "^1.1.1"
28
28
  },
29
- "version": "0.26.2"
29
+ "version": "0.26.4"
30
30
  }
@@ -55,7 +55,7 @@ export declare const GDH_AUTHORING_DOGFOOD_VERSION = 1;
55
55
  export declare const GDH_AUTHORING_SLICE_REPORT_VERSION = 1;
56
56
  export declare const GDH_MCP_MANIFEST_VERSION = 1;
57
57
  export declare const GDH_CURSOR_RULE_VERSION = 4;
58
- export declare const GDH_UPDATE_HOOK_VERSION = 11;
58
+ export declare const GDH_UPDATE_HOOK_VERSION = 13;
59
59
  export declare const GDH_RUNTIME_RECIPE_RUN_VERSION = 1;
60
60
  export declare const GDH_RUNTIME_RUN_BUNDLE_VERSION = 1;
61
61
  export declare const GDH_RUNTIME_CORPUS_ARTIFACT_VERSION = 1;
@@ -47,7 +47,7 @@ export const GDH_AUTHORING_DOGFOOD_VERSION = 1;
47
47
  export const GDH_AUTHORING_SLICE_REPORT_VERSION = 1;
48
48
  export const GDH_MCP_MANIFEST_VERSION = 1;
49
49
  export const GDH_CURSOR_RULE_VERSION = 4;
50
- export const GDH_UPDATE_HOOK_VERSION = 11;
50
+ export const GDH_UPDATE_HOOK_VERSION = 13;
51
51
  export const GDH_RUNTIME_RECIPE_RUN_VERSION = 1;
52
52
  export const GDH_RUNTIME_RUN_BUNDLE_VERSION = 1;
53
53
  export const GDH_RUNTIME_CORPUS_ARTIFACT_VERSION = 1;
@@ -10,5 +10,5 @@
10
10
  "import": "./dist/index.js"
11
11
  }
12
12
  },
13
- "version": "0.26.2"
13
+ "version": "0.26.4"
14
14
  }
@@ -11,8 +11,8 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/core": "0.26.2",
14
+ "@gdh/core": "0.26.4",
15
15
  "yaml": "^2.8.3"
16
16
  },
17
- "version": "0.26.2"
17
+ "version": "0.26.4"
18
18
  }
@@ -11,14 +11,14 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/adapters": "0.26.2",
15
- "@gdh/authoring": "0.26.2",
16
- "@gdh/core": "0.26.2",
17
- "@gdh/docs": "0.26.2",
18
- "@gdh/observability": "0.26.2",
19
- "@gdh/scan": "0.26.2",
20
- "@gdh/verify": "0.26.2",
14
+ "@gdh/adapters": "0.26.4",
15
+ "@gdh/authoring": "0.26.4",
16
+ "@gdh/core": "0.26.4",
17
+ "@gdh/docs": "0.26.4",
18
+ "@gdh/observability": "0.26.4",
19
+ "@gdh/scan": "0.26.4",
20
+ "@gdh/verify": "0.26.4",
21
21
  "@modelcontextprotocol/sdk": "1.29.0"
22
22
  },
23
- "version": "0.26.2"
23
+ "version": "0.26.4"
24
24
  }
@@ -11,7 +11,7 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/core": "0.26.2"
14
+ "@gdh/core": "0.26.4"
15
15
  },
16
- "version": "0.26.2"
16
+ "version": "0.26.4"
17
17
  }
@@ -11,9 +11,9 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/core": "0.26.2",
14
+ "@gdh/core": "0.26.4",
15
15
  "ws": "^8.18.3",
16
16
  "yaml": "^2.8.3"
17
17
  },
18
- "version": "0.26.2"
18
+ "version": "0.26.4"
19
19
  }
@@ -11,8 +11,8 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/core": "0.26.2",
15
- "@gdh/docs": "0.26.2"
14
+ "@gdh/core": "0.26.4",
15
+ "@gdh/docs": "0.26.4"
16
16
  },
17
- "version": "0.26.2"
17
+ "version": "0.26.4"
18
18
  }
@@ -11,13 +11,13 @@
11
11
  }
12
12
  },
13
13
  "dependencies": {
14
- "@gdh/authoring": "0.26.2",
15
- "@gdh/core": "0.26.2",
16
- "@gdh/docs": "0.26.2",
17
- "@gdh/observability": "0.26.2",
18
- "@gdh/runtime": "0.26.2",
19
- "@gdh/scan": "0.26.2",
14
+ "@gdh/authoring": "0.26.4",
15
+ "@gdh/core": "0.26.4",
16
+ "@gdh/docs": "0.26.4",
17
+ "@gdh/observability": "0.26.4",
18
+ "@gdh/runtime": "0.26.4",
19
+ "@gdh/scan": "0.26.4",
20
20
  "yaml": "^2.8.3"
21
21
  },
22
- "version": "0.26.2"
22
+ "version": "0.26.4"
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skillcap/gdh",
3
- "version": "0.26.2",
3
+ "version": "0.26.4",
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.26.2",
34
+ "@gdh/cli": "0.26.4",
35
35
  "@clack/prompts": "^1.2.0",
36
- "@gdh/adapters": "0.26.2",
37
- "@gdh/authoring": "0.26.2",
38
- "@gdh/core": "0.26.2",
39
- "@gdh/docs": "0.26.2",
40
- "@gdh/mcp": "0.26.2",
41
- "@gdh/observability": "0.26.2",
42
- "@gdh/runtime": "0.26.2",
43
- "@gdh/scan": "0.26.2",
44
- "@gdh/verify": "0.26.2",
36
+ "@gdh/adapters": "0.26.4",
37
+ "@gdh/authoring": "0.26.4",
38
+ "@gdh/core": "0.26.4",
39
+ "@gdh/docs": "0.26.4",
40
+ "@gdh/mcp": "0.26.4",
41
+ "@gdh/observability": "0.26.4",
42
+ "@gdh/runtime": "0.26.4",
43
+ "@gdh/scan": "0.26.4",
44
+ "@gdh/verify": "0.26.4",
45
45
  "picocolors": "^1.1.1"
46
46
  },
47
47
  "bundledDependencies": [