rapidkit 0.33.2 → 0.35.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/README.md +141 -649
- package/contracts/backend-import-stack-parity.snapshot.json +36 -36
- package/contracts/infra-stack.v1.json +190 -47
- package/contracts/module-layout.v1.json +12 -3
- package/contracts/module-support.v1.json +20 -0
- package/contracts/pipeline-last-run.v1.json +80 -0
- package/contracts/runtime-command-surface.v1.json +139 -22
- package/contracts/workspace-intelligence/workspace-context.v1.json +59 -0
- package/contracts/workspace-intelligence/workspace-impact.v1.json +84 -0
- package/contracts/workspace-intelligence/workspace-model-diff.v1.json +105 -0
- package/contracts/workspace-intelligence/workspace-model-snapshot.v1.json +36 -0
- package/contracts/workspace-intelligence/workspace-model.v1.json +50 -0
- package/contracts/workspace-intelligence/workspace-verify.v1.json +111 -0
- package/dist/analyze-IIPDLLM2.js +1 -0
- package/dist/autopilot-release-EO7GQS4P.js +1 -0
- package/dist/chunk-5LLGW5TP.js +9 -0
- package/dist/{chunk-GAHPNUQJ.js → chunk-752X3YI3.js} +84 -84
- package/dist/chunk-A5FBGRJA.js +1 -0
- package/dist/chunk-B7NCBH5B.js +2 -0
- package/dist/chunk-DKVWFHZO.js +4 -0
- package/dist/{workspace-F56NUNVG.js → chunk-FNL34DKD.js} +15 -15
- package/dist/chunk-HHJAANUC.js +1 -0
- package/dist/{chunk-7OGOVP5U.js → chunk-IATULVMR.js} +1 -1
- package/dist/chunk-KDUAZXEQ.js +3 -0
- package/dist/chunk-KMUWWZRT.js +1 -0
- package/dist/chunk-MCLLP6MW.js +2 -0
- package/dist/chunk-OCGZNSOE.js +1 -0
- package/dist/chunk-R4RPUW7I.js +7 -0
- package/dist/chunk-TC2PSHT6.js +50 -0
- package/dist/chunk-UZW5QFRW.js +5 -0
- package/dist/chunk-VPNHGQIV.js +1 -0
- package/dist/chunk-YBS2HGO3.js +2 -0
- package/dist/chunk-YJ24EV3P.js +1 -0
- package/dist/create-LUXJGSNL.js +1 -0
- package/dist/doctor-DG3TBPZN.js +1 -0
- package/dist/imported-projects-registry-ZOCHFWMK.js +1 -0
- package/dist/index.d.ts +29 -2
- package/dist/index.js +135 -132
- package/dist/module-layout-NZ43RSC5.js +1 -0
- package/dist/pipeline-7OTUIB6D.js +5 -0
- package/dist/workspace-ZXWYIZOR.js +1 -0
- package/dist/workspace-context-YFQQROOZ.js +2 -0
- package/dist/{workspace-contract-Z5VYUF3T.js → workspace-contract-A6QP7FPA.js} +1 -1
- package/dist/{workspace-foundation-FJC2TO3N.js → workspace-foundation-TYLH5SAU.js} +1 -1
- package/dist/workspace-intelligence-NXIO55GJ.js +1 -0
- package/dist/workspace-model-OO4WOBJS.js +1 -0
- package/dist/workspace-run-AZ63D75J.js +1 -0
- package/dist/workspace-verify-K56NI3AI.js +1 -0
- package/package.json +17 -6
- package/dist/analyze-Q2XAYVUQ.js +0 -9
- package/dist/autopilot-release-OTGKHLH7.js +0 -7
- package/dist/chunk-4E6ZGX6V.js +0 -1
- package/dist/chunk-F5CNV47O.js +0 -3
- package/dist/chunk-KXTXQODI.js +0 -5
- package/dist/chunk-QCZGNOTH.js +0 -2
- package/dist/chunk-Y3UKTEZO.js +0 -2
- package/dist/create-ZUS2NTVR.js +0 -1
- package/dist/doctor-T6F2I6VO.js +0 -50
- package/dist/module-layout-J56LHEGH.js +0 -1
- package/dist/workspace-run-QATZ6ED2.js +0 -1
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
}
|
|
2
|
+
"schemaVersion": "backend-import-stack-parity-v1",
|
|
3
|
+
"frameworkToStack": {
|
|
4
|
+
"fastapi": "fastapi",
|
|
5
|
+
"django": "django",
|
|
6
|
+
"flask": "flask",
|
|
7
|
+
"python": "unknown",
|
|
8
|
+
"nestjs": "nestjs",
|
|
9
|
+
"express": "express",
|
|
10
|
+
"fastify": "unknown",
|
|
11
|
+
"koa": "koa",
|
|
12
|
+
"node": "unknown",
|
|
13
|
+
"gofiber": "go",
|
|
14
|
+
"gogin": "go",
|
|
15
|
+
"echo": "go",
|
|
16
|
+
"go": "go",
|
|
17
|
+
"springboot": "springboot",
|
|
18
|
+
"java": "unknown",
|
|
19
|
+
"rails": "rails",
|
|
20
|
+
"ruby": "unknown",
|
|
21
|
+
"dotnet": "dotnet",
|
|
22
|
+
"unknown": "unknown"
|
|
23
|
+
},
|
|
24
|
+
"runtimeToStack": {
|
|
25
|
+
"python": "unknown",
|
|
26
|
+
"node": "unknown",
|
|
27
|
+
"nodejs": "unknown",
|
|
28
|
+
"typescript": "unknown",
|
|
29
|
+
"go": "go",
|
|
30
|
+
"golang": "go",
|
|
31
|
+
"java": "unknown",
|
|
32
|
+
"ruby": "unknown",
|
|
33
|
+
"dotnet": "dotnet",
|
|
34
|
+
"csharp": "dotnet",
|
|
35
|
+
"unknown": "unknown"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -1,21 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "rapidkit.infra-stack.v1",
|
|
3
3
|
"description": "Canonical workspace infrastructure service catalog and module/env resolution rules.",
|
|
4
|
-
"futureProfiles": [
|
|
4
|
+
"futureProfiles": [
|
|
5
|
+
"frontend-dev",
|
|
6
|
+
"edge-proxy"
|
|
7
|
+
],
|
|
5
8
|
"services": {
|
|
6
9
|
"postgres": {
|
|
7
10
|
"displayName": "PostgreSQL",
|
|
8
11
|
"category": "database",
|
|
9
12
|
"image": "postgres:16-alpine",
|
|
10
|
-
"ports": [
|
|
13
|
+
"ports": [
|
|
14
|
+
{
|
|
15
|
+
"name": "sql",
|
|
16
|
+
"host": 5432,
|
|
17
|
+
"container": 5432
|
|
18
|
+
}
|
|
19
|
+
],
|
|
11
20
|
"env": {
|
|
12
21
|
"POSTGRES_USER": "rapidkit",
|
|
13
22
|
"POSTGRES_PASSWORD": "rapidkit",
|
|
14
23
|
"POSTGRES_DB": "rapidkit"
|
|
15
24
|
},
|
|
16
|
-
"volumes": [
|
|
25
|
+
"volumes": [
|
|
26
|
+
"postgres_data:/var/lib/postgresql/data"
|
|
27
|
+
],
|
|
17
28
|
"healthcheck": {
|
|
18
|
-
"test": [
|
|
29
|
+
"test": [
|
|
30
|
+
"CMD-SHELL",
|
|
31
|
+
"pg_isready -U rapidkit -d rapidkit"
|
|
32
|
+
],
|
|
19
33
|
"interval": "10s",
|
|
20
34
|
"timeout": "5s",
|
|
21
35
|
"retries": 5
|
|
@@ -29,11 +43,27 @@
|
|
|
29
43
|
"displayName": "Redis",
|
|
30
44
|
"category": "cache",
|
|
31
45
|
"image": "redis:7-alpine",
|
|
32
|
-
"ports": [
|
|
33
|
-
|
|
34
|
-
|
|
46
|
+
"ports": [
|
|
47
|
+
{
|
|
48
|
+
"name": "redis",
|
|
49
|
+
"host": 6379,
|
|
50
|
+
"container": 6379
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"command": [
|
|
54
|
+
"redis-server",
|
|
55
|
+
"--appendonly",
|
|
56
|
+
"yes"
|
|
57
|
+
],
|
|
58
|
+
"volumes": [
|
|
59
|
+
"redis_data:/data"
|
|
60
|
+
],
|
|
35
61
|
"healthcheck": {
|
|
36
|
-
"test": [
|
|
62
|
+
"test": [
|
|
63
|
+
"CMD",
|
|
64
|
+
"redis-cli",
|
|
65
|
+
"ping"
|
|
66
|
+
],
|
|
37
67
|
"interval": "10s",
|
|
38
68
|
"timeout": "3s",
|
|
39
69
|
"retries": 5
|
|
@@ -48,8 +78,16 @@
|
|
|
48
78
|
"displayName": "MongoDB",
|
|
49
79
|
"category": "database",
|
|
50
80
|
"image": "mongo:7",
|
|
51
|
-
"ports": [
|
|
52
|
-
|
|
81
|
+
"ports": [
|
|
82
|
+
{
|
|
83
|
+
"name": "mongo",
|
|
84
|
+
"host": 27017,
|
|
85
|
+
"container": 27017
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"volumes": [
|
|
89
|
+
"mongo_data:/data/db"
|
|
90
|
+
],
|
|
53
91
|
"connectionEnv": {
|
|
54
92
|
"MONGODB_URI": "mongodb://localhost:27017/rapidkit",
|
|
55
93
|
"MONGO_URL": "mongodb://localhost:27017/rapidkit"
|
|
@@ -59,7 +97,13 @@
|
|
|
59
97
|
"displayName": "MySQL",
|
|
60
98
|
"category": "database",
|
|
61
99
|
"image": "mysql:8.4",
|
|
62
|
-
"ports": [
|
|
100
|
+
"ports": [
|
|
101
|
+
{
|
|
102
|
+
"name": "mysql",
|
|
103
|
+
"host": 3306,
|
|
104
|
+
"container": 3306
|
|
105
|
+
}
|
|
106
|
+
],
|
|
63
107
|
"env": {
|
|
64
108
|
"MYSQL_ROOT_PASSWORD": "rapidkit",
|
|
65
109
|
"MYSQL_DATABASE": "rapidkit",
|
|
@@ -67,7 +111,15 @@
|
|
|
67
111
|
"MYSQL_PASSWORD": "rapidkit"
|
|
68
112
|
},
|
|
69
113
|
"healthcheck": {
|
|
70
|
-
"test": [
|
|
114
|
+
"test": [
|
|
115
|
+
"CMD",
|
|
116
|
+
"mysqladmin",
|
|
117
|
+
"ping",
|
|
118
|
+
"-h",
|
|
119
|
+
"127.0.0.1",
|
|
120
|
+
"-urapidkit",
|
|
121
|
+
"-prapidkit"
|
|
122
|
+
],
|
|
71
123
|
"interval": "10s",
|
|
72
124
|
"timeout": "5s",
|
|
73
125
|
"retries": 5
|
|
@@ -81,11 +133,24 @@
|
|
|
81
133
|
"category": "queue",
|
|
82
134
|
"image": "rabbitmq:3-management-alpine",
|
|
83
135
|
"ports": [
|
|
84
|
-
{
|
|
85
|
-
|
|
136
|
+
{
|
|
137
|
+
"name": "amqp",
|
|
138
|
+
"host": 5672,
|
|
139
|
+
"container": 5672
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"name": "management",
|
|
143
|
+
"host": 15672,
|
|
144
|
+
"container": 15672
|
|
145
|
+
}
|
|
86
146
|
],
|
|
87
147
|
"healthcheck": {
|
|
88
|
-
"test": [
|
|
148
|
+
"test": [
|
|
149
|
+
"CMD",
|
|
150
|
+
"rabbitmq-diagnostics",
|
|
151
|
+
"-q",
|
|
152
|
+
"ping"
|
|
153
|
+
],
|
|
89
154
|
"interval": "15s",
|
|
90
155
|
"timeout": "10s",
|
|
91
156
|
"retries": 5
|
|
@@ -100,8 +165,16 @@
|
|
|
100
165
|
"category": "communication",
|
|
101
166
|
"image": "axllent/mailpit:latest",
|
|
102
167
|
"ports": [
|
|
103
|
-
{
|
|
104
|
-
|
|
168
|
+
{
|
|
169
|
+
"name": "smtp",
|
|
170
|
+
"host": 1025,
|
|
171
|
+
"container": 1025
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "ui",
|
|
175
|
+
"host": 8025,
|
|
176
|
+
"container": 8025
|
|
177
|
+
}
|
|
105
178
|
],
|
|
106
179
|
"connectionEnv": {
|
|
107
180
|
"SMTP_HOST": "localhost",
|
|
@@ -114,15 +187,30 @@
|
|
|
114
187
|
"category": "storage",
|
|
115
188
|
"image": "minio/minio:latest",
|
|
116
189
|
"ports": [
|
|
117
|
-
{
|
|
118
|
-
|
|
190
|
+
{
|
|
191
|
+
"name": "s3",
|
|
192
|
+
"host": 9000,
|
|
193
|
+
"container": 9000
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"name": "console",
|
|
197
|
+
"host": 9001,
|
|
198
|
+
"container": 9001
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"command": [
|
|
202
|
+
"server",
|
|
203
|
+
"/data",
|
|
204
|
+
"--console-address",
|
|
205
|
+
":9001"
|
|
119
206
|
],
|
|
120
|
-
"command": ["server", "/data", "--console-address", ":9001"],
|
|
121
207
|
"env": {
|
|
122
208
|
"MINIO_ROOT_USER": "rapidkit",
|
|
123
209
|
"MINIO_ROOT_PASSWORD": "rapidkit-dev"
|
|
124
210
|
},
|
|
125
|
-
"volumes": [
|
|
211
|
+
"volumes": [
|
|
212
|
+
"minio_data:/data"
|
|
213
|
+
],
|
|
126
214
|
"connectionEnv": {
|
|
127
215
|
"AWS_S3_ENDPOINT": "http://localhost:9000",
|
|
128
216
|
"S3_ENDPOINT_URL": "http://localhost:9000"
|
|
@@ -130,33 +218,88 @@
|
|
|
130
218
|
}
|
|
131
219
|
},
|
|
132
220
|
"moduleMappings": {
|
|
133
|
-
"free/database/db_postgres": [
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
"free/
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
"free/
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
"free/
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
"free/
|
|
221
|
+
"free/database/db_postgres": [
|
|
222
|
+
"postgres"
|
|
223
|
+
],
|
|
224
|
+
"free/database/db_mongo": [
|
|
225
|
+
"mongo"
|
|
226
|
+
],
|
|
227
|
+
"free/database/db_mysql": [
|
|
228
|
+
"mysql"
|
|
229
|
+
],
|
|
230
|
+
"free/cache/redis": [
|
|
231
|
+
"redis"
|
|
232
|
+
],
|
|
233
|
+
"free/tasks/celery": [
|
|
234
|
+
"redis"
|
|
235
|
+
],
|
|
236
|
+
"free/tasks/workflow_engine": [
|
|
237
|
+
"postgres",
|
|
238
|
+
"redis"
|
|
239
|
+
],
|
|
240
|
+
"free/tasks/queue_platform": [
|
|
241
|
+
"redis"
|
|
242
|
+
],
|
|
243
|
+
"free/tasks/event_bus": [
|
|
244
|
+
"redis"
|
|
245
|
+
],
|
|
246
|
+
"free/communication/webhook_platform": [
|
|
247
|
+
"postgres",
|
|
248
|
+
"redis"
|
|
249
|
+
],
|
|
250
|
+
"free/communication/email": [
|
|
251
|
+
"mailpit"
|
|
252
|
+
],
|
|
253
|
+
"free/business/storage": [
|
|
254
|
+
"minio"
|
|
255
|
+
],
|
|
256
|
+
"free/security/audit_policy": [
|
|
257
|
+
"postgres"
|
|
258
|
+
],
|
|
259
|
+
"free/business/approval_engine": [
|
|
260
|
+
"postgres",
|
|
261
|
+
"redis"
|
|
262
|
+
]
|
|
146
263
|
},
|
|
147
264
|
"envVarMappings": {
|
|
148
|
-
"DATABASE_URL": [
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
"
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
"
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
"
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
"
|
|
265
|
+
"DATABASE_URL": [
|
|
266
|
+
"postgres"
|
|
267
|
+
],
|
|
268
|
+
"RAPIDKIT_DB_POSTGRES_URL": [
|
|
269
|
+
"postgres"
|
|
270
|
+
],
|
|
271
|
+
"REDIS_URL": [
|
|
272
|
+
"redis"
|
|
273
|
+
],
|
|
274
|
+
"CELERY_BROKER_URL": [
|
|
275
|
+
"redis"
|
|
276
|
+
],
|
|
277
|
+
"CELERY_RESULT_BACKEND": [
|
|
278
|
+
"redis"
|
|
279
|
+
],
|
|
280
|
+
"MONGODB_URI": [
|
|
281
|
+
"mongo"
|
|
282
|
+
],
|
|
283
|
+
"MONGO_URL": [
|
|
284
|
+
"mongo"
|
|
285
|
+
],
|
|
286
|
+
"MYSQL_URL": [
|
|
287
|
+
"mysql"
|
|
288
|
+
],
|
|
289
|
+
"RABBITMQ_URL": [
|
|
290
|
+
"rabbitmq"
|
|
291
|
+
],
|
|
292
|
+
"SMTP_HOST": [
|
|
293
|
+
"mailpit"
|
|
294
|
+
],
|
|
295
|
+
"MAIL_URL": [
|
|
296
|
+
"mailpit"
|
|
297
|
+
],
|
|
298
|
+
"AWS_S3_ENDPOINT": [
|
|
299
|
+
"minio"
|
|
300
|
+
],
|
|
301
|
+
"S3_ENDPOINT_URL": [
|
|
302
|
+
"minio"
|
|
303
|
+
]
|
|
161
304
|
}
|
|
162
305
|
}
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
"src/routing/__init__.py",
|
|
11
11
|
"src/modules/__init__.py"
|
|
12
12
|
],
|
|
13
|
-
"moduleMarkerFiles": [
|
|
13
|
+
"moduleMarkerFiles": [
|
|
14
|
+
"__init__.py"
|
|
15
|
+
]
|
|
14
16
|
},
|
|
15
17
|
"nestjs": {
|
|
16
18
|
"moduleCommands": true,
|
|
@@ -18,8 +20,15 @@
|
|
|
18
20
|
"src/app.module.ts",
|
|
19
21
|
"src/modules/index.ts"
|
|
20
22
|
],
|
|
21
|
-
"moduleMarkerFiles": [
|
|
23
|
+
"moduleMarkerFiles": [
|
|
24
|
+
"index.ts",
|
|
25
|
+
"module.ts"
|
|
26
|
+
]
|
|
22
27
|
}
|
|
23
28
|
},
|
|
24
|
-
"unsupportedModuleFrameworks": [
|
|
29
|
+
"unsupportedModuleFrameworks": [
|
|
30
|
+
"go",
|
|
31
|
+
"springboot",
|
|
32
|
+
"dotnet"
|
|
33
|
+
]
|
|
25
34
|
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "rapidkit-module-support-v1",
|
|
3
|
+
"moduleCapableProjectTypes": ["fastapi", "nestjs"],
|
|
4
|
+
"moduleCapableKitIds": ["fastapi.standard", "fastapi.ddd", "nestjs.standard"],
|
|
5
|
+
"moduleUnsupportedBackendProjectTypes": ["go", "springboot", "dotnet"],
|
|
6
|
+
"moduleUnsupportedFrontendProjectTypes": [
|
|
7
|
+
"nextjs",
|
|
8
|
+
"remix",
|
|
9
|
+
"vite-react",
|
|
10
|
+
"vite-vue",
|
|
11
|
+
"vite-svelte",
|
|
12
|
+
"vite-solid",
|
|
13
|
+
"vite-vanilla",
|
|
14
|
+
"nuxt",
|
|
15
|
+
"angular",
|
|
16
|
+
"astro",
|
|
17
|
+
"sveltekit"
|
|
18
|
+
],
|
|
19
|
+
"policyNote": "RapidKit modules are Core-backed templates for FastAPI and NestJS backends only. Frontend scaffolds and extended backend kits use native package ecosystems."
|
|
20
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://getrapidkit.com/schemas/pipeline-last-run.v1.json",
|
|
4
|
+
"title": "RapidKit Governance Pipeline Last Run",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"required": [
|
|
7
|
+
"schemaVersion",
|
|
8
|
+
"generatedAt",
|
|
9
|
+
"workspacePath",
|
|
10
|
+
"summary",
|
|
11
|
+
"stages",
|
|
12
|
+
"blockingReasons",
|
|
13
|
+
"artifacts"
|
|
14
|
+
],
|
|
15
|
+
"properties": {
|
|
16
|
+
"schemaVersion": {
|
|
17
|
+
"const": "rapidkit-pipeline-v1"
|
|
18
|
+
},
|
|
19
|
+
"generatedAt": {
|
|
20
|
+
"type": "string",
|
|
21
|
+
"format": "date-time"
|
|
22
|
+
},
|
|
23
|
+
"workspacePath": {
|
|
24
|
+
"type": "string",
|
|
25
|
+
"minLength": 1
|
|
26
|
+
},
|
|
27
|
+
"summary": {
|
|
28
|
+
"type": "object",
|
|
29
|
+
"required": ["verdict", "exitCode", "stagesPassed", "stagesWarn", "stagesFailed"],
|
|
30
|
+
"properties": {
|
|
31
|
+
"verdict": {
|
|
32
|
+
"enum": ["ready", "needs-attention", "blocked"]
|
|
33
|
+
},
|
|
34
|
+
"exitCode": {
|
|
35
|
+
"enum": [0, 1, 2, 3]
|
|
36
|
+
},
|
|
37
|
+
"stagesPassed": { "type": "integer", "minimum": 0 },
|
|
38
|
+
"stagesWarn": { "type": "integer", "minimum": 0 },
|
|
39
|
+
"stagesFailed": { "type": "integer", "minimum": 0 }
|
|
40
|
+
},
|
|
41
|
+
"additionalProperties": false
|
|
42
|
+
},
|
|
43
|
+
"stages": {
|
|
44
|
+
"type": "array",
|
|
45
|
+
"items": {
|
|
46
|
+
"type": "object",
|
|
47
|
+
"required": ["name", "status", "durationMs", "summary"],
|
|
48
|
+
"properties": {
|
|
49
|
+
"name": {
|
|
50
|
+
"enum": ["sync", "doctor", "analyze", "readiness", "autopilot"]
|
|
51
|
+
},
|
|
52
|
+
"status": {
|
|
53
|
+
"enum": ["pass", "warn", "fail", "skipped"]
|
|
54
|
+
},
|
|
55
|
+
"durationMs": { "type": "integer", "minimum": 0 },
|
|
56
|
+
"summary": { "type": "string" },
|
|
57
|
+
"exitCode": { "type": "integer" },
|
|
58
|
+
"evidencePath": { "type": "string" }
|
|
59
|
+
},
|
|
60
|
+
"additionalProperties": true
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
"blockingReasons": {
|
|
64
|
+
"type": "array",
|
|
65
|
+
"items": { "type": "string" }
|
|
66
|
+
},
|
|
67
|
+
"artifacts": {
|
|
68
|
+
"type": "object",
|
|
69
|
+
"required": ["reportPath"],
|
|
70
|
+
"properties": {
|
|
71
|
+
"reportPath": { "type": "string" },
|
|
72
|
+
"analyzeEvidencePath": { "type": "string" },
|
|
73
|
+
"readinessEvidencePath": { "type": "string" },
|
|
74
|
+
"autopilotEvidencePath": { "type": "string" }
|
|
75
|
+
},
|
|
76
|
+
"additionalProperties": true
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
"additionalProperties": true
|
|
80
|
+
}
|