@skillcap/gdh 0.24.0 → 0.25.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/RELEASE-SPAN-UPDATE-CONTRACTS.json +58 -0
- package/node_modules/@gdh/adapters/dist/authoring-hook-render.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/authoring-hook-render.js +7 -130
- package/node_modules/@gdh/adapters/dist/authoring-hook-render.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-statusline-render.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-statusline-render.js +4 -27
- package/node_modules/@gdh/adapters/dist/claude-statusline-render.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-update-hook-render.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-update-hook-render.js +5 -39
- package/node_modules/@gdh/adapters/dist/claude-update-hook-render.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-update-worker-render.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/claude-update-worker-render.js +5 -67
- package/node_modules/@gdh/adapters/dist/claude-update-worker-render.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/index.d.ts +1 -2
- package/node_modules/@gdh/adapters/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/index.js +55 -41
- package/node_modules/@gdh/adapters/dist/index.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/skill-rendering.d.ts +2 -5
- package/node_modules/@gdh/adapters/dist/skill-rendering.d.ts.map +1 -1
- package/node_modules/@gdh/adapters/dist/skill-rendering.js +17 -59
- package/node_modules/@gdh/adapters/dist/skill-rendering.js.map +1 -1
- package/node_modules/@gdh/adapters/dist/template-assets.d.ts +2 -0
- package/node_modules/@gdh/adapters/dist/template-assets.d.ts.map +1 -0
- package/node_modules/@gdh/adapters/dist/template-assets.js +26 -0
- package/node_modules/@gdh/adapters/dist/template-assets.js.map +1 -0
- package/node_modules/@gdh/adapters/dist/templates/authoring-hook.js.tpl +128 -0
- package/node_modules/@gdh/adapters/dist/templates/claude-check-update-hook.js.tpl +37 -0
- package/node_modules/@gdh/adapters/dist/templates/claude-check-update-worker.js.tpl +65 -0
- package/node_modules/@gdh/adapters/dist/templates/claude-statusline.js.tpl +25 -0
- 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.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/index.js +5 -4
- package/node_modules/@gdh/cli/dist/index.js.map +1 -1
- package/node_modules/@gdh/cli/dist/migrate.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/migrate.js +65 -2
- package/node_modules/@gdh/cli/dist/migrate.js.map +1 -1
- package/node_modules/@gdh/cli/dist/setup.d.ts +4 -0
- package/node_modules/@gdh/cli/dist/setup.d.ts.map +1 -1
- package/node_modules/@gdh/cli/dist/setup.js +8 -67
- package/node_modules/@gdh/cli/dist/setup.js.map +1 -1
- package/node_modules/@gdh/cli/package.json +10 -10
- package/node_modules/@gdh/core/dist/index.d.ts +6 -4
- package/node_modules/@gdh/core/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/core/dist/index.js +5 -4
- package/node_modules/@gdh/core/dist/index.js.map +1 -1
- package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.d.ts +14 -14
- package/node_modules/@gdh/core/dist/migrations/managed-surface-classes.js +15 -15
- 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 +294 -0
- package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.d.ts.map +1 -0
- package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.js +365 -0
- package/node_modules/@gdh/core/dist/migrations/managed-target-surface-inventory.js.map +1 -0
- package/node_modules/@gdh/core/package.json +1 -1
- package/node_modules/@gdh/docs/dist/agent-contract.d.ts +2 -1
- package/node_modules/@gdh/docs/dist/agent-contract.d.ts.map +1 -1
- package/node_modules/@gdh/docs/dist/agent-contract.js +3 -2
- package/node_modules/@gdh/docs/dist/agent-contract.js.map +1 -1
- package/node_modules/@gdh/docs/dist/guidance.d.ts +2 -0
- package/node_modules/@gdh/docs/dist/guidance.d.ts.map +1 -1
- package/node_modules/@gdh/docs/dist/guidance.js +26 -254
- package/node_modules/@gdh/docs/dist/guidance.js.map +1 -1
- package/node_modules/@gdh/docs/dist/index.d.ts +1 -1
- package/node_modules/@gdh/docs/dist/index.d.ts.map +1 -1
- package/node_modules/@gdh/docs/dist/index.js +1 -1
- package/node_modules/@gdh/docs/dist/index.js.map +1 -1
- package/node_modules/@gdh/docs/dist/query.d.ts.map +1 -1
- package/node_modules/@gdh/docs/dist/query.js +4 -5
- package/node_modules/@gdh/docs/dist/query.js.map +1 -1
- package/node_modules/@gdh/docs/dist/recovery-hints.js +1 -1
- package/node_modules/@gdh/docs/dist/recovery-hints.js.map +1 -1
- package/node_modules/@gdh/docs/dist/template-assets.d.ts +2 -0
- package/node_modules/@gdh/docs/dist/template-assets.d.ts.map +1 -0
- package/node_modules/@gdh/docs/dist/template-assets.js +26 -0
- package/node_modules/@gdh/docs/dist/template-assets.js.map +1 -0
- package/node_modules/@gdh/docs/dist/templates/guidance/authoring-and-validation.md.tpl +111 -0
- package/node_modules/@gdh/docs/dist/templates/guidance/gdh-glossary.md.tpl +34 -0
- package/node_modules/@gdh/docs/dist/templates/guidance/persistence-semantics.md.tpl +24 -0
- package/node_modules/@gdh/docs/dist/templates/guidance/project-migration.md.tpl +19 -0
- package/node_modules/@gdh/docs/dist/templates/guidance/project-surfaces.md.tpl +14 -0
- 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
|
@@ -91,7 +91,7 @@ export declare const GDH_MANAGED_SURFACE_CLASSES: readonly [{
|
|
|
91
91
|
readonly surfaceId: "skill.claude.check";
|
|
92
92
|
readonly relativePath: null;
|
|
93
93
|
readonly class: "deterministic";
|
|
94
|
-
readonly notes: "
|
|
94
|
+
readonly notes: "Retired generated validation skill. Legacy managed path .claude/skills/gdh-check/SKILL.md is cleanup-only; validation now uses hooks, MCP/CLI status, and explicit gdh authoring check commands.";
|
|
95
95
|
}, {
|
|
96
96
|
readonly surfaceId: "skill.claude.prepare";
|
|
97
97
|
readonly relativePath: null;
|
|
@@ -106,42 +106,42 @@ export declare const GDH_MANAGED_SURFACE_CLASSES: readonly [{
|
|
|
106
106
|
readonly surfaceId: "skill.codex.onboard";
|
|
107
107
|
readonly relativePath: null;
|
|
108
108
|
readonly class: "deterministic";
|
|
109
|
-
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'onboard', version). Per-target path: .
|
|
109
|
+
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'onboard', version). Per-target path: .agents/skills/gdh-onboard/SKILL.md.";
|
|
110
110
|
}, {
|
|
111
111
|
readonly surfaceId: "skill.codex.status";
|
|
112
112
|
readonly relativePath: null;
|
|
113
113
|
readonly class: "deterministic";
|
|
114
|
-
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'status', version). Per-target path: .
|
|
114
|
+
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'status', version). Per-target path: .agents/skills/gdh-status/SKILL.md.";
|
|
115
115
|
}, {
|
|
116
116
|
readonly surfaceId: "skill.codex.scan";
|
|
117
117
|
readonly relativePath: null;
|
|
118
118
|
readonly class: "deterministic";
|
|
119
|
-
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'scan', version). Per-target path: .
|
|
119
|
+
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'scan', version). Per-target path: .agents/skills/gdh-scan/SKILL.md.";
|
|
120
120
|
}, {
|
|
121
121
|
readonly surfaceId: "skill.codex.migrate";
|
|
122
122
|
readonly relativePath: null;
|
|
123
123
|
readonly class: "deterministic";
|
|
124
|
-
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'migrate', version). Per-target path: .
|
|
124
|
+
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'migrate', version). Per-target path: .agents/skills/gdh-migrate/SKILL.md.";
|
|
125
125
|
}, {
|
|
126
126
|
readonly surfaceId: "skill.codex.update";
|
|
127
127
|
readonly relativePath: null;
|
|
128
128
|
readonly class: "deterministic";
|
|
129
|
-
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'update', version). Per-target path: .
|
|
129
|
+
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'update', version). Per-target path: .agents/skills/gdh-update/SKILL.md.";
|
|
130
130
|
}, {
|
|
131
131
|
readonly surfaceId: "skill.codex.check";
|
|
132
132
|
readonly relativePath: null;
|
|
133
133
|
readonly class: "deterministic";
|
|
134
|
-
readonly notes: "
|
|
134
|
+
readonly notes: "Retired generated validation skill. Legacy managed path .agents/skills/gdh-check/SKILL.md is cleanup-only; validation now uses hooks, MCP/CLI status, and explicit gdh authoring check commands.";
|
|
135
135
|
}, {
|
|
136
136
|
readonly surfaceId: "skill.codex.prepare";
|
|
137
137
|
readonly relativePath: null;
|
|
138
138
|
readonly class: "deterministic";
|
|
139
|
-
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'prepare', version). Per-target path: .
|
|
139
|
+
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'prepare', version). Per-target path: .agents/skills/gdh-prepare/SKILL.md.";
|
|
140
140
|
}, {
|
|
141
141
|
readonly surfaceId: "skill.codex.run-game";
|
|
142
142
|
readonly relativePath: null;
|
|
143
143
|
readonly class: "deterministic";
|
|
144
|
-
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'run-game', version). Per-target path: .
|
|
144
|
+
readonly notes: "Generated agent skill rendered by renderGdhSkill('codex', 'run-game', version). Per-target path: .agents/skills/gdh-run-game/SKILL.md.";
|
|
145
145
|
}, {
|
|
146
146
|
readonly surfaceId: "skill.cursor.onboard";
|
|
147
147
|
readonly relativePath: null;
|
|
@@ -171,7 +171,7 @@ export declare const GDH_MANAGED_SURFACE_CLASSES: readonly [{
|
|
|
171
171
|
readonly surfaceId: "skill.cursor.check";
|
|
172
172
|
readonly relativePath: null;
|
|
173
173
|
readonly class: "deterministic";
|
|
174
|
-
readonly notes: "
|
|
174
|
+
readonly notes: "Retired generated validation skill. Legacy managed path .cursor/skills/gdh-check/SKILL.md is cleanup-only; validation now uses MCP/CLI status and explicit gdh authoring check commands.";
|
|
175
175
|
}, {
|
|
176
176
|
readonly surfaceId: "skill.cursor.prepare";
|
|
177
177
|
readonly relativePath: null;
|
|
@@ -216,7 +216,7 @@ export declare const GDH_MANAGED_SURFACE_CLASSES: readonly [{
|
|
|
216
216
|
readonly surfaceId: "claude_check_command";
|
|
217
217
|
readonly relativePath: null;
|
|
218
218
|
readonly class: "deterministic";
|
|
219
|
-
readonly notes: "
|
|
219
|
+
readonly notes: "Retired legacy Claude validation command shim. Per-target path under .claude/commands/gdh/ is cleanup-only; validation now uses hooks, MCP/CLI status, and explicit gdh authoring check commands.";
|
|
220
220
|
}, {
|
|
221
221
|
readonly surfaceId: "claude_prepare_command";
|
|
222
222
|
readonly relativePath: null;
|
|
@@ -271,12 +271,12 @@ export declare const GDH_MANAGED_SURFACE_CLASSES: readonly [{
|
|
|
271
271
|
readonly surfaceId: "guidance_unit_set";
|
|
272
272
|
readonly relativePath: null;
|
|
273
273
|
readonly class: "deterministic";
|
|
274
|
-
readonly notes: "Managed guidance unit files (multiple) under
|
|
274
|
+
readonly notes: "Managed guidance unit files (multiple) under .gdh/guidance/ rendered by createDefaultGuidanceUnits() in packages/docs/src/guidance.ts. Each unit is GDH-rendered with metadata + body; relativePath is null because the surface emits multiple files. Class deterministic per D-19.";
|
|
275
275
|
}, {
|
|
276
276
|
readonly surfaceId: "guidance_index";
|
|
277
|
-
readonly relativePath: "
|
|
277
|
+
readonly relativePath: ".gdh/guidance/README.md";
|
|
278
278
|
readonly class: "deterministic";
|
|
279
|
-
readonly notes: "Managed guidance index file rendered by createDefaultGuidanceIndex() in packages/docs/src/guidance.ts
|
|
279
|
+
readonly notes: "Managed guidance index file rendered by createDefaultGuidanceIndex() in packages/docs/src/guidance.ts. Path constant GUIDANCE_INDEX_RELATIVE_PATH. Class deterministic per D-19.";
|
|
280
280
|
}, {
|
|
281
281
|
readonly surfaceId: "gdh_project_yaml";
|
|
282
282
|
readonly relativePath: ".gdh/project.yaml";
|
|
@@ -37,7 +37,7 @@ export const GDH_MANAGED_SURFACE_CLASSES = [
|
|
|
37
37
|
// Rendered by `renderGdhSkill(agent, skillId, version)` in
|
|
38
38
|
// packages/adapters/src/skill-rendering.ts. The per-target output path
|
|
39
39
|
// varies by agent (.claude/skills/gdh-<id>/SKILL.md,
|
|
40
|
-
// .
|
|
40
|
+
// .agents/skills/gdh-<id>/SKILL.md, .cursor/skills/gdh-<id>/SKILL.md) so
|
|
41
41
|
// relativePath is null for every skill entry.
|
|
42
42
|
// ---------------------------------------------------------------
|
|
43
43
|
{
|
|
@@ -74,7 +74,7 @@ export const GDH_MANAGED_SURFACE_CLASSES = [
|
|
|
74
74
|
surfaceId: "skill.claude.check",
|
|
75
75
|
relativePath: null,
|
|
76
76
|
class: "deterministic",
|
|
77
|
-
notes: "
|
|
77
|
+
notes: "Retired generated validation skill. Legacy managed path .claude/skills/gdh-check/SKILL.md is cleanup-only; validation now uses hooks, MCP/CLI status, and explicit gdh authoring check commands.",
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
80
|
surfaceId: "skill.claude.prepare",
|
|
@@ -92,49 +92,49 @@ export const GDH_MANAGED_SURFACE_CLASSES = [
|
|
|
92
92
|
surfaceId: "skill.codex.onboard",
|
|
93
93
|
relativePath: null,
|
|
94
94
|
class: "deterministic",
|
|
95
|
-
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'onboard', version). Per-target path: .
|
|
95
|
+
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'onboard', version). Per-target path: .agents/skills/gdh-onboard/SKILL.md.",
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
surfaceId: "skill.codex.status",
|
|
99
99
|
relativePath: null,
|
|
100
100
|
class: "deterministic",
|
|
101
|
-
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'status', version). Per-target path: .
|
|
101
|
+
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'status', version). Per-target path: .agents/skills/gdh-status/SKILL.md.",
|
|
102
102
|
},
|
|
103
103
|
{
|
|
104
104
|
surfaceId: "skill.codex.scan",
|
|
105
105
|
relativePath: null,
|
|
106
106
|
class: "deterministic",
|
|
107
|
-
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'scan', version). Per-target path: .
|
|
107
|
+
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'scan', version). Per-target path: .agents/skills/gdh-scan/SKILL.md.",
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
surfaceId: "skill.codex.migrate",
|
|
111
111
|
relativePath: null,
|
|
112
112
|
class: "deterministic",
|
|
113
|
-
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'migrate', version). Per-target path: .
|
|
113
|
+
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'migrate', version). Per-target path: .agents/skills/gdh-migrate/SKILL.md.",
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
surfaceId: "skill.codex.update",
|
|
117
117
|
relativePath: null,
|
|
118
118
|
class: "deterministic",
|
|
119
|
-
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'update', version). Per-target path: .
|
|
119
|
+
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'update', version). Per-target path: .agents/skills/gdh-update/SKILL.md.",
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
surfaceId: "skill.codex.check",
|
|
123
123
|
relativePath: null,
|
|
124
124
|
class: "deterministic",
|
|
125
|
-
notes: "
|
|
125
|
+
notes: "Retired generated validation skill. Legacy managed path .agents/skills/gdh-check/SKILL.md is cleanup-only; validation now uses hooks, MCP/CLI status, and explicit gdh authoring check commands.",
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
surfaceId: "skill.codex.prepare",
|
|
129
129
|
relativePath: null,
|
|
130
130
|
class: "deterministic",
|
|
131
|
-
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'prepare', version). Per-target path: .
|
|
131
|
+
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'prepare', version). Per-target path: .agents/skills/gdh-prepare/SKILL.md.",
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
surfaceId: "skill.codex.run-game",
|
|
135
135
|
relativePath: null,
|
|
136
136
|
class: "deterministic",
|
|
137
|
-
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'run-game', version). Per-target path: .
|
|
137
|
+
notes: "Generated agent skill rendered by renderGdhSkill('codex', 'run-game', version). Per-target path: .agents/skills/gdh-run-game/SKILL.md.",
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
surfaceId: "skill.cursor.onboard",
|
|
@@ -170,7 +170,7 @@ export const GDH_MANAGED_SURFACE_CLASSES = [
|
|
|
170
170
|
surfaceId: "skill.cursor.check",
|
|
171
171
|
relativePath: null,
|
|
172
172
|
class: "deterministic",
|
|
173
|
-
notes: "
|
|
173
|
+
notes: "Retired generated validation skill. Legacy managed path .cursor/skills/gdh-check/SKILL.md is cleanup-only; validation now uses MCP/CLI status and explicit gdh authoring check commands.",
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
surfaceId: "skill.cursor.prepare",
|
|
@@ -230,7 +230,7 @@ export const GDH_MANAGED_SURFACE_CLASSES = [
|
|
|
230
230
|
surfaceId: "claude_check_command",
|
|
231
231
|
relativePath: null,
|
|
232
232
|
class: "deterministic",
|
|
233
|
-
notes: "
|
|
233
|
+
notes: "Retired legacy Claude validation command shim. Per-target path under .claude/commands/gdh/ is cleanup-only; validation now uses hooks, MCP/CLI status, and explicit gdh authoring check commands.",
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
surfaceId: "claude_prepare_command",
|
|
@@ -304,13 +304,13 @@ export const GDH_MANAGED_SURFACE_CLASSES = [
|
|
|
304
304
|
surfaceId: "guidance_unit_set",
|
|
305
305
|
relativePath: null,
|
|
306
306
|
class: "deterministic",
|
|
307
|
-
notes: "Managed guidance unit files (multiple) under
|
|
307
|
+
notes: "Managed guidance unit files (multiple) under .gdh/guidance/ rendered by createDefaultGuidanceUnits() in packages/docs/src/guidance.ts. Each unit is GDH-rendered with metadata + body; relativePath is null because the surface emits multiple files. Class deterministic per D-19.",
|
|
308
308
|
},
|
|
309
309
|
{
|
|
310
310
|
surfaceId: "guidance_index",
|
|
311
|
-
relativePath: "
|
|
311
|
+
relativePath: ".gdh/guidance/README.md",
|
|
312
312
|
class: "deterministic",
|
|
313
|
-
notes: "Managed guidance index file rendered by createDefaultGuidanceIndex() in packages/docs/src/guidance.ts
|
|
313
|
+
notes: "Managed guidance index file rendered by createDefaultGuidanceIndex() in packages/docs/src/guidance.ts. Path constant GUIDANCE_INDEX_RELATIVE_PATH. Class deterministic per D-19.",
|
|
314
314
|
},
|
|
315
315
|
// ---------------------------------------------------------------
|
|
316
316
|
// User-data class entries (4 entries) — D-14, D-15, D-16.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"managed-surface-classes.js","sourceRoot":"","sources":["../../src/migrations/managed-surface-classes.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AAuCH;;;;;GAKG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG;IACzC,kEAAkE;IAClE,4EAA4E;IAC5E,2DAA2D;IAC3D,uEAAuE;IACvE,qDAAqD;IACrD,
|
|
1
|
+
{"version":3,"file":"managed-surface-classes.js","sourceRoot":"","sources":["../../src/migrations/managed-surface-classes.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
export type GdhManagedTargetSurfaceOwner = "gdh" | "project" | "agent_vendor" | "mixed";
|
|
2
|
+
export type GdhManagedTargetSurfaceDiscoveryRequirement = "root_agent_instruction" | "provider_skill" | "provider_command_legacy" | "provider_mcp_config" | "provider_hook_config" | "provider_rule" | "durable_gdh_truth" | "project_native";
|
|
3
|
+
export type GdhManagedTargetSurfaceFinalDisposition = "keep_discoverability_shim" | "move_under_gdh" | "move_into_skill" | "replace_with_hook_mcp_or_cli_behavior" | "delete" | "keep_project_native";
|
|
4
|
+
export type GdhManagedTargetSurfaceFollowUpPhase = "77" | "78" | "79" | null;
|
|
5
|
+
export interface GdhManagedTargetSurfaceInventoryEntry {
|
|
6
|
+
readonly surfaceId: string;
|
|
7
|
+
readonly purpose: string;
|
|
8
|
+
readonly owner: GdhManagedTargetSurfaceOwner;
|
|
9
|
+
readonly targetLocations: readonly string[];
|
|
10
|
+
readonly discoveryRequirement: GdhManagedTargetSurfaceDiscoveryRequirement;
|
|
11
|
+
readonly migrationBehavior: string;
|
|
12
|
+
readonly staleBehavior: string;
|
|
13
|
+
readonly finalDisposition: GdhManagedTargetSurfaceFinalDisposition;
|
|
14
|
+
readonly dispositionRationale: string;
|
|
15
|
+
readonly followUpPhase: GdhManagedTargetSurfaceFollowUpPhase;
|
|
16
|
+
}
|
|
17
|
+
export declare const GDH_MANAGED_TARGET_SURFACE_INVENTORY: readonly [...{
|
|
18
|
+
surfaceId: string;
|
|
19
|
+
purpose: string;
|
|
20
|
+
owner: "gdh";
|
|
21
|
+
targetLocations: string[];
|
|
22
|
+
discoveryRequirement: "provider_skill";
|
|
23
|
+
migrationBehavior: string;
|
|
24
|
+
staleBehavior: string;
|
|
25
|
+
finalDisposition: "replace_with_hook_mcp_or_cli_behavior" | "move_into_skill";
|
|
26
|
+
dispositionRationale: string;
|
|
27
|
+
followUpPhase: "78" | null;
|
|
28
|
+
}[], {
|
|
29
|
+
readonly surfaceId: "cursor_rule";
|
|
30
|
+
readonly purpose: "Minimal Cursor rule that routes GDH work to the installed GDH skills and target-local surfaces.";
|
|
31
|
+
readonly owner: "gdh";
|
|
32
|
+
readonly targetLocations: readonly [".cursor/rules/gdh-agent.mdc"];
|
|
33
|
+
readonly discoveryRequirement: "provider_rule";
|
|
34
|
+
readonly migrationBehavior: "Deterministically re-render when adapter surfaces are installed or repaired.";
|
|
35
|
+
readonly staleBehavior: "Replace marker-owned drift; keep user-authored Cursor rules outside the managed file untouched.";
|
|
36
|
+
readonly finalDisposition: "keep_discoverability_shim";
|
|
37
|
+
readonly dispositionRationale: "Cursor rules are a provider-native discovery hook. They should stay thin and point to skills instead of duplicating guidance.";
|
|
38
|
+
readonly followUpPhase: "78";
|
|
39
|
+
}, {
|
|
40
|
+
readonly surfaceId: "claude_onboard_command";
|
|
41
|
+
readonly purpose: "Legacy Claude command compatibility for the onboard workflow.";
|
|
42
|
+
readonly owner: "gdh";
|
|
43
|
+
readonly targetLocations: readonly [".claude/skills/gdh-onboard/SKILL.md"];
|
|
44
|
+
readonly discoveryRequirement: "provider_skill";
|
|
45
|
+
readonly migrationBehavior: "Current installs use Claude skills; legacy .claude/commands/gdh/onboard.md files are removed when GDH owns them.";
|
|
46
|
+
readonly staleBehavior: "Treat legacy command files as stale owned duplicates after the skill exists.";
|
|
47
|
+
readonly finalDisposition: "move_into_skill";
|
|
48
|
+
readonly dispositionRationale: "The onboard workflow belongs in the gdh-onboard skill; command shims should not carry separate instructions.";
|
|
49
|
+
readonly followUpPhase: "78";
|
|
50
|
+
}, {
|
|
51
|
+
readonly surfaceId: "claude_status_command";
|
|
52
|
+
readonly purpose: "Legacy Claude command compatibility for status interpretation.";
|
|
53
|
+
readonly owner: "gdh";
|
|
54
|
+
readonly targetLocations: readonly [".claude/skills/gdh-status/SKILL.md"];
|
|
55
|
+
readonly discoveryRequirement: "provider_skill";
|
|
56
|
+
readonly migrationBehavior: "Current installs use Claude skills; legacy .claude/commands/gdh/status.md files are removed when GDH owns them.";
|
|
57
|
+
readonly staleBehavior: "Treat legacy command files as stale owned duplicates after the skill exists.";
|
|
58
|
+
readonly finalDisposition: "move_into_skill";
|
|
59
|
+
readonly dispositionRationale: "Status interpretation belongs in the gdh-status skill, backed by structured GDH CLI output.";
|
|
60
|
+
readonly followUpPhase: "78";
|
|
61
|
+
}, {
|
|
62
|
+
readonly surfaceId: "claude_scan_command";
|
|
63
|
+
readonly purpose: "Legacy Claude command compatibility for Godot target discovery.";
|
|
64
|
+
readonly owner: "gdh";
|
|
65
|
+
readonly targetLocations: readonly [".claude/skills/gdh-scan/SKILL.md"];
|
|
66
|
+
readonly discoveryRequirement: "provider_skill";
|
|
67
|
+
readonly migrationBehavior: "Current installs use Claude skills; legacy .claude/commands/gdh/scan.md files are removed when GDH owns them.";
|
|
68
|
+
readonly staleBehavior: "Treat legacy command files as stale owned duplicates after the skill exists.";
|
|
69
|
+
readonly finalDisposition: "move_into_skill";
|
|
70
|
+
readonly dispositionRationale: "Scan workflow instructions belong in the gdh-scan skill, not in a second command document.";
|
|
71
|
+
readonly followUpPhase: "78";
|
|
72
|
+
}, {
|
|
73
|
+
readonly surfaceId: "claude_migrate_command";
|
|
74
|
+
readonly purpose: "Legacy Claude command compatibility for managed surface migration.";
|
|
75
|
+
readonly owner: "gdh";
|
|
76
|
+
readonly targetLocations: readonly [".claude/skills/gdh-migrate/SKILL.md"];
|
|
77
|
+
readonly discoveryRequirement: "provider_skill";
|
|
78
|
+
readonly migrationBehavior: "Current installs use Claude skills; legacy .claude/commands/gdh/migrate.md files are removed when GDH owns them.";
|
|
79
|
+
readonly staleBehavior: "Treat legacy command files as stale owned duplicates after the skill exists.";
|
|
80
|
+
readonly finalDisposition: "move_into_skill";
|
|
81
|
+
readonly dispositionRationale: "Migration approval and terminal-state guidance belongs in the gdh-migrate skill.";
|
|
82
|
+
readonly followUpPhase: "78";
|
|
83
|
+
}, {
|
|
84
|
+
readonly surfaceId: "claude_update_command";
|
|
85
|
+
readonly purpose: "Legacy Claude command compatibility for GDH self-update.";
|
|
86
|
+
readonly owner: "gdh";
|
|
87
|
+
readonly targetLocations: readonly [".claude/skills/gdh-update/SKILL.md"];
|
|
88
|
+
readonly discoveryRequirement: "provider_skill";
|
|
89
|
+
readonly migrationBehavior: "Current installs use Claude skills; legacy .claude/commands/gdh/update.md files are removed when GDH owns them.";
|
|
90
|
+
readonly staleBehavior: "Treat legacy command files as stale owned duplicates after the skill exists.";
|
|
91
|
+
readonly finalDisposition: "move_into_skill";
|
|
92
|
+
readonly dispositionRationale: "Update workflow guidance belongs in the gdh-update skill and should not be duplicated as a command doc.";
|
|
93
|
+
readonly followUpPhase: "78";
|
|
94
|
+
}, {
|
|
95
|
+
readonly surfaceId: "claude_check_command";
|
|
96
|
+
readonly purpose: "Legacy Claude command compatibility for authoring validation checks.";
|
|
97
|
+
readonly owner: "gdh";
|
|
98
|
+
readonly targetLocations: readonly [".claude/skills/gdh-check/SKILL.md"];
|
|
99
|
+
readonly discoveryRequirement: "provider_skill";
|
|
100
|
+
readonly migrationBehavior: "Current installs use Claude skills; legacy .claude/commands/gdh/check.md files are removed when GDH owns them.";
|
|
101
|
+
readonly staleBehavior: "Treat legacy command files as stale owned duplicates after the skill exists.";
|
|
102
|
+
readonly finalDisposition: "replace_with_hook_mcp_or_cli_behavior";
|
|
103
|
+
readonly dispositionRationale: "Validation should be driven by hook, MCP, and CLI behavior. The legacy command and generated check skill are retired.";
|
|
104
|
+
readonly followUpPhase: null;
|
|
105
|
+
}, {
|
|
106
|
+
readonly surfaceId: "claude_prepare_command";
|
|
107
|
+
readonly purpose: "Legacy Claude command compatibility for target preparation.";
|
|
108
|
+
readonly owner: "gdh";
|
|
109
|
+
readonly targetLocations: readonly [".claude/skills/gdh-prepare/SKILL.md"];
|
|
110
|
+
readonly discoveryRequirement: "provider_skill";
|
|
111
|
+
readonly migrationBehavior: "Current installs use Claude skills; legacy .claude/commands/gdh/prepare.md files are removed when GDH owns them.";
|
|
112
|
+
readonly staleBehavior: "Treat legacy command files as stale owned duplicates after the skill exists.";
|
|
113
|
+
readonly finalDisposition: "move_into_skill";
|
|
114
|
+
readonly dispositionRationale: "Preparation workflow guidance belongs in the gdh-prepare skill, backed by GDH commands.";
|
|
115
|
+
readonly followUpPhase: "78";
|
|
116
|
+
}, {
|
|
117
|
+
readonly surfaceId: "claude_run_game_command";
|
|
118
|
+
readonly purpose: "Legacy Claude command compatibility for run configuration execution.";
|
|
119
|
+
readonly owner: "gdh";
|
|
120
|
+
readonly targetLocations: readonly [".claude/skills/gdh-run-game/SKILL.md"];
|
|
121
|
+
readonly discoveryRequirement: "provider_skill";
|
|
122
|
+
readonly migrationBehavior: "Current installs use Claude skills; legacy .claude/commands/gdh/run-game.md files are removed when GDH owns them.";
|
|
123
|
+
readonly staleBehavior: "Treat legacy command files as stale owned duplicates after the skill exists.";
|
|
124
|
+
readonly finalDisposition: "move_into_skill";
|
|
125
|
+
readonly dispositionRationale: "Runtime workflow guidance belongs in the gdh-run-game skill and should reference .gdh run configurations.";
|
|
126
|
+
readonly followUpPhase: "78";
|
|
127
|
+
}, {
|
|
128
|
+
readonly surfaceId: "mcp_config_entry";
|
|
129
|
+
readonly purpose: "Managed GDH MCP server entry inside Claude and Cursor project MCP files.";
|
|
130
|
+
readonly owner: "mixed";
|
|
131
|
+
readonly targetLocations: readonly [".mcp.json#mcpServers.gdh", ".cursor/mcp.json#mcpServers.gdh"];
|
|
132
|
+
readonly discoveryRequirement: "provider_mcp_config";
|
|
133
|
+
readonly migrationBehavior: "Patch only the GDH-owned MCP entry; leave surrounding project/user MCP config as project-native data.";
|
|
134
|
+
readonly staleBehavior: "Replace only the managed server entry when pin or invocation drifts.";
|
|
135
|
+
readonly finalDisposition: "keep_discoverability_shim";
|
|
136
|
+
readonly dispositionRationale: "Claude and Cursor require provider-visible MCP config. GDH should own the smallest possible entry, not the whole file.";
|
|
137
|
+
readonly followUpPhase: "79";
|
|
138
|
+
}, {
|
|
139
|
+
readonly surfaceId: "codex_project_mcp_section";
|
|
140
|
+
readonly purpose: "Managed GDH MCP server section inside repo-local Codex config.";
|
|
141
|
+
readonly owner: "mixed";
|
|
142
|
+
readonly targetLocations: readonly [".codex/config.toml#[mcp_servers.gdh]"];
|
|
143
|
+
readonly discoveryRequirement: "provider_mcp_config";
|
|
144
|
+
readonly migrationBehavior: "Patch the GDH-owned TOML section in repo-local config; do not register user-local Codex MCP as part of normal setup.";
|
|
145
|
+
readonly staleBehavior: "Replace the managed section when the pin or invocation drifts.";
|
|
146
|
+
readonly finalDisposition: "keep_discoverability_shim";
|
|
147
|
+
readonly dispositionRationale: "Codex needs a provider-readable MCP declaration. GDH should keep it repo-local and marker-bounded where possible.";
|
|
148
|
+
readonly followUpPhase: "79";
|
|
149
|
+
}, {
|
|
150
|
+
readonly surfaceId: "codex_authoring_hook_block";
|
|
151
|
+
readonly purpose: "Codex authoring hook registration for post-edit GDH validation behavior.";
|
|
152
|
+
readonly owner: "gdh";
|
|
153
|
+
readonly targetLocations: readonly [".codex/config.toml#GDH managed authoring hooks"];
|
|
154
|
+
readonly discoveryRequirement: "provider_hook_config";
|
|
155
|
+
readonly migrationBehavior: "Patch the managed hook block and feature flag in repo-local Codex config.";
|
|
156
|
+
readonly staleBehavior: "Replace the managed hook block when version, command, or path drifts.";
|
|
157
|
+
readonly finalDisposition: "replace_with_hook_mcp_or_cli_behavior";
|
|
158
|
+
readonly dispositionRationale: "Validation enforcement should be behavior, not guidance. The config block exists only to wire the behavior.";
|
|
159
|
+
readonly followUpPhase: "79";
|
|
160
|
+
}, {
|
|
161
|
+
readonly surfaceId: "authoring_hook";
|
|
162
|
+
readonly purpose: "Provider hook script that turns authoring edits into GDH diagnostics/check feedback.";
|
|
163
|
+
readonly owner: "gdh";
|
|
164
|
+
readonly targetLocations: readonly [".claude/hooks/gdh-authoring-guard.js", ".codex/hooks/gdh-authoring-guard.js"];
|
|
165
|
+
readonly discoveryRequirement: "provider_hook_config";
|
|
166
|
+
readonly migrationBehavior: "Deterministically re-render hook scripts for providers that support GDH hooks.";
|
|
167
|
+
readonly staleBehavior: "Replace marker-owned script drift; never depend on agents remembering validation instructions.";
|
|
168
|
+
readonly finalDisposition: "replace_with_hook_mcp_or_cli_behavior";
|
|
169
|
+
readonly dispositionRationale: "Authoring validation should run through hooks and GDH CLI evidence rather than prose instructions.";
|
|
170
|
+
readonly followUpPhase: "79";
|
|
171
|
+
}, {
|
|
172
|
+
readonly surfaceId: "claude_update_hook";
|
|
173
|
+
readonly purpose: "Claude SessionStart hook that checks whether the pinned GDH install is stale.";
|
|
174
|
+
readonly owner: "gdh";
|
|
175
|
+
readonly targetLocations: readonly [".claude/hooks/gdh-check-update.js"];
|
|
176
|
+
readonly discoveryRequirement: "provider_hook_config";
|
|
177
|
+
readonly migrationBehavior: "Deterministically re-render the managed hook script.";
|
|
178
|
+
readonly staleBehavior: "Replace marker-owned script drift; stale update awareness should not live in docs.";
|
|
179
|
+
readonly finalDisposition: "replace_with_hook_mcp_or_cli_behavior";
|
|
180
|
+
readonly dispositionRationale: "Update awareness is event-driven behavior. Guidance should only explain outcomes when surfaced.";
|
|
181
|
+
readonly followUpPhase: "79";
|
|
182
|
+
}, {
|
|
183
|
+
readonly surfaceId: "claude_update_worker";
|
|
184
|
+
readonly purpose: "Background worker used by the Claude update-check hook.";
|
|
185
|
+
readonly owner: "gdh";
|
|
186
|
+
readonly targetLocations: readonly [".claude/hooks/gdh-check-update-worker.js"];
|
|
187
|
+
readonly discoveryRequirement: "provider_hook_config";
|
|
188
|
+
readonly migrationBehavior: "Deterministically re-render the managed worker script.";
|
|
189
|
+
readonly staleBehavior: "Replace marker-owned worker drift with the current version.";
|
|
190
|
+
readonly finalDisposition: "replace_with_hook_mcp_or_cli_behavior";
|
|
191
|
+
readonly dispositionRationale: "This is implementation machinery for a hook, not a target-project documentation surface.";
|
|
192
|
+
readonly followUpPhase: "79";
|
|
193
|
+
}, {
|
|
194
|
+
readonly surfaceId: "claude_statusline";
|
|
195
|
+
readonly purpose: "Optional Claude statusline script for surfacing GDH target status.";
|
|
196
|
+
readonly owner: "gdh";
|
|
197
|
+
readonly targetLocations: readonly [".claude/hooks/gdh-statusline.js"];
|
|
198
|
+
readonly discoveryRequirement: "provider_hook_config";
|
|
199
|
+
readonly migrationBehavior: "Deterministically re-render the optional script; statusline registration remains opt-in.";
|
|
200
|
+
readonly staleBehavior: "Replace marker-owned script drift; do not overwrite unrelated statusline settings.";
|
|
201
|
+
readonly finalDisposition: "replace_with_hook_mcp_or_cli_behavior";
|
|
202
|
+
readonly dispositionRationale: "Statusline behavior belongs in an executable script with opt-in registration, not in general guidance.";
|
|
203
|
+
readonly followUpPhase: "79";
|
|
204
|
+
}, {
|
|
205
|
+
readonly surfaceId: "agents_md_managed_block";
|
|
206
|
+
readonly purpose: "Root agent-instruction pointer that tells agents this target is GDH-managed.";
|
|
207
|
+
readonly owner: "mixed";
|
|
208
|
+
readonly targetLocations: readonly ["AGENTS.md#GDH managed block"];
|
|
209
|
+
readonly discoveryRequirement: "root_agent_instruction";
|
|
210
|
+
readonly migrationBehavior: "Patch only the GDH-owned marker block; preserve user-authored AGENTS.md content around it.";
|
|
211
|
+
readonly staleBehavior: "Replace the managed block when its version or target pointers drift.";
|
|
212
|
+
readonly finalDisposition: "keep_discoverability_shim";
|
|
213
|
+
readonly dispositionRationale: "A tiny root pointer is useful for discoverability, but full GDH docs must not live in root instructions.";
|
|
214
|
+
readonly followUpPhase: "77";
|
|
215
|
+
}, {
|
|
216
|
+
readonly surfaceId: "guidance_unit_set";
|
|
217
|
+
readonly purpose: "Generated GDH guidance units currently emitted as target-local docs.";
|
|
218
|
+
readonly owner: "gdh";
|
|
219
|
+
readonly targetLocations: readonly [".gdh/guidance/*.md"];
|
|
220
|
+
readonly discoveryRequirement: "durable_gdh_truth";
|
|
221
|
+
readonly migrationBehavior: "Current versions deterministically re-render units from package templates.";
|
|
222
|
+
readonly staleBehavior: "Version drift replaces generated units in the GDH-owned guidance directory.";
|
|
223
|
+
readonly finalDisposition: "move_under_gdh";
|
|
224
|
+
readonly dispositionRationale: "Durable GDH target guidance belongs under .gdh. Command-specific/onboarding guidance should be folded into skills during the skill repack.";
|
|
225
|
+
readonly followUpPhase: null;
|
|
226
|
+
}, {
|
|
227
|
+
readonly surfaceId: "guidance_index";
|
|
228
|
+
readonly purpose: "Generated index for GDH guidance units.";
|
|
229
|
+
readonly owner: "gdh";
|
|
230
|
+
readonly targetLocations: readonly [".gdh/guidance/README.md"];
|
|
231
|
+
readonly discoveryRequirement: "durable_gdh_truth";
|
|
232
|
+
readonly migrationBehavior: "Current versions deterministically re-render the index from generated units.";
|
|
233
|
+
readonly staleBehavior: "Version drift replaces the generated index in the GDH-owned guidance directory.";
|
|
234
|
+
readonly finalDisposition: "move_under_gdh";
|
|
235
|
+
readonly dispositionRationale: "The index should move with the guidance corpus under .gdh, leaving only minimal root/provider pointers.";
|
|
236
|
+
readonly followUpPhase: null;
|
|
237
|
+
}, {
|
|
238
|
+
readonly surfaceId: "gdh_project_yaml";
|
|
239
|
+
readonly purpose: "Durable GDH project configuration and pinned GDH version.";
|
|
240
|
+
readonly owner: "mixed";
|
|
241
|
+
readonly targetLocations: readonly [".gdh/project.yaml"];
|
|
242
|
+
readonly discoveryRequirement: "durable_gdh_truth";
|
|
243
|
+
readonly migrationBehavior: "Schema migrations preserve user-selected values while updating GDH-owned shape.";
|
|
244
|
+
readonly staleBehavior: "Schema/pin drift is handled by migration planning and explicit apply.";
|
|
245
|
+
readonly finalDisposition: "move_under_gdh";
|
|
246
|
+
readonly dispositionRationale: "This already lives in the correct durable GDH namespace.";
|
|
247
|
+
readonly followUpPhase: null;
|
|
248
|
+
}, {
|
|
249
|
+
readonly surfaceId: "gdh_rules_yaml";
|
|
250
|
+
readonly purpose: "Durable GDH project rules and policy defaults.";
|
|
251
|
+
readonly owner: "mixed";
|
|
252
|
+
readonly targetLocations: readonly [".gdh/rules.yaml"];
|
|
253
|
+
readonly discoveryRequirement: "durable_gdh_truth";
|
|
254
|
+
readonly migrationBehavior: "Byte-equal defaults can be upgraded automatically; user-customized rules require conflict-aware migration.";
|
|
255
|
+
readonly staleBehavior: "Default drift is auto-replaceable only when prior content is still known GDH default content.";
|
|
256
|
+
readonly finalDisposition: "move_under_gdh";
|
|
257
|
+
readonly dispositionRationale: "Rules are durable GDH target truth and already live under .gdh.";
|
|
258
|
+
readonly followUpPhase: null;
|
|
259
|
+
}, {
|
|
260
|
+
readonly surfaceId: "run_configuration_set";
|
|
261
|
+
readonly purpose: "User-authored run configurations managed by GDH schema.";
|
|
262
|
+
readonly owner: "mixed";
|
|
263
|
+
readonly targetLocations: readonly [".gdh/run-configurations/*.yaml"];
|
|
264
|
+
readonly discoveryRequirement: "durable_gdh_truth";
|
|
265
|
+
readonly migrationBehavior: "Schema migrations preserve user-authored run intent and route semantic changes through review.";
|
|
266
|
+
readonly staleBehavior: "Schema drift requires migration; user values are not overwritten as deterministic render output.";
|
|
267
|
+
readonly finalDisposition: "move_under_gdh";
|
|
268
|
+
readonly dispositionRationale: "Run configurations are durable GDH target truth and already live under .gdh.";
|
|
269
|
+
readonly followUpPhase: null;
|
|
270
|
+
}, {
|
|
271
|
+
readonly surfaceId: "verification_scenario_set";
|
|
272
|
+
readonly purpose: "User-authored verification scenarios managed by GDH schema.";
|
|
273
|
+
readonly owner: "mixed";
|
|
274
|
+
readonly targetLocations: readonly [".gdh/verification-scenarios/*.yaml"];
|
|
275
|
+
readonly discoveryRequirement: "durable_gdh_truth";
|
|
276
|
+
readonly migrationBehavior: "Schema migrations preserve user-authored verification intent and route semantic changes through review.";
|
|
277
|
+
readonly staleBehavior: "Schema drift requires migration; user values are not overwritten as deterministic render output.";
|
|
278
|
+
readonly finalDisposition: "move_under_gdh";
|
|
279
|
+
readonly dispositionRationale: "Verification scenarios are durable GDH target truth and already live under .gdh.";
|
|
280
|
+
readonly followUpPhase: null;
|
|
281
|
+
}, {
|
|
282
|
+
readonly surfaceId: "project_godot";
|
|
283
|
+
readonly purpose: "Godot project manifest touched only through explicit allowlisted project-native operations.";
|
|
284
|
+
readonly owner: "project";
|
|
285
|
+
readonly targetLocations: readonly ["project.godot"];
|
|
286
|
+
readonly discoveryRequirement: "project_native";
|
|
287
|
+
readonly migrationBehavior: "GDH may only apply registered allowlisted operations such as autoload/plugin updates.";
|
|
288
|
+
readonly staleBehavior: "Unallowlisted drift is project-owned and must not be treated as GDH stale content.";
|
|
289
|
+
readonly finalDisposition: "keep_project_native";
|
|
290
|
+
readonly dispositionRationale: "This is not GDH-owned target guidance. It remains Godot project truth with explicit operation allowlists.";
|
|
291
|
+
readonly followUpPhase: null;
|
|
292
|
+
}];
|
|
293
|
+
export declare function assertManagedTargetSurfaceInventoryComplete(): void;
|
|
294
|
+
//# sourceMappingURL=managed-target-surface-inventory.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"managed-target-surface-inventory.d.ts","sourceRoot":"","sources":["../../src/migrations/managed-target-surface-inventory.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,4BAA4B,GAAG,KAAK,GAAG,SAAS,GAAG,cAAc,GAAG,OAAO,CAAC;AAExF,MAAM,MAAM,2CAA2C,GACnD,wBAAwB,GACxB,gBAAgB,GAChB,yBAAyB,GACzB,qBAAqB,GACrB,sBAAsB,GACtB,eAAe,GACf,mBAAmB,GACnB,gBAAgB,CAAC;AAErB,MAAM,MAAM,uCAAuC,GAC/C,2BAA2B,GAC3B,gBAAgB,GAChB,iBAAiB,GACjB,uCAAuC,GACvC,QAAQ,GACR,qBAAqB,CAAC;AAE1B,MAAM,MAAM,oCAAoC,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE7E,MAAM,WAAW,qCAAqC;IACpD,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,KAAK,EAAE,4BAA4B,CAAC;IAC7C,QAAQ,CAAC,eAAe,EAAE,SAAS,MAAM,EAAE,CAAC;IAC5C,QAAQ,CAAC,oBAAoB,EAAE,2CAA2C,CAAC;IAC3E,QAAQ,CAAC,iBAAiB,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,gBAAgB,EAAE,uCAAuC,CAAC;IACnE,QAAQ,CAAC,oBAAoB,EAAE,MAAM,CAAC;IACtC,QAAQ,CAAC,aAAa,EAAE,oCAAoC,CAAC;CAC9D;AAsZD,eAAO,MAAM,oCAAoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGoB,CAAC;AAEtE,wBAAgB,2CAA2C,IAAI,IAAI,CA0BlE"}
|