@slowcook-ai/cli 0.11.8 → 0.11.10

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.
@@ -13,19 +13,19 @@ export declare const SpecProposalsSchema: z.ZodObject<{
13
13
  } & {
14
14
  sql: z.ZodString;
15
15
  }, "strip", z.ZodTypeAny, {
16
- sql: string;
17
16
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
18
17
  proposed_by: string;
19
- rationale?: string | undefined;
18
+ sql: string;
20
19
  approved_by?: string | undefined;
21
20
  approved_at?: string | undefined;
21
+ rationale?: string | undefined;
22
22
  }, {
23
- sql: string;
24
23
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
25
24
  proposed_by: string;
26
- rationale?: string | undefined;
25
+ sql: string;
27
26
  approved_by?: string | undefined;
28
27
  approved_at?: string | undefined;
28
+ rationale?: string | undefined;
29
29
  }>>;
30
30
  ui_layout: z.ZodOptional<z.ZodObject<{
31
31
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -41,23 +41,23 @@ export declare const SpecProposalsSchema: z.ZodObject<{
41
41
  }, "strip", z.ZodTypeAny, {
42
42
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
43
43
  proposed_by: string;
44
+ approved_by?: string | undefined;
45
+ approved_at?: string | undefined;
44
46
  rationale?: string | undefined;
45
47
  viewport_coverage?: string[] | undefined;
46
48
  components_to_reuse?: string[] | undefined;
47
49
  tokens_to_reuse?: string[] | undefined;
48
50
  tokens_to_add?: string[] | undefined;
49
- approved_by?: string | undefined;
50
- approved_at?: string | undefined;
51
51
  }, {
52
52
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
53
53
  proposed_by: string;
54
+ approved_by?: string | undefined;
55
+ approved_at?: string | undefined;
54
56
  rationale?: string | undefined;
55
57
  viewport_coverage?: string[] | undefined;
56
58
  components_to_reuse?: string[] | undefined;
57
59
  tokens_to_reuse?: string[] | undefined;
58
60
  tokens_to_add?: string[] | undefined;
59
- approved_by?: string | undefined;
60
- approved_at?: string | undefined;
61
61
  }>>;
62
62
  routes: z.ZodOptional<z.ZodObject<{
63
63
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -83,9 +83,9 @@ export declare const SpecProposalsSchema: z.ZodObject<{
83
83
  path: string;
84
84
  file: string;
85
85
  }[];
86
- rationale?: string | undefined;
87
86
  approved_by?: string | undefined;
88
87
  approved_at?: string | undefined;
88
+ rationale?: string | undefined;
89
89
  }, {
90
90
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
91
91
  proposed_by: string;
@@ -93,9 +93,9 @@ export declare const SpecProposalsSchema: z.ZodObject<{
93
93
  path: string;
94
94
  file: string;
95
95
  }[];
96
- rationale?: string | undefined;
97
96
  approved_by?: string | undefined;
98
97
  approved_at?: string | undefined;
98
+ rationale?: string | undefined;
99
99
  }>>;
100
100
  auth: z.ZodOptional<z.ZodObject<{
101
101
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -108,17 +108,17 @@ export declare const SpecProposalsSchema: z.ZodObject<{
108
108
  }, "strip", z.ZodTypeAny, {
109
109
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
110
110
  proposed_by: string;
111
- rationale?: string | undefined;
112
- requirements?: string[] | undefined;
113
111
  approved_by?: string | undefined;
114
112
  approved_at?: string | undefined;
113
+ rationale?: string | undefined;
114
+ requirements?: string[] | undefined;
115
115
  }, {
116
116
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
117
117
  proposed_by: string;
118
- rationale?: string | undefined;
119
- requirements?: string[] | undefined;
120
118
  approved_by?: string | undefined;
121
119
  approved_at?: string | undefined;
120
+ rationale?: string | undefined;
121
+ requirements?: string[] | undefined;
122
122
  }>>;
123
123
  perf_budget: z.ZodOptional<z.ZodObject<{
124
124
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -131,17 +131,17 @@ export declare const SpecProposalsSchema: z.ZodObject<{
131
131
  }, "strip", z.ZodTypeAny, {
132
132
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
133
133
  proposed_by: string;
134
- rationale?: string | undefined;
135
- budgets?: Record<string, number> | undefined;
136
134
  approved_by?: string | undefined;
137
135
  approved_at?: string | undefined;
136
+ rationale?: string | undefined;
137
+ budgets?: Record<string, number> | undefined;
138
138
  }, {
139
139
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
140
140
  proposed_by: string;
141
- rationale?: string | undefined;
142
- budgets?: Record<string, number> | undefined;
143
141
  approved_by?: string | undefined;
144
142
  approved_at?: string | undefined;
143
+ rationale?: string | undefined;
144
+ budgets?: Record<string, number> | undefined;
145
145
  }>>;
146
146
  observability: z.ZodOptional<z.ZodObject<{
147
147
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -164,25 +164,25 @@ export declare const SpecProposalsSchema: z.ZodObject<{
164
164
  }, "strip", z.ZodTypeAny, {
165
165
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
166
166
  proposed_by: string;
167
+ approved_by?: string | undefined;
168
+ approved_at?: string | undefined;
167
169
  rationale?: string | undefined;
168
170
  log_events?: string[] | undefined;
169
171
  metrics?: {
170
172
  type: string;
171
173
  name: string;
172
174
  }[] | undefined;
173
- approved_by?: string | undefined;
174
- approved_at?: string | undefined;
175
175
  }, {
176
176
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
177
177
  proposed_by: string;
178
+ approved_by?: string | undefined;
179
+ approved_at?: string | undefined;
178
180
  rationale?: string | undefined;
179
181
  log_events?: string[] | undefined;
180
182
  metrics?: {
181
183
  type: string;
182
184
  name: string;
183
185
  }[] | undefined;
184
- approved_by?: string | undefined;
185
- approved_at?: string | undefined;
186
186
  }>>;
187
187
  infra: z.ZodOptional<z.ZodObject<{
188
188
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -197,21 +197,21 @@ export declare const SpecProposalsSchema: z.ZodObject<{
197
197
  }, "strip", z.ZodTypeAny, {
198
198
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
199
199
  proposed_by: string;
200
- rationale?: string | undefined;
201
- runtime?: string | undefined;
202
- deploy_target?: string | undefined;
203
200
  notes?: string | undefined;
204
201
  approved_by?: string | undefined;
205
202
  approved_at?: string | undefined;
206
- }, {
207
- status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
208
- proposed_by: string;
209
203
  rationale?: string | undefined;
210
204
  runtime?: string | undefined;
211
205
  deploy_target?: string | undefined;
206
+ }, {
207
+ status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
208
+ proposed_by: string;
212
209
  notes?: string | undefined;
213
210
  approved_by?: string | undefined;
214
211
  approved_at?: string | undefined;
212
+ rationale?: string | undefined;
213
+ runtime?: string | undefined;
214
+ deploy_target?: string | undefined;
215
215
  }>>;
216
216
  api_shape: z.ZodOptional<z.ZodObject<{
217
217
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -239,6 +239,8 @@ export declare const SpecProposalsSchema: z.ZodObject<{
239
239
  }, "strip", z.ZodTypeAny, {
240
240
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
241
241
  proposed_by: string;
242
+ approved_by?: string | undefined;
243
+ approved_at?: string | undefined;
242
244
  rationale?: string | undefined;
243
245
  endpoints?: {
244
246
  path: string;
@@ -246,11 +248,11 @@ export declare const SpecProposalsSchema: z.ZodObject<{
246
248
  request_schema?: unknown;
247
249
  responses?: Record<string, unknown> | undefined;
248
250
  }[] | undefined;
249
- approved_by?: string | undefined;
250
- approved_at?: string | undefined;
251
251
  }, {
252
252
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
253
253
  proposed_by: string;
254
+ approved_by?: string | undefined;
255
+ approved_at?: string | undefined;
254
256
  rationale?: string | undefined;
255
257
  endpoints?: {
256
258
  path: string;
@@ -258,28 +260,26 @@ export declare const SpecProposalsSchema: z.ZodObject<{
258
260
  request_schema?: unknown;
259
261
  responses?: Record<string, unknown> | undefined;
260
262
  }[] | undefined;
261
- approved_by?: string | undefined;
262
- approved_at?: string | undefined;
263
263
  }>>;
264
264
  }, "strip", z.ZodTypeAny, {
265
265
  schema?: {
266
- sql: string;
267
266
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
268
267
  proposed_by: string;
269
- rationale?: string | undefined;
268
+ sql: string;
270
269
  approved_by?: string | undefined;
271
270
  approved_at?: string | undefined;
271
+ rationale?: string | undefined;
272
272
  } | undefined;
273
273
  ui_layout?: {
274
274
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
275
275
  proposed_by: string;
276
+ approved_by?: string | undefined;
277
+ approved_at?: string | undefined;
276
278
  rationale?: string | undefined;
277
279
  viewport_coverage?: string[] | undefined;
278
280
  components_to_reuse?: string[] | undefined;
279
281
  tokens_to_reuse?: string[] | undefined;
280
282
  tokens_to_add?: string[] | undefined;
281
- approved_by?: string | undefined;
282
- approved_at?: string | undefined;
283
283
  } | undefined;
284
284
  routes?: {
285
285
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
@@ -288,51 +288,53 @@ export declare const SpecProposalsSchema: z.ZodObject<{
288
288
  path: string;
289
289
  file: string;
290
290
  }[];
291
- rationale?: string | undefined;
292
291
  approved_by?: string | undefined;
293
292
  approved_at?: string | undefined;
293
+ rationale?: string | undefined;
294
294
  } | undefined;
295
295
  auth?: {
296
296
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
297
297
  proposed_by: string;
298
- rationale?: string | undefined;
299
- requirements?: string[] | undefined;
300
298
  approved_by?: string | undefined;
301
299
  approved_at?: string | undefined;
300
+ rationale?: string | undefined;
301
+ requirements?: string[] | undefined;
302
302
  } | undefined;
303
303
  perf_budget?: {
304
304
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
305
305
  proposed_by: string;
306
- rationale?: string | undefined;
307
- budgets?: Record<string, number> | undefined;
308
306
  approved_by?: string | undefined;
309
307
  approved_at?: string | undefined;
308
+ rationale?: string | undefined;
309
+ budgets?: Record<string, number> | undefined;
310
310
  } | undefined;
311
311
  observability?: {
312
312
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
313
313
  proposed_by: string;
314
+ approved_by?: string | undefined;
315
+ approved_at?: string | undefined;
314
316
  rationale?: string | undefined;
315
317
  log_events?: string[] | undefined;
316
318
  metrics?: {
317
319
  type: string;
318
320
  name: string;
319
321
  }[] | undefined;
320
- approved_by?: string | undefined;
321
- approved_at?: string | undefined;
322
322
  } | undefined;
323
323
  infra?: {
324
324
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
325
325
  proposed_by: string;
326
- rationale?: string | undefined;
327
- runtime?: string | undefined;
328
- deploy_target?: string | undefined;
329
326
  notes?: string | undefined;
330
327
  approved_by?: string | undefined;
331
328
  approved_at?: string | undefined;
329
+ rationale?: string | undefined;
330
+ runtime?: string | undefined;
331
+ deploy_target?: string | undefined;
332
332
  } | undefined;
333
333
  api_shape?: {
334
334
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
335
335
  proposed_by: string;
336
+ approved_by?: string | undefined;
337
+ approved_at?: string | undefined;
336
338
  rationale?: string | undefined;
337
339
  endpoints?: {
338
340
  path: string;
@@ -340,28 +342,26 @@ export declare const SpecProposalsSchema: z.ZodObject<{
340
342
  request_schema?: unknown;
341
343
  responses?: Record<string, unknown> | undefined;
342
344
  }[] | undefined;
343
- approved_by?: string | undefined;
344
- approved_at?: string | undefined;
345
345
  } | undefined;
346
346
  }, {
347
347
  schema?: {
348
- sql: string;
349
348
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
350
349
  proposed_by: string;
351
- rationale?: string | undefined;
350
+ sql: string;
352
351
  approved_by?: string | undefined;
353
352
  approved_at?: string | undefined;
353
+ rationale?: string | undefined;
354
354
  } | undefined;
355
355
  ui_layout?: {
356
356
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
357
357
  proposed_by: string;
358
+ approved_by?: string | undefined;
359
+ approved_at?: string | undefined;
358
360
  rationale?: string | undefined;
359
361
  viewport_coverage?: string[] | undefined;
360
362
  components_to_reuse?: string[] | undefined;
361
363
  tokens_to_reuse?: string[] | undefined;
362
364
  tokens_to_add?: string[] | undefined;
363
- approved_by?: string | undefined;
364
- approved_at?: string | undefined;
365
365
  } | undefined;
366
366
  routes?: {
367
367
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
@@ -370,51 +370,53 @@ export declare const SpecProposalsSchema: z.ZodObject<{
370
370
  path: string;
371
371
  file: string;
372
372
  }[];
373
- rationale?: string | undefined;
374
373
  approved_by?: string | undefined;
375
374
  approved_at?: string | undefined;
375
+ rationale?: string | undefined;
376
376
  } | undefined;
377
377
  auth?: {
378
378
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
379
379
  proposed_by: string;
380
- rationale?: string | undefined;
381
- requirements?: string[] | undefined;
382
380
  approved_by?: string | undefined;
383
381
  approved_at?: string | undefined;
382
+ rationale?: string | undefined;
383
+ requirements?: string[] | undefined;
384
384
  } | undefined;
385
385
  perf_budget?: {
386
386
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
387
387
  proposed_by: string;
388
- rationale?: string | undefined;
389
- budgets?: Record<string, number> | undefined;
390
388
  approved_by?: string | undefined;
391
389
  approved_at?: string | undefined;
390
+ rationale?: string | undefined;
391
+ budgets?: Record<string, number> | undefined;
392
392
  } | undefined;
393
393
  observability?: {
394
394
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
395
395
  proposed_by: string;
396
+ approved_by?: string | undefined;
397
+ approved_at?: string | undefined;
396
398
  rationale?: string | undefined;
397
399
  log_events?: string[] | undefined;
398
400
  metrics?: {
399
401
  type: string;
400
402
  name: string;
401
403
  }[] | undefined;
402
- approved_by?: string | undefined;
403
- approved_at?: string | undefined;
404
404
  } | undefined;
405
405
  infra?: {
406
406
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
407
407
  proposed_by: string;
408
- rationale?: string | undefined;
409
- runtime?: string | undefined;
410
- deploy_target?: string | undefined;
411
408
  notes?: string | undefined;
412
409
  approved_by?: string | undefined;
413
410
  approved_at?: string | undefined;
411
+ rationale?: string | undefined;
412
+ runtime?: string | undefined;
413
+ deploy_target?: string | undefined;
414
414
  } | undefined;
415
415
  api_shape?: {
416
416
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
417
417
  proposed_by: string;
418
+ approved_by?: string | undefined;
419
+ approved_at?: string | undefined;
418
420
  rationale?: string | undefined;
419
421
  endpoints?: {
420
422
  path: string;
@@ -422,8 +424,6 @@ export declare const SpecProposalsSchema: z.ZodObject<{
422
424
  request_schema?: unknown;
423
425
  responses?: Record<string, unknown> | undefined;
424
426
  }[] | undefined;
425
- approved_by?: string | undefined;
426
- approved_at?: string | undefined;
427
427
  } | undefined;
428
428
  }>;
429
429
  export declare function readIndex(repoRoot: string): SpecIndex;
@@ -549,19 +549,19 @@ export declare const schemas: {
549
549
  } & {
550
550
  sql: z.ZodString;
551
551
  }, "strip", z.ZodTypeAny, {
552
- sql: string;
553
552
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
554
553
  proposed_by: string;
555
- rationale?: string | undefined;
554
+ sql: string;
556
555
  approved_by?: string | undefined;
557
556
  approved_at?: string | undefined;
557
+ rationale?: string | undefined;
558
558
  }, {
559
- sql: string;
560
559
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
561
560
  proposed_by: string;
562
- rationale?: string | undefined;
561
+ sql: string;
563
562
  approved_by?: string | undefined;
564
563
  approved_at?: string | undefined;
564
+ rationale?: string | undefined;
565
565
  }>>;
566
566
  ui_layout: z.ZodOptional<z.ZodObject<{
567
567
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -577,23 +577,23 @@ export declare const schemas: {
577
577
  }, "strip", z.ZodTypeAny, {
578
578
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
579
579
  proposed_by: string;
580
+ approved_by?: string | undefined;
581
+ approved_at?: string | undefined;
580
582
  rationale?: string | undefined;
581
583
  viewport_coverage?: string[] | undefined;
582
584
  components_to_reuse?: string[] | undefined;
583
585
  tokens_to_reuse?: string[] | undefined;
584
586
  tokens_to_add?: string[] | undefined;
585
- approved_by?: string | undefined;
586
- approved_at?: string | undefined;
587
587
  }, {
588
588
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
589
589
  proposed_by: string;
590
+ approved_by?: string | undefined;
591
+ approved_at?: string | undefined;
590
592
  rationale?: string | undefined;
591
593
  viewport_coverage?: string[] | undefined;
592
594
  components_to_reuse?: string[] | undefined;
593
595
  tokens_to_reuse?: string[] | undefined;
594
596
  tokens_to_add?: string[] | undefined;
595
- approved_by?: string | undefined;
596
- approved_at?: string | undefined;
597
597
  }>>;
598
598
  routes: z.ZodOptional<z.ZodObject<{
599
599
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -619,9 +619,9 @@ export declare const schemas: {
619
619
  path: string;
620
620
  file: string;
621
621
  }[];
622
- rationale?: string | undefined;
623
622
  approved_by?: string | undefined;
624
623
  approved_at?: string | undefined;
624
+ rationale?: string | undefined;
625
625
  }, {
626
626
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
627
627
  proposed_by: string;
@@ -629,9 +629,9 @@ export declare const schemas: {
629
629
  path: string;
630
630
  file: string;
631
631
  }[];
632
- rationale?: string | undefined;
633
632
  approved_by?: string | undefined;
634
633
  approved_at?: string | undefined;
634
+ rationale?: string | undefined;
635
635
  }>>;
636
636
  auth: z.ZodOptional<z.ZodObject<{
637
637
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -644,17 +644,17 @@ export declare const schemas: {
644
644
  }, "strip", z.ZodTypeAny, {
645
645
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
646
646
  proposed_by: string;
647
- rationale?: string | undefined;
648
- requirements?: string[] | undefined;
649
647
  approved_by?: string | undefined;
650
648
  approved_at?: string | undefined;
649
+ rationale?: string | undefined;
650
+ requirements?: string[] | undefined;
651
651
  }, {
652
652
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
653
653
  proposed_by: string;
654
- rationale?: string | undefined;
655
- requirements?: string[] | undefined;
656
654
  approved_by?: string | undefined;
657
655
  approved_at?: string | undefined;
656
+ rationale?: string | undefined;
657
+ requirements?: string[] | undefined;
658
658
  }>>;
659
659
  perf_budget: z.ZodOptional<z.ZodObject<{
660
660
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -667,17 +667,17 @@ export declare const schemas: {
667
667
  }, "strip", z.ZodTypeAny, {
668
668
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
669
669
  proposed_by: string;
670
- rationale?: string | undefined;
671
- budgets?: Record<string, number> | undefined;
672
670
  approved_by?: string | undefined;
673
671
  approved_at?: string | undefined;
672
+ rationale?: string | undefined;
673
+ budgets?: Record<string, number> | undefined;
674
674
  }, {
675
675
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
676
676
  proposed_by: string;
677
- rationale?: string | undefined;
678
- budgets?: Record<string, number> | undefined;
679
677
  approved_by?: string | undefined;
680
678
  approved_at?: string | undefined;
679
+ rationale?: string | undefined;
680
+ budgets?: Record<string, number> | undefined;
681
681
  }>>;
682
682
  observability: z.ZodOptional<z.ZodObject<{
683
683
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -700,25 +700,25 @@ export declare const schemas: {
700
700
  }, "strip", z.ZodTypeAny, {
701
701
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
702
702
  proposed_by: string;
703
+ approved_by?: string | undefined;
704
+ approved_at?: string | undefined;
703
705
  rationale?: string | undefined;
704
706
  log_events?: string[] | undefined;
705
707
  metrics?: {
706
708
  type: string;
707
709
  name: string;
708
710
  }[] | undefined;
709
- approved_by?: string | undefined;
710
- approved_at?: string | undefined;
711
711
  }, {
712
712
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
713
713
  proposed_by: string;
714
+ approved_by?: string | undefined;
715
+ approved_at?: string | undefined;
714
716
  rationale?: string | undefined;
715
717
  log_events?: string[] | undefined;
716
718
  metrics?: {
717
719
  type: string;
718
720
  name: string;
719
721
  }[] | undefined;
720
- approved_by?: string | undefined;
721
- approved_at?: string | undefined;
722
722
  }>>;
723
723
  infra: z.ZodOptional<z.ZodObject<{
724
724
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -733,21 +733,21 @@ export declare const schemas: {
733
733
  }, "strip", z.ZodTypeAny, {
734
734
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
735
735
  proposed_by: string;
736
- rationale?: string | undefined;
737
- runtime?: string | undefined;
738
- deploy_target?: string | undefined;
739
736
  notes?: string | undefined;
740
737
  approved_by?: string | undefined;
741
738
  approved_at?: string | undefined;
742
- }, {
743
- status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
744
- proposed_by: string;
745
739
  rationale?: string | undefined;
746
740
  runtime?: string | undefined;
747
741
  deploy_target?: string | undefined;
742
+ }, {
743
+ status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
744
+ proposed_by: string;
748
745
  notes?: string | undefined;
749
746
  approved_by?: string | undefined;
750
747
  approved_at?: string | undefined;
748
+ rationale?: string | undefined;
749
+ runtime?: string | undefined;
750
+ deploy_target?: string | undefined;
751
751
  }>>;
752
752
  api_shape: z.ZodOptional<z.ZodObject<{
753
753
  status: z.ZodEnum<["pending", "approved", "rejected", "deferred", "blocked_on_clarification"]>;
@@ -775,6 +775,8 @@ export declare const schemas: {
775
775
  }, "strip", z.ZodTypeAny, {
776
776
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
777
777
  proposed_by: string;
778
+ approved_by?: string | undefined;
779
+ approved_at?: string | undefined;
778
780
  rationale?: string | undefined;
779
781
  endpoints?: {
780
782
  path: string;
@@ -782,11 +784,11 @@ export declare const schemas: {
782
784
  request_schema?: unknown;
783
785
  responses?: Record<string, unknown> | undefined;
784
786
  }[] | undefined;
785
- approved_by?: string | undefined;
786
- approved_at?: string | undefined;
787
787
  }, {
788
788
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
789
789
  proposed_by: string;
790
+ approved_by?: string | undefined;
791
+ approved_at?: string | undefined;
790
792
  rationale?: string | undefined;
791
793
  endpoints?: {
792
794
  path: string;
@@ -794,28 +796,26 @@ export declare const schemas: {
794
796
  request_schema?: unknown;
795
797
  responses?: Record<string, unknown> | undefined;
796
798
  }[] | undefined;
797
- approved_by?: string | undefined;
798
- approved_at?: string | undefined;
799
799
  }>>;
800
800
  }, "strip", z.ZodTypeAny, {
801
801
  schema?: {
802
- sql: string;
803
802
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
804
803
  proposed_by: string;
805
- rationale?: string | undefined;
804
+ sql: string;
806
805
  approved_by?: string | undefined;
807
806
  approved_at?: string | undefined;
807
+ rationale?: string | undefined;
808
808
  } | undefined;
809
809
  ui_layout?: {
810
810
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
811
811
  proposed_by: string;
812
+ approved_by?: string | undefined;
813
+ approved_at?: string | undefined;
812
814
  rationale?: string | undefined;
813
815
  viewport_coverage?: string[] | undefined;
814
816
  components_to_reuse?: string[] | undefined;
815
817
  tokens_to_reuse?: string[] | undefined;
816
818
  tokens_to_add?: string[] | undefined;
817
- approved_by?: string | undefined;
818
- approved_at?: string | undefined;
819
819
  } | undefined;
820
820
  routes?: {
821
821
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
@@ -824,51 +824,53 @@ export declare const schemas: {
824
824
  path: string;
825
825
  file: string;
826
826
  }[];
827
- rationale?: string | undefined;
828
827
  approved_by?: string | undefined;
829
828
  approved_at?: string | undefined;
829
+ rationale?: string | undefined;
830
830
  } | undefined;
831
831
  auth?: {
832
832
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
833
833
  proposed_by: string;
834
- rationale?: string | undefined;
835
- requirements?: string[] | undefined;
836
834
  approved_by?: string | undefined;
837
835
  approved_at?: string | undefined;
836
+ rationale?: string | undefined;
837
+ requirements?: string[] | undefined;
838
838
  } | undefined;
839
839
  perf_budget?: {
840
840
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
841
841
  proposed_by: string;
842
- rationale?: string | undefined;
843
- budgets?: Record<string, number> | undefined;
844
842
  approved_by?: string | undefined;
845
843
  approved_at?: string | undefined;
844
+ rationale?: string | undefined;
845
+ budgets?: Record<string, number> | undefined;
846
846
  } | undefined;
847
847
  observability?: {
848
848
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
849
849
  proposed_by: string;
850
+ approved_by?: string | undefined;
851
+ approved_at?: string | undefined;
850
852
  rationale?: string | undefined;
851
853
  log_events?: string[] | undefined;
852
854
  metrics?: {
853
855
  type: string;
854
856
  name: string;
855
857
  }[] | undefined;
856
- approved_by?: string | undefined;
857
- approved_at?: string | undefined;
858
858
  } | undefined;
859
859
  infra?: {
860
860
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
861
861
  proposed_by: string;
862
- rationale?: string | undefined;
863
- runtime?: string | undefined;
864
- deploy_target?: string | undefined;
865
862
  notes?: string | undefined;
866
863
  approved_by?: string | undefined;
867
864
  approved_at?: string | undefined;
865
+ rationale?: string | undefined;
866
+ runtime?: string | undefined;
867
+ deploy_target?: string | undefined;
868
868
  } | undefined;
869
869
  api_shape?: {
870
870
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
871
871
  proposed_by: string;
872
+ approved_by?: string | undefined;
873
+ approved_at?: string | undefined;
872
874
  rationale?: string | undefined;
873
875
  endpoints?: {
874
876
  path: string;
@@ -876,28 +878,26 @@ export declare const schemas: {
876
878
  request_schema?: unknown;
877
879
  responses?: Record<string, unknown> | undefined;
878
880
  }[] | undefined;
879
- approved_by?: string | undefined;
880
- approved_at?: string | undefined;
881
881
  } | undefined;
882
882
  }, {
883
883
  schema?: {
884
- sql: string;
885
884
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
886
885
  proposed_by: string;
887
- rationale?: string | undefined;
886
+ sql: string;
888
887
  approved_by?: string | undefined;
889
888
  approved_at?: string | undefined;
889
+ rationale?: string | undefined;
890
890
  } | undefined;
891
891
  ui_layout?: {
892
892
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
893
893
  proposed_by: string;
894
+ approved_by?: string | undefined;
895
+ approved_at?: string | undefined;
894
896
  rationale?: string | undefined;
895
897
  viewport_coverage?: string[] | undefined;
896
898
  components_to_reuse?: string[] | undefined;
897
899
  tokens_to_reuse?: string[] | undefined;
898
900
  tokens_to_add?: string[] | undefined;
899
- approved_by?: string | undefined;
900
- approved_at?: string | undefined;
901
901
  } | undefined;
902
902
  routes?: {
903
903
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
@@ -906,51 +906,53 @@ export declare const schemas: {
906
906
  path: string;
907
907
  file: string;
908
908
  }[];
909
- rationale?: string | undefined;
910
909
  approved_by?: string | undefined;
911
910
  approved_at?: string | undefined;
911
+ rationale?: string | undefined;
912
912
  } | undefined;
913
913
  auth?: {
914
914
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
915
915
  proposed_by: string;
916
- rationale?: string | undefined;
917
- requirements?: string[] | undefined;
918
916
  approved_by?: string | undefined;
919
917
  approved_at?: string | undefined;
918
+ rationale?: string | undefined;
919
+ requirements?: string[] | undefined;
920
920
  } | undefined;
921
921
  perf_budget?: {
922
922
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
923
923
  proposed_by: string;
924
- rationale?: string | undefined;
925
- budgets?: Record<string, number> | undefined;
926
924
  approved_by?: string | undefined;
927
925
  approved_at?: string | undefined;
926
+ rationale?: string | undefined;
927
+ budgets?: Record<string, number> | undefined;
928
928
  } | undefined;
929
929
  observability?: {
930
930
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
931
931
  proposed_by: string;
932
+ approved_by?: string | undefined;
933
+ approved_at?: string | undefined;
932
934
  rationale?: string | undefined;
933
935
  log_events?: string[] | undefined;
934
936
  metrics?: {
935
937
  type: string;
936
938
  name: string;
937
939
  }[] | undefined;
938
- approved_by?: string | undefined;
939
- approved_at?: string | undefined;
940
940
  } | undefined;
941
941
  infra?: {
942
942
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
943
943
  proposed_by: string;
944
- rationale?: string | undefined;
945
- runtime?: string | undefined;
946
- deploy_target?: string | undefined;
947
944
  notes?: string | undefined;
948
945
  approved_by?: string | undefined;
949
946
  approved_at?: string | undefined;
947
+ rationale?: string | undefined;
948
+ runtime?: string | undefined;
949
+ deploy_target?: string | undefined;
950
950
  } | undefined;
951
951
  api_shape?: {
952
952
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
953
953
  proposed_by: string;
954
+ approved_by?: string | undefined;
955
+ approved_at?: string | undefined;
954
956
  rationale?: string | undefined;
955
957
  endpoints?: {
956
958
  path: string;
@@ -958,8 +960,6 @@ export declare const schemas: {
958
960
  request_schema?: unknown;
959
961
  responses?: Record<string, unknown> | undefined;
960
962
  }[] | undefined;
961
- approved_by?: string | undefined;
962
- approved_at?: string | undefined;
963
963
  } | undefined;
964
964
  }>>;
965
965
  }, "strip", z.ZodTypeAny, {
@@ -985,23 +985,23 @@ export declare const schemas: {
985
985
  ui_behavior?: Record<string, string> | undefined;
986
986
  proposals?: {
987
987
  schema?: {
988
- sql: string;
989
988
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
990
989
  proposed_by: string;
991
- rationale?: string | undefined;
990
+ sql: string;
992
991
  approved_by?: string | undefined;
993
992
  approved_at?: string | undefined;
993
+ rationale?: string | undefined;
994
994
  } | undefined;
995
995
  ui_layout?: {
996
996
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
997
997
  proposed_by: string;
998
+ approved_by?: string | undefined;
999
+ approved_at?: string | undefined;
998
1000
  rationale?: string | undefined;
999
1001
  viewport_coverage?: string[] | undefined;
1000
1002
  components_to_reuse?: string[] | undefined;
1001
1003
  tokens_to_reuse?: string[] | undefined;
1002
1004
  tokens_to_add?: string[] | undefined;
1003
- approved_by?: string | undefined;
1004
- approved_at?: string | undefined;
1005
1005
  } | undefined;
1006
1006
  routes?: {
1007
1007
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
@@ -1010,51 +1010,53 @@ export declare const schemas: {
1010
1010
  path: string;
1011
1011
  file: string;
1012
1012
  }[];
1013
- rationale?: string | undefined;
1014
1013
  approved_by?: string | undefined;
1015
1014
  approved_at?: string | undefined;
1015
+ rationale?: string | undefined;
1016
1016
  } | undefined;
1017
1017
  auth?: {
1018
1018
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
1019
1019
  proposed_by: string;
1020
- rationale?: string | undefined;
1021
- requirements?: string[] | undefined;
1022
1020
  approved_by?: string | undefined;
1023
1021
  approved_at?: string | undefined;
1022
+ rationale?: string | undefined;
1023
+ requirements?: string[] | undefined;
1024
1024
  } | undefined;
1025
1025
  perf_budget?: {
1026
1026
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
1027
1027
  proposed_by: string;
1028
- rationale?: string | undefined;
1029
- budgets?: Record<string, number> | undefined;
1030
1028
  approved_by?: string | undefined;
1031
1029
  approved_at?: string | undefined;
1030
+ rationale?: string | undefined;
1031
+ budgets?: Record<string, number> | undefined;
1032
1032
  } | undefined;
1033
1033
  observability?: {
1034
1034
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
1035
1035
  proposed_by: string;
1036
+ approved_by?: string | undefined;
1037
+ approved_at?: string | undefined;
1036
1038
  rationale?: string | undefined;
1037
1039
  log_events?: string[] | undefined;
1038
1040
  metrics?: {
1039
1041
  type: string;
1040
1042
  name: string;
1041
1043
  }[] | undefined;
1042
- approved_by?: string | undefined;
1043
- approved_at?: string | undefined;
1044
1044
  } | undefined;
1045
1045
  infra?: {
1046
1046
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
1047
1047
  proposed_by: string;
1048
- rationale?: string | undefined;
1049
- runtime?: string | undefined;
1050
- deploy_target?: string | undefined;
1051
1048
  notes?: string | undefined;
1052
1049
  approved_by?: string | undefined;
1053
1050
  approved_at?: string | undefined;
1051
+ rationale?: string | undefined;
1052
+ runtime?: string | undefined;
1053
+ deploy_target?: string | undefined;
1054
1054
  } | undefined;
1055
1055
  api_shape?: {
1056
1056
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
1057
1057
  proposed_by: string;
1058
+ approved_by?: string | undefined;
1059
+ approved_at?: string | undefined;
1058
1060
  rationale?: string | undefined;
1059
1061
  endpoints?: {
1060
1062
  path: string;
@@ -1062,8 +1064,6 @@ export declare const schemas: {
1062
1064
  request_schema?: unknown;
1063
1065
  responses?: Record<string, unknown> | undefined;
1064
1066
  }[] | undefined;
1065
- approved_by?: string | undefined;
1066
- approved_at?: string | undefined;
1067
1067
  } | undefined;
1068
1068
  } | undefined;
1069
1069
  related_specs?: {
@@ -1095,23 +1095,23 @@ export declare const schemas: {
1095
1095
  ui_behavior?: Record<string, string> | undefined;
1096
1096
  proposals?: {
1097
1097
  schema?: {
1098
- sql: string;
1099
1098
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
1100
1099
  proposed_by: string;
1101
- rationale?: string | undefined;
1100
+ sql: string;
1102
1101
  approved_by?: string | undefined;
1103
1102
  approved_at?: string | undefined;
1103
+ rationale?: string | undefined;
1104
1104
  } | undefined;
1105
1105
  ui_layout?: {
1106
1106
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
1107
1107
  proposed_by: string;
1108
+ approved_by?: string | undefined;
1109
+ approved_at?: string | undefined;
1108
1110
  rationale?: string | undefined;
1109
1111
  viewport_coverage?: string[] | undefined;
1110
1112
  components_to_reuse?: string[] | undefined;
1111
1113
  tokens_to_reuse?: string[] | undefined;
1112
1114
  tokens_to_add?: string[] | undefined;
1113
- approved_by?: string | undefined;
1114
- approved_at?: string | undefined;
1115
1115
  } | undefined;
1116
1116
  routes?: {
1117
1117
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
@@ -1120,51 +1120,53 @@ export declare const schemas: {
1120
1120
  path: string;
1121
1121
  file: string;
1122
1122
  }[];
1123
- rationale?: string | undefined;
1124
1123
  approved_by?: string | undefined;
1125
1124
  approved_at?: string | undefined;
1125
+ rationale?: string | undefined;
1126
1126
  } | undefined;
1127
1127
  auth?: {
1128
1128
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
1129
1129
  proposed_by: string;
1130
- rationale?: string | undefined;
1131
- requirements?: string[] | undefined;
1132
1130
  approved_by?: string | undefined;
1133
1131
  approved_at?: string | undefined;
1132
+ rationale?: string | undefined;
1133
+ requirements?: string[] | undefined;
1134
1134
  } | undefined;
1135
1135
  perf_budget?: {
1136
1136
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
1137
1137
  proposed_by: string;
1138
- rationale?: string | undefined;
1139
- budgets?: Record<string, number> | undefined;
1140
1138
  approved_by?: string | undefined;
1141
1139
  approved_at?: string | undefined;
1140
+ rationale?: string | undefined;
1141
+ budgets?: Record<string, number> | undefined;
1142
1142
  } | undefined;
1143
1143
  observability?: {
1144
1144
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
1145
1145
  proposed_by: string;
1146
+ approved_by?: string | undefined;
1147
+ approved_at?: string | undefined;
1146
1148
  rationale?: string | undefined;
1147
1149
  log_events?: string[] | undefined;
1148
1150
  metrics?: {
1149
1151
  type: string;
1150
1152
  name: string;
1151
1153
  }[] | undefined;
1152
- approved_by?: string | undefined;
1153
- approved_at?: string | undefined;
1154
1154
  } | undefined;
1155
1155
  infra?: {
1156
1156
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
1157
1157
  proposed_by: string;
1158
- rationale?: string | undefined;
1159
- runtime?: string | undefined;
1160
- deploy_target?: string | undefined;
1161
1158
  notes?: string | undefined;
1162
1159
  approved_by?: string | undefined;
1163
1160
  approved_at?: string | undefined;
1161
+ rationale?: string | undefined;
1162
+ runtime?: string | undefined;
1163
+ deploy_target?: string | undefined;
1164
1164
  } | undefined;
1165
1165
  api_shape?: {
1166
1166
  status: "pending" | "approved" | "rejected" | "deferred" | "blocked_on_clarification";
1167
1167
  proposed_by: string;
1168
+ approved_by?: string | undefined;
1169
+ approved_at?: string | undefined;
1168
1170
  rationale?: string | undefined;
1169
1171
  endpoints?: {
1170
1172
  path: string;
@@ -1172,8 +1174,6 @@ export declare const schemas: {
1172
1174
  request_schema?: unknown;
1173
1175
  responses?: Record<string, unknown> | undefined;
1174
1176
  }[] | undefined;
1175
- approved_by?: string | undefined;
1176
- approved_at?: string | undefined;
1177
1177
  } | undefined;
1178
1178
  } | undefined;
1179
1179
  related_specs?: {