workspai 0.43.0 → 0.44.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.
Files changed (173) hide show
  1. package/README.md +26 -13
  2. package/contracts/agent-customization-pack.v1.json +1 -1
  3. package/contracts/autopilot-release.v1.json +204 -0
  4. package/contracts/cli-operation-result.v1.json +119 -0
  5. package/contracts/command-capabilities.v1.json +138 -0
  6. package/contracts/compatibility-matrix.v1.json +37 -0
  7. package/contracts/create-planner-capabilities.v1.json +156 -65
  8. package/contracts/doctor-project-scan.v2.json +60 -0
  9. package/contracts/doctor-remediation-plan.v1.json +19 -4
  10. package/contracts/doctor-remediation-plan.v2.json +7 -0
  11. package/contracts/doctor-workspace-cache.v2.json +82 -0
  12. package/contracts/extension-cli-compatibility.v1.json +47 -3
  13. package/contracts/infra-plan.v1.json +189 -0
  14. package/contracts/private-product-manifest.v1.json +155 -0
  15. package/contracts/product-factory-plan.v1.json +200 -0
  16. package/contracts/project-archive.v1.json +40 -0
  17. package/contracts/project-entry-capability.v1.json +127 -0
  18. package/contracts/published-contract-catalog.v1.json +334 -0
  19. package/contracts/runtime-command-surface.v1.json +239 -10
  20. package/contracts/version.v1.json +48 -0
  21. package/contracts/workspace-archive-capabilities.v1.json +90 -0
  22. package/contracts/workspace-archive-manifest.v1.json +107 -0
  23. package/contracts/workspace-archive-operation-result.v1.json +565 -0
  24. package/contracts/workspace-intelligence/agent-customization-pack-report.v1.json +98 -0
  25. package/contracts/workspace-intelligence/agent-hooks.v1.json +38 -0
  26. package/contracts/workspace-intelligence/agent-reports-index.v1.json +56 -0
  27. package/contracts/workspace-intelligence/mcp-design.v1.json +42 -0
  28. package/contracts/workspace-intelligence/workspace-context.v1.json +12 -0
  29. package/contracts/workspace-intelligence/workspace-explain.v1.json +1 -0
  30. package/contracts/workspace-intelligence-architecture.v1.json +723 -0
  31. package/contracts/workspace-intelligence-chain.v1.json +1194 -0
  32. package/contracts/workspace-list.v1.json +56 -0
  33. package/contracts/workspace-model-cache.v1.json +55 -0
  34. package/contracts/workspace-snapshot.v1.json +58 -0
  35. package/contracts/workspace-snapshot.v2.json +97 -0
  36. package/contracts/workspace-sync.v1.json +30 -0
  37. package/contracts/workspace-watch-event.v1.json +112 -0
  38. package/dist/analyze-6OCBM4ID.js +1 -0
  39. package/dist/{artifact-remediation-plan-5GJWPPRS.js → artifact-remediation-plan-Z7OCSME3.js} +3 -3
  40. package/dist/autopilot-release-LI2WJCEW.js +1 -0
  41. package/dist/{chunk-LZQNVH7D.js → chunk-2K3GYCPS.js} +1 -1
  42. package/dist/chunk-2QN6BMM7.js +2 -0
  43. package/dist/chunk-2QOWRBQD.js +1 -0
  44. package/dist/chunk-5AKYMAIL.js +1 -0
  45. package/dist/{chunk-RE773WOX.js → chunk-5PVEQ6CZ.js} +5 -5
  46. package/dist/{chunk-AFSZHLQT.js → chunk-7EIMPQR3.js} +1 -1
  47. package/dist/{chunk-3KXW53QI.js → chunk-7IHLTPZ6.js} +1 -1
  48. package/dist/chunk-7RIWU5TZ.js +1 -0
  49. package/dist/{chunk-T6OR6YOI.js → chunk-7UZVOYF5.js} +1 -1
  50. package/dist/chunk-B66A4TVP.js +1 -0
  51. package/dist/chunk-CL6TGI4Q.js +8 -0
  52. package/dist/chunk-FWJV7CCI.js +2 -0
  53. package/dist/chunk-J4AICQFB.js +1 -0
  54. package/dist/chunk-JICOD2GI.js +1 -0
  55. package/dist/{chunk-OJEWQO3Z.js → chunk-JP25YL3J.js} +17 -17
  56. package/dist/chunk-L2Q7B2OJ.js +1 -0
  57. package/dist/chunk-L3E6IRUQ.js +8 -0
  58. package/dist/chunk-LG6RFLPZ.js +1 -0
  59. package/dist/chunk-LGP6WXS2.js +4 -0
  60. package/dist/{chunk-VRDF2J46.js → chunk-M4VITK6X.js} +52 -50
  61. package/dist/chunk-NTXO7BMH.js +4 -0
  62. package/dist/{chunk-LPZFK3Y6.js → chunk-OW4UNG27.js} +65 -66
  63. package/dist/{chunk-LUP4U6EE.js → chunk-P424XYHP.js} +1 -1
  64. package/dist/chunk-P4SWTY5X.js +33 -0
  65. package/dist/chunk-TQEMLBAG.js +1 -0
  66. package/dist/chunk-TRMDODFM.js +13 -0
  67. package/dist/chunk-UNF72FTB.js +1 -0
  68. package/dist/chunk-V5JN4TDX.js +2 -0
  69. package/dist/chunk-VA5MRHKM.js +2 -0
  70. package/dist/chunk-XIVFLY6G.js +1 -0
  71. package/dist/chunk-YUX4YFGL.js +78 -0
  72. package/dist/{create-WRZO4HK2.js → create-DFAWAS5C.js} +1 -1
  73. package/dist/demo-kit-DZ7TPG7K.js +149 -0
  74. package/dist/doctor-PVSWDBJL.js +1 -0
  75. package/dist/{dotnet-webapi-clean-IPY3MCGQ.js → dotnet-webapi-clean-BYUUHX5Y.js} +20 -20
  76. package/dist/{gofiber-standard-N5N3QGH3.js → gofiber-standard-B6UK5GR7.js} +31 -31
  77. package/dist/{gogin-standard-LAWQTBWL.js → gogin-standard-BXU44VEM.js} +31 -31
  78. package/dist/index.d.ts +250 -24
  79. package/dist/index.js +218 -182
  80. package/dist/pipeline-ND734AJM.js +5 -0
  81. package/dist/{platform-capabilities-XAVU4HSM.js → platform-capabilities-YICBF4FA.js} +1 -1
  82. package/dist/{pythonRapidkitExec-3L3XJBSY.js → pythonRapidkitExec-UJYIB6FL.js} +1 -1
  83. package/dist/{springboot-standard-OZYF7ZM7.js → springboot-standard-PEHDKH2L.js} +27 -27
  84. package/dist/{workspace-PR6VZRBG.js → workspace-FQT3QIRS.js} +1 -1
  85. package/dist/workspace-agent-sync-ZYCPXTU3.js +1 -0
  86. package/dist/workspace-archive-EEGLHZDW.js +10 -0
  87. package/dist/workspace-context-WAGGJCDL.js +1 -0
  88. package/dist/{workspace-contract-XUGMCUSQ.js → workspace-contract-SEI4SNSG.js} +1 -1
  89. package/dist/workspace-explain-MVGGRCDN.js +1 -0
  90. package/dist/workspace-explain-contract-KT757JGQ.js +1 -0
  91. package/dist/{workspace-feedback-R6H4UFZB.js → workspace-feedback-RCB25NFO.js} +1 -1
  92. package/dist/{workspace-foundation-KGSV4E6D.js → workspace-foundation-KXDL6P6X.js} +1 -1
  93. package/dist/{workspace-history-CGCK2DJI.js → workspace-history-M4QQBIPB.js} +1 -1
  94. package/dist/workspace-intelligence-QOGD2TZS.js +1 -0
  95. package/dist/workspace-mcp-serve-CEFKEMYG.js +3 -0
  96. package/dist/{workspace-model-PNXXOGPO.js → workspace-model-GMSRBICO.js} +1 -1
  97. package/dist/workspace-registry-summary-S52SEJAG.js +1 -0
  98. package/dist/workspace-run-VC4OUPRF.js +1 -0
  99. package/dist/{workspace-verify-WSDUUTR5.js → workspace-verify-NP4GMFSV.js} +1 -1
  100. package/dist/workspace-watch-IIBH3Y25.js +1 -0
  101. package/docs/AI_FEATURES.md +67 -34
  102. package/docs/README.md +2 -1
  103. package/docs/commands-reference.md +26 -14
  104. package/docs/contracts/ARTIFACT_CATALOG.md +60 -36
  105. package/docs/contracts/README.md +3 -2
  106. package/docs/create-planner-capabilities.md +36 -18
  107. package/docs/workspace-operations.md +25 -0
  108. package/package.json +35 -13
  109. package/scripts/enterprise-package-smoke.mjs +40 -8
  110. package/scripts/prepack-enterprise.mjs +8 -0
  111. package/templates/kits/fastapi-ddd/.gitignore.j2 +11 -0
  112. package/templates/kits/fastapi-ddd/README.md.j2 +23 -18
  113. package/templates/kits/fastapi-ddd/common/env.example.j2 +2 -2
  114. package/templates/kits/fastapi-ddd/pyproject.toml.j2 +7 -7
  115. package/templates/kits/fastapi-ddd/src/app/config/__init__.py.j2 +1 -1
  116. package/templates/kits/fastapi-ddd/src/cli.py.j2 +6 -9
  117. package/templates/kits/fastapi-ddd/src/main.py.j2 +1 -1
  118. package/templates/kits/fastapi-standard/.gitignore.j2 +11 -0
  119. package/templates/kits/fastapi-standard/README.md.j2 +35 -30
  120. package/templates/kits/fastapi-standard/common/env.example.j2 +2 -2
  121. package/templates/kits/fastapi-standard/pyproject.toml.j2 +7 -7
  122. package/templates/kits/fastapi-standard/src/cli.py.j2 +7 -10
  123. package/templates/kits/fastapi-standard/src/main.py.j2 +1 -1
  124. package/templates/kits/fastapi-standard/src/routing/examples.py.j2 +1 -1
  125. package/templates/kits/fastapi-standard/tests/test_examples.py.j2 +1 -1
  126. package/templates/kits/nestjs-standard/.dockerignore.j2 +11 -0
  127. package/templates/kits/nestjs-standard/.eslintrc.js.j2 +25 -0
  128. package/templates/kits/nestjs-standard/.gitignore.j2 +22 -0
  129. package/templates/kits/nestjs-standard/.node-version.j2 +1 -0
  130. package/templates/kits/nestjs-standard/.nvmrc.j2 +1 -0
  131. package/templates/kits/nestjs-standard/.prettierrc.j2 +7 -0
  132. package/templates/kits/nestjs-standard/README.md.j2 +23 -18
  133. package/templates/kits/nestjs-standard/docs/README.md.j2 +2 -2
  134. package/templates/kits/nestjs-standard/jest.config.ts.j2 +1 -7
  135. package/templates/kits/nestjs-standard/package.json.j2 +1 -1
  136. package/templates/kits/nestjs-standard/src/config/configuration.ts.j2 +4 -4
  137. package/templates/kits/nestjs-standard/src/main.ts.j2 +1 -1
  138. package/templates/kits/nestjs-standard/src/modules/index.ts.j2 +1 -1
  139. package/templates/kits/nestjs-standard/tsconfig.build.json.j2 +1 -1
  140. package/templates/kits/nestjs-standard/tsconfig.json.j2 +1 -1
  141. package/dist/analyze-5BU4QIPK.js +0 -1
  142. package/dist/autopilot-release-QYUOVB26.js +0 -1
  143. package/dist/chunk-54XJNLYC.js +0 -13
  144. package/dist/chunk-5SWNSJGW.js +0 -1
  145. package/dist/chunk-753LOKFZ.js +0 -2
  146. package/dist/chunk-AAKUNWPR.js +0 -78
  147. package/dist/chunk-AQ4XZZC6.js +0 -1
  148. package/dist/chunk-CVTCPPEF.js +0 -1
  149. package/dist/chunk-DNAY5ALC.js +0 -1
  150. package/dist/chunk-EWYYLJQY.js +0 -2
  151. package/dist/chunk-LO4C4VXR.js +0 -4
  152. package/dist/chunk-LYC6AIF2.js +0 -2
  153. package/dist/chunk-NAAQMSO3.js +0 -1
  154. package/dist/chunk-NFUXULIF.js +0 -1
  155. package/dist/chunk-OL64GWQC.js +0 -9
  156. package/dist/chunk-PI5KUXDA.js +0 -7
  157. package/dist/chunk-SI3AQKIP.js +0 -1
  158. package/dist/chunk-VZKSNUEE.js +0 -2
  159. package/dist/chunk-WU4ZRRA5.js +0 -4
  160. package/dist/chunk-XEJD4KCV.js +0 -33
  161. package/dist/demo-kit-AJ5LIM5G.js +0 -149
  162. package/dist/doctor-MF3M3FS3.js +0 -1
  163. package/dist/pipeline-QCUHFWDY.js +0 -5
  164. package/dist/workspace-agent-sync-KTYF3HQR.js +0 -1
  165. package/dist/workspace-archive-GCZNI44O.js +0 -3
  166. package/dist/workspace-context-QUTOP2XV.js +0 -1
  167. package/dist/workspace-explain-JEONEGZZ.js +0 -1
  168. package/dist/workspace-explain-contract-DNS2YEL7.js +0 -1
  169. package/dist/workspace-intelligence-QJGVL37U.js +0 -1
  170. package/dist/workspace-mcp-serve-AK4MYEHQ.js +0 -3
  171. package/dist/workspace-registry-summary-RUJE6RPH.js +0 -1
  172. package/dist/workspace-run-Y7YMUIHX.js +0 -1
  173. package/dist/workspace-watch-AGPOJ74Q.js +0 -1
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "schemaVersion": "rapidkit-create-planner-capabilities-v1",
3
3
  "lanes": {
4
- "native-create": {
4
+ "native": {
5
5
  "status": "available",
6
6
  "meaning": "Workspai owns the scaffold contract, marker, registry, doctor, bootstrap, and workspace model path."
7
7
  },
8
- "external-create-adopt": {
9
- "status": "planned",
10
- "meaning": "A stable ecosystem generator exists, but Workspai does not yet own the post-create contract."
8
+ "official": {
9
+ "status": "available",
10
+ "meaning": "A stable ecosystem generator exists. Available entries run the official generator and then register the project; planned entries fall back to adopt/import."
11
11
  },
12
- "adopt-only": {
12
+ "existing": {
13
13
  "status": "available",
14
14
  "meaning": "The project enters Workspace Intelligence through import/adopt, not native create."
15
15
  }
@@ -70,97 +70,182 @@
70
70
  "owner": "npm",
71
71
  "stability": "preview",
72
72
  "moduleSupport": false
73
- },
73
+ }
74
+ ],
75
+ "officialCreate": [
74
76
  {
75
77
  "id": "frontend.nextjs",
76
- "runtime": "node",
77
- "framework": "nextjs",
78
- "owner": "npm",
79
- "stability": "stable",
80
- "moduleSupport": false
78
+ "aliases": [
79
+ "frontend.nextjs",
80
+ "next",
81
+ "nextjs",
82
+ "next.js"
83
+ ],
84
+ "ecosystem": "nextjs",
85
+ "status": "available",
86
+ "canExecuteCreate": true,
87
+ "officialCommands": [
88
+ "npx create-next-app@latest <name>"
89
+ ],
90
+ "adoptAfterCreate": true
81
91
  },
82
92
  {
83
93
  "id": "frontend.remix",
84
- "runtime": "node",
85
- "framework": "remix",
86
- "owner": "npm",
87
- "stability": "stable",
88
- "moduleSupport": false
94
+ "aliases": [
95
+ "frontend.remix",
96
+ "remix",
97
+ "remix-run",
98
+ "react-router"
99
+ ],
100
+ "ecosystem": "remix",
101
+ "status": "available",
102
+ "canExecuteCreate": true,
103
+ "officialCommands": [
104
+ "npx create-react-router@latest <name>"
105
+ ],
106
+ "adoptAfterCreate": true
89
107
  },
90
108
  {
91
109
  "id": "frontend.vite-react",
92
- "runtime": "node",
93
- "framework": "react",
94
- "owner": "npm",
95
- "stability": "stable",
96
- "moduleSupport": false
110
+ "aliases": [
111
+ "frontend.vite-react",
112
+ "vite-react",
113
+ "react",
114
+ "vite.react"
115
+ ],
116
+ "ecosystem": "react",
117
+ "status": "available",
118
+ "canExecuteCreate": true,
119
+ "officialCommands": [
120
+ "npm create vite@latest <name> -- --template react-ts"
121
+ ],
122
+ "adoptAfterCreate": true
97
123
  },
98
124
  {
99
125
  "id": "frontend.vite-vue",
100
- "runtime": "node",
101
- "framework": "vue",
102
- "owner": "npm",
103
- "stability": "stable",
104
- "moduleSupport": false
126
+ "aliases": [
127
+ "frontend.vite-vue",
128
+ "vite-vue",
129
+ "vue",
130
+ "vite.vue"
131
+ ],
132
+ "ecosystem": "vue",
133
+ "status": "available",
134
+ "canExecuteCreate": true,
135
+ "officialCommands": [
136
+ "npm create vite@latest <name> -- --template vue-ts"
137
+ ],
138
+ "adoptAfterCreate": true
105
139
  },
106
140
  {
107
141
  "id": "frontend.vite-svelte",
108
- "runtime": "node",
109
- "framework": "svelte",
110
- "owner": "npm",
111
- "stability": "stable",
112
- "moduleSupport": false
142
+ "aliases": [
143
+ "frontend.vite-svelte",
144
+ "vite-svelte",
145
+ "svelte",
146
+ "vite.svelte"
147
+ ],
148
+ "ecosystem": "svelte",
149
+ "status": "available",
150
+ "canExecuteCreate": true,
151
+ "officialCommands": [
152
+ "npm create vite@latest <name> -- --template svelte-ts"
153
+ ],
154
+ "adoptAfterCreate": true
113
155
  },
114
156
  {
115
157
  "id": "frontend.vite-solid",
116
- "runtime": "node",
117
- "framework": "solid",
118
- "owner": "npm",
119
- "stability": "stable",
120
- "moduleSupport": false
158
+ "aliases": [
159
+ "frontend.vite-solid",
160
+ "vite-solid",
161
+ "solid",
162
+ "solidjs",
163
+ "vite.solid"
164
+ ],
165
+ "ecosystem": "solid",
166
+ "status": "available",
167
+ "canExecuteCreate": true,
168
+ "officialCommands": [
169
+ "npm create vite@latest <name> -- --template solid-ts"
170
+ ],
171
+ "adoptAfterCreate": true
121
172
  },
122
173
  {
123
174
  "id": "frontend.vite-vanilla",
124
- "runtime": "node",
125
- "framework": "vite",
126
- "owner": "npm",
127
- "stability": "stable",
128
- "moduleSupport": false
175
+ "aliases": [
176
+ "frontend.vite-vanilla",
177
+ "vite",
178
+ "vanilla",
179
+ "vite-vanilla"
180
+ ],
181
+ "ecosystem": "vite",
182
+ "status": "available",
183
+ "canExecuteCreate": true,
184
+ "officialCommands": [
185
+ "npm create vite@latest <name> -- --template vanilla-ts"
186
+ ],
187
+ "adoptAfterCreate": true
129
188
  },
130
189
  {
131
190
  "id": "frontend.nuxt",
132
- "runtime": "node",
133
- "framework": "nuxt",
134
- "owner": "npm",
135
- "stability": "stable",
136
- "moduleSupport": false
191
+ "aliases": [
192
+ "frontend.nuxt",
193
+ "nuxt",
194
+ "nuxtjs",
195
+ "nuxt.js"
196
+ ],
197
+ "ecosystem": "nuxt",
198
+ "status": "available",
199
+ "canExecuteCreate": true,
200
+ "officialCommands": [
201
+ "npx create-nuxt@latest <name> --template minimal --packageManager npm --gitInit true"
202
+ ],
203
+ "adoptAfterCreate": true
137
204
  },
138
205
  {
139
206
  "id": "frontend.angular",
140
- "runtime": "node",
141
- "framework": "angular",
142
- "owner": "npm",
143
- "stability": "stable",
144
- "moduleSupport": false
207
+ "aliases": [
208
+ "frontend.angular",
209
+ "angular",
210
+ "ng"
211
+ ],
212
+ "ecosystem": "angular",
213
+ "status": "available",
214
+ "canExecuteCreate": true,
215
+ "officialCommands": [
216
+ "npx @angular/cli@19 new <name>"
217
+ ],
218
+ "adoptAfterCreate": true
145
219
  },
146
220
  {
147
221
  "id": "frontend.astro",
148
- "runtime": "node",
149
- "framework": "astro",
150
- "owner": "npm",
151
- "stability": "stable",
152
- "moduleSupport": false
222
+ "aliases": [
223
+ "frontend.astro",
224
+ "astro"
225
+ ],
226
+ "ecosystem": "astro",
227
+ "status": "available",
228
+ "canExecuteCreate": true,
229
+ "officialCommands": [
230
+ "npm create astro@4 <name>"
231
+ ],
232
+ "adoptAfterCreate": true
153
233
  },
154
234
  {
155
235
  "id": "frontend.sveltekit",
156
- "runtime": "node",
157
- "framework": "sveltekit",
158
- "owner": "npm",
159
- "stability": "stable",
160
- "moduleSupport": false
161
- }
162
- ],
163
- "externalCreateAdopt": [
236
+ "aliases": [
237
+ "frontend.sveltekit",
238
+ "sveltekit",
239
+ "svelte-kit"
240
+ ],
241
+ "ecosystem": "sveltekit",
242
+ "status": "available",
243
+ "canExecuteCreate": true,
244
+ "officialCommands": [
245
+ "npx sv@latest create <name>"
246
+ ],
247
+ "adoptAfterCreate": true
248
+ },
164
249
  {
165
250
  "id": "wordpress-site",
166
251
  "aliases": [
@@ -171,6 +256,7 @@
171
256
  ],
172
257
  "ecosystem": "wordpress",
173
258
  "status": "planned",
259
+ "canExecuteCreate": false,
174
260
  "officialCommands": [
175
261
  "wp core download",
176
262
  "wp config create",
@@ -188,6 +274,7 @@
188
274
  ],
189
275
  "ecosystem": "wordpress",
190
276
  "status": "planned",
277
+ "canExecuteCreate": false,
191
278
  "officialCommands": [
192
279
  "npx @wordpress/create-block@latest <slug>"
193
280
  ],
@@ -201,6 +288,7 @@
201
288
  ],
202
289
  "ecosystem": "php",
203
290
  "status": "planned",
291
+ "canExecuteCreate": false,
204
292
  "officialCommands": [
205
293
  "composer create-project laravel/laravel <name>"
206
294
  ],
@@ -214,6 +302,7 @@
214
302
  ],
215
303
  "ecosystem": "php",
216
304
  "status": "planned",
305
+ "canExecuteCreate": false,
217
306
  "officialCommands": [
218
307
  "composer create-project symfony/skeleton <name>"
219
308
  ],
@@ -228,13 +317,14 @@
228
317
  ],
229
318
  "ecosystem": "ruby",
230
319
  "status": "planned",
320
+ "canExecuteCreate": false,
231
321
  "officialCommands": [
232
322
  "rails new <name>"
233
323
  ],
234
324
  "adoptAfterCreate": true
235
325
  }
236
326
  ],
237
- "adoptOnlyRuntimes": [
327
+ "existingRuntimeSignals": [
238
328
  "php",
239
329
  "ruby",
240
330
  "rust",
@@ -246,6 +336,7 @@
246
336
  "productRules": [
247
337
  "Do not translate unsupported stack requests into unrelated native kits.",
248
338
  "If native create is unavailable, explain the lane and guide to adopt/import.",
339
+ "The existing lane is open-ended for readable projects; existingRuntimeSignals are examples for planner detection, not an allowlist.",
249
340
  "Use the same capability contract in CLI, CI, VS Code, and AI planning surfaces."
250
341
  ]
251
342
  }
@@ -0,0 +1,60 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "required": [
5
+ "schemaVersion",
6
+ "name",
7
+ "path",
8
+ "venvActive",
9
+ "depsInstalled",
10
+ "coreInstalled",
11
+ "issues"
12
+ ],
13
+ "properties": {
14
+ "schemaVersion": {
15
+ "const": "doctor-project-scan-v2"
16
+ },
17
+ "name": {
18
+ "type": "string",
19
+ "minLength": 1
20
+ },
21
+ "path": {
22
+ "type": "string",
23
+ "minLength": 1
24
+ },
25
+ "venvActive": {
26
+ "type": "boolean"
27
+ },
28
+ "depsInstalled": {
29
+ "type": "boolean"
30
+ },
31
+ "coreInstalled": {
32
+ "type": "boolean"
33
+ },
34
+ "issues": {
35
+ "type": "array",
36
+ "items": {
37
+ "type": "string"
38
+ }
39
+ },
40
+ "fixCommands": {
41
+ "type": "array",
42
+ "items": {
43
+ "type": "string"
44
+ }
45
+ },
46
+ "runtimeFamily": {
47
+ "type": "string"
48
+ },
49
+ "projectKind": {
50
+ "type": "string"
51
+ },
52
+ "probes": {
53
+ "type": "array",
54
+ "items": {
55
+ "type": "object"
56
+ }
57
+ }
58
+ },
59
+ "additionalProperties": true
60
+ }
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "https://rapidkit.dev/contracts/doctor-remediation-plan.v1.json",
4
- "title": "RapidKit Doctor Remediation Plan",
4
+ "title": "RapidKit Doctor Remediation Plan v2 Legacy Path Alias",
5
+ "description": "Deprecated compatibility path. New consumers must resolve contracts/doctor-remediation-plan.v2.json.",
5
6
  "type": "object",
6
7
  "additionalProperties": false,
7
8
  "required": [
@@ -142,7 +143,15 @@
142
143
  "repairIntent": {
143
144
  "type": "object",
144
145
  "additionalProperties": false,
145
- "required": ["mode", "primaryAction", "requiresApproval"],
146
+ "required": [
147
+ "mode",
148
+ "confidence",
149
+ "primaryActionLabel",
150
+ "requiresApproval",
151
+ "requiresFreshEvidence",
152
+ "reason",
153
+ "relatedCommands"
154
+ ],
146
155
  "properties": {
147
156
  "mode": {
148
157
  "enum": [
@@ -155,7 +164,7 @@
155
164
  "manual-guidance"
156
165
  ]
157
166
  },
158
- "primaryAction": {
167
+ "primaryActionLabel": {
159
168
  "type": "string"
160
169
  },
161
170
  "requiresApproval": {
@@ -164,7 +173,13 @@
164
173
  "confidence": {
165
174
  "enum": ["high", "medium", "low"]
166
175
  },
167
- "notes": {
176
+ "requiresFreshEvidence": {
177
+ "type": "boolean"
178
+ },
179
+ "reason": {
180
+ "type": "string"
181
+ },
182
+ "relatedCommands": {
168
183
  "type": "array",
169
184
  "items": {
170
185
  "type": "string"
@@ -0,0 +1,7 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://rapidkit.dev/contracts/doctor-remediation-plan.v2.json",
4
+ "title": "RapidKit Doctor Remediation Plan v2",
5
+ "description": "Canonical v2 contract. The referenced v1 path is retained as a deprecated compatibility alias.",
6
+ "$ref": "doctor-remediation-plan.v1.json"
7
+ }
@@ -0,0 +1,82 @@
1
+ {
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "type": "object",
4
+ "required": [
5
+ "schemaVersion",
6
+ "signature",
7
+ "generatedAt",
8
+ "projects"
9
+ ],
10
+ "properties": {
11
+ "schemaVersion": {
12
+ "const": "doctor-workspace-cache-v2"
13
+ },
14
+ "signature": {
15
+ "type": "string",
16
+ "minLength": 1
17
+ },
18
+ "generatedAt": {
19
+ "type": "string",
20
+ "format": "date-time"
21
+ },
22
+ "projects": {
23
+ "type": "array",
24
+ "items": {
25
+ "type": "object",
26
+ "required": [
27
+ "name",
28
+ "path",
29
+ "venvActive",
30
+ "depsInstalled",
31
+ "coreInstalled",
32
+ "issues"
33
+ ],
34
+ "properties": {
35
+ "name": {
36
+ "type": "string",
37
+ "minLength": 1
38
+ },
39
+ "path": {
40
+ "type": "string",
41
+ "minLength": 1
42
+ },
43
+ "venvActive": {
44
+ "type": "boolean"
45
+ },
46
+ "depsInstalled": {
47
+ "type": "boolean"
48
+ },
49
+ "coreInstalled": {
50
+ "type": "boolean"
51
+ },
52
+ "issues": {
53
+ "type": "array",
54
+ "items": {
55
+ "type": "string"
56
+ }
57
+ },
58
+ "fixCommands": {
59
+ "type": "array",
60
+ "items": {
61
+ "type": "string"
62
+ }
63
+ },
64
+ "runtimeFamily": {
65
+ "type": "string"
66
+ },
67
+ "projectKind": {
68
+ "type": "string"
69
+ },
70
+ "probes": {
71
+ "type": "array",
72
+ "items": {
73
+ "type": "object"
74
+ }
75
+ }
76
+ },
77
+ "additionalProperties": true
78
+ }
79
+ }
80
+ },
81
+ "additionalProperties": true
82
+ }
@@ -1,9 +1,35 @@
1
1
  {
2
2
  "schemaVersion": "rapidkit-extension-cli-compatibility.v1",
3
3
  "cli": "workspai",
4
- "minimumVerifiedCliVersion": "0.42.0",
4
+ "minimumVerifiedCliVersion": "0.44.0",
5
5
  "publishedContractSchemas": {
6
6
  "runtimeCommandSurface": "rapidkit-runtime-command-surface-v1",
7
+ "cliOperationResult": "workspai-cli-operation-result-v1",
8
+ "publishedContractCatalog": "workspai-published-contract-catalog-v1",
9
+ "workspaceArchiveCapabilities": "workspai-workspace-archive-capabilities-v1",
10
+ "workspaceArchiveManifest": "workspai-workspace-archive-manifest-v1",
11
+ "workspaceArchiveOperationResult": "workspai-workspace-archive-operation-result-v1",
12
+ "projectEntryCapability": "workspai-project-entry-capability-v1",
13
+ "workspaceIntelligenceArchitecture": "workspai-workspace-intelligence-architecture-v1",
14
+ "workspaceIntelligenceChain": "workspai-workspace-intelligence-chain-v1",
15
+ "workspaceIntelligenceArtifacts": {
16
+ "model": "workspace-model.v1",
17
+ "snapshot": "workspace-model-snapshot.v1",
18
+ "diff": "workspace-model-diff.v1",
19
+ "impact": "workspace-impact.v1",
20
+ "analyze": "rapidkit-analyze-v1",
21
+ "doctor": "doctor-workspace-evidence-v1",
22
+ "contractVerify": "workspace-contract-verify.v1",
23
+ "readiness": "release-readiness-v1",
24
+ "verify": "workspace-verify.v1",
25
+ "history": "workspace-intelligence-history.v1",
26
+ "agentContext": "workspace-context.v1",
27
+ "agentIndex": "rapidkit-agent-reports-index.v1",
28
+ "agentCustomizationPack": "rapidkit-agent-customization-pack.v1",
29
+ "skillsIndex": "workspace-skills-index.v1",
30
+ "agents": null,
31
+ "explain": "workspace-explain.v1"
32
+ },
7
33
  "cliLogEvent": "cli-log-event-v1",
8
34
  "freshnessMetadata": "rapidkit-freshness-metadata-v1",
9
35
  "factFreshness": "rapidkit-fact-freshness-v1",
@@ -14,13 +40,31 @@
14
40
  "workspaceContext": "workspace-context.v1",
15
41
  "workspaceDependencyGraph": "workspace-dependency-graph.v1",
16
42
  "workspaceIntelligenceHistory": "workspace-intelligence-history.v1",
17
- "agentCustomizationPack": "rapidkit-agent-customization-pack.v1",
43
+ "agentCustomizationPackCapabilities": "workspai-agent-customization-pack-capabilities.v1",
44
+ "agentCustomizationPackReport": "rapidkit-agent-customization-pack.v1",
45
+ "agentReportsIndex": "rapidkit-agent-reports-index.v1",
18
46
  "workspaceOperationalSkill": "workspace-operational-skill.v1",
19
47
  "workspaceSkillsIndex": "workspace-skills-index.v1",
20
48
  "workspaceExplain": "workspace-explain.v1",
21
49
  "agentActionOutcome": "agent-action-outcome.v1",
22
50
  "doctorRemediationPlan": "doctor-remediation-plan-v2",
23
51
  "artifactRemediationPlan": "artifact-remediation-plan-v1",
24
- "doctorFixResult": "rapidkit-doctor-fix-result-v1"
52
+ "doctorFixResult": "rapidkit-doctor-fix-result-v1",
53
+ "autopilotRelease": "autopilot-release-v1",
54
+ "workspaceList": "rapidkit-workspace-list-v1",
55
+ "workspaceSync": "rapidkit-workspace-sync-v1",
56
+ "compatibilityMatrix": "rapidkit.compatibility-matrix.v1",
57
+ "mcpDesign": "workspai-mcp-design.v1",
58
+ "agentHooks": "workspai-agent-hooks.v1",
59
+ "projectArchive": "rapidkit-project-archive-v1",
60
+ "workspaceSnapshot": "rapidkit-workspace-snapshot-v1",
61
+ "workspaceSnapshotV2": "rapidkit-workspace-snapshot-v2",
62
+ "infraPlan": "rapidkit.infra-plan.v1",
63
+ "privateProductManifest": "rapidkit.private-product-manifest.v1",
64
+ "productFactoryPlan": "rapidkit.product-factory-plan.v1",
65
+ "workspaceModelCache": "workspace-model-cache.v1",
66
+ "workspaceWatchEvent": "workspace-watch-event.v1",
67
+ "doctorProjectScan": "doctor-project-scan-v2",
68
+ "doctorWorkspaceCache": "doctor-workspace-cache-v2"
25
69
  }
26
70
  }