@claudexor/schema 3.9.7 → 3.10.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 (76) hide show
  1. package/dist/attachment.d.ts +6 -0
  2. package/dist/attachment.d.ts.map +1 -1
  3. package/dist/attachment.js +8 -0
  4. package/dist/attachment.js.map +1 -1
  5. package/dist/control-gc.d.ts +21 -0
  6. package/dist/control-gc.d.ts.map +1 -1
  7. package/dist/control-gc.js +12 -0
  8. package/dist/control-gc.js.map +1 -1
  9. package/dist/control-operation-responses.d.ts +15 -0
  10. package/dist/control-operation-responses.d.ts.map +1 -1
  11. package/dist/control-run-detail.d.ts +43 -5
  12. package/dist/control-run-detail.d.ts.map +1 -1
  13. package/dist/control.d.ts +40 -0
  14. package/dist/control.d.ts.map +1 -1
  15. package/dist/control.js +8 -0
  16. package/dist/control.js.map +1 -1
  17. package/dist/decision.d.ts +15 -4
  18. package/dist/decision.d.ts.map +1 -1
  19. package/dist/decision.js +13 -9
  20. package/dist/decision.js.map +1 -1
  21. package/dist/index.d.ts +1 -0
  22. package/dist/index.d.ts.map +1 -1
  23. package/dist/index.js +1 -0
  24. package/dist/index.js.map +1 -1
  25. package/dist/mcp-run-result.d.ts +24 -0
  26. package/dist/mcp-run-result.d.ts.map +1 -1
  27. package/dist/model-operation.d.ts +2158 -0
  28. package/dist/model-operation.d.ts.map +1 -0
  29. package/dist/model-operation.js +230 -0
  30. package/dist/model-operation.js.map +1 -0
  31. package/dist/run-facts.d.ts +5 -0
  32. package/dist/run-facts.d.ts.map +1 -1
  33. package/dist/run-facts.js +3 -3
  34. package/dist/run-facts.js.map +1 -1
  35. package/dist/run-strategy.d.ts +17 -0
  36. package/dist/run-strategy.d.ts.map +1 -1
  37. package/dist/run-strategy.js +31 -0
  38. package/dist/run-strategy.js.map +1 -1
  39. package/dist/status-projection.d.ts.map +1 -1
  40. package/dist/status-projection.js +13 -1
  41. package/dist/status-projection.js.map +1 -1
  42. package/dist/surface-run-controls.d.ts.map +1 -1
  43. package/dist/surface-run-controls.js +3 -0
  44. package/dist/surface-run-controls.js.map +1 -1
  45. package/dist/task.d.ts +9 -0
  46. package/dist/task.d.ts.map +1 -1
  47. package/dist/task.js +4 -0
  48. package/dist/task.js.map +1 -1
  49. package/dist/telemetry.d.ts +7 -0
  50. package/dist/telemetry.d.ts.map +1 -1
  51. package/generated/ControlGcReceipt.schema.json +23 -0
  52. package/generated/ControlGcRequest.schema.json +4 -0
  53. package/generated/ControlModelCatalogResponse.schema.json +137 -0
  54. package/generated/ControlModelOperationAckRequest.schema.json +19 -0
  55. package/generated/ControlModelOperationControlRequest.schema.json +27 -0
  56. package/generated/ControlModelOperationCreateRequest.schema.json +40 -0
  57. package/generated/ControlModelOperationDetail.schema.json +464 -0
  58. package/generated/ControlModelSourcesResponse.schema.json +44 -0
  59. package/generated/ControlResource.schema.json +5 -0
  60. package/generated/ControlRunAgainDraft.schema.json +4 -0
  61. package/generated/ControlRunDetail.schema.json +10 -1
  62. package/generated/ControlRunListResponse.schema.json +8 -0
  63. package/generated/ControlRunStartRequest.schema.json +4 -0
  64. package/generated/ControlRunSummary.schema.json +8 -0
  65. package/generated/ControlThreadDetail.schema.json +4 -0
  66. package/generated/ControlThreadTurnRequest.schema.json +4 -0
  67. package/generated/ControlUploadCreateRequest.schema.json +5 -0
  68. package/generated/DecisionRecord.schema.json +6 -1
  69. package/generated/McpRunHandleResult.schema.json +4 -0
  70. package/generated/McpRunToolResult.schema.json +4 -0
  71. package/generated/ModelCallRequest.schema.json +316 -0
  72. package/generated/ModelCallResult.schema.json +419 -0
  73. package/generated/RunFacts.schema.json +4 -0
  74. package/generated/RunTelemetry.schema.json +4 -0
  75. package/generated/TaskContract.schema.json +4 -0
  76. package/package.json +2 -2
@@ -258,6 +258,7 @@ export declare const ControlRunDetail: z.ZodObject<{
258
258
  primaryHarness: z.ZodOptional<z.ZodString>;
259
259
  routingGoal: z.ZodOptional<z.ZodEnum<["auto", "quality", "economy"]>>;
260
260
  model: z.ZodOptional<z.ZodString>;
261
+ review: z.ZodOptional<z.ZodBoolean>;
261
262
  reviewerPanel: z.ZodOptional<z.ZodArray<z.ZodObject<{
262
263
  harness: z.ZodString;
263
264
  model: z.ZodOptional<z.ZodString>;
@@ -477,6 +478,7 @@ export declare const ControlRunDetail: z.ZodObject<{
477
478
  noChanges: z.ZodDefault<z.ZodBoolean>;
478
479
  checks: z.ZodDefault<z.ZodEnum<["passed", "failed", "not_configured"]>>;
479
480
  review: z.ZodDefault<z.ZodEnum<["approved", "blocked", "not_run"]>>;
481
+ review_requested: z.ZodOptional<z.ZodBoolean>;
480
482
  reason: z.ZodDefault<z.ZodNullable<z.ZodEnum<["harness_failed", "no_changes", "review_blocked", "checks_failed", "budget_exhausted", "budget_overshoot", "cost_unverifiable", "not_converged", "stuck_no_progress", "wall_clock_exceeded", "user_cancelled", "host_cancelled", "owner_task_gone", "crash_interrupted", "workspace_unavailable", "input_required", "work_incomplete", "context_capacity_exhausted", "work_report_contract"]>>>;
481
483
  work_state: z.ZodOptional<z.ZodObject<{
482
484
  state: z.ZodEnum<["completed", "needs_input", "incomplete", "unverified"]>;
@@ -516,6 +518,7 @@ export declare const ControlRunDetail: z.ZodObject<{
516
518
  noChanges: boolean;
517
519
  checks: "failed" | "not_configured" | "passed";
518
520
  review: "approved" | "blocked" | "not_run";
521
+ review_requested?: boolean | undefined;
519
522
  reason: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null;
520
523
  work_state?: {
521
524
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -531,6 +534,7 @@ export declare const ControlRunDetail: z.ZodObject<{
531
534
  noChanges?: boolean | undefined;
532
535
  checks?: "failed" | "not_configured" | "passed" | undefined;
533
536
  review?: "approved" | "blocked" | "not_run" | undefined;
537
+ review_requested?: boolean | undefined;
534
538
  reason?: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null | undefined;
535
539
  work_state?: {
536
540
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -668,6 +672,7 @@ export declare const ControlRunDetail: z.ZodObject<{
668
672
  primaryHarness?: string | undefined;
669
673
  routingGoal?: "auto" | "economy" | "quality" | undefined;
670
674
  model?: string | undefined;
675
+ review?: boolean | undefined;
671
676
  reviewerPanel?: {
672
677
  harness: string;
673
678
  model?: string | undefined;
@@ -755,6 +760,7 @@ export declare const ControlRunDetail: z.ZodObject<{
755
760
  noChanges: boolean;
756
761
  checks: "failed" | "not_configured" | "passed";
757
762
  review: "approved" | "blocked" | "not_run";
763
+ review_requested?: boolean | undefined;
758
764
  reason: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null;
759
765
  work_state?: {
760
766
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -838,6 +844,7 @@ export declare const ControlRunDetail: z.ZodObject<{
838
844
  primaryHarness?: string | undefined;
839
845
  routingGoal?: "auto" | "economy" | "quality" | undefined;
840
846
  model?: string | undefined;
847
+ review?: boolean | undefined;
841
848
  reviewerPanel?: {
842
849
  harness: string;
843
850
  model?: string | undefined;
@@ -925,6 +932,7 @@ export declare const ControlRunDetail: z.ZodObject<{
925
932
  noChanges?: boolean | undefined;
926
933
  checks?: "failed" | "not_configured" | "passed" | undefined;
927
934
  review?: "approved" | "blocked" | "not_run" | undefined;
935
+ review_requested?: boolean | undefined;
928
936
  reason?: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null | undefined;
929
937
  work_state?: {
930
938
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -1069,6 +1077,7 @@ export declare const ControlRunDetail: z.ZodObject<{
1069
1077
  primaryHarness: z.ZodOptional<z.ZodString>;
1070
1078
  routingGoal: z.ZodOptional<z.ZodEnum<["auto", "quality", "economy"]>>;
1071
1079
  model: z.ZodOptional<z.ZodString>;
1080
+ review: z.ZodOptional<z.ZodBoolean>;
1072
1081
  reviewerPanel: z.ZodOptional<z.ZodArray<z.ZodObject<{
1073
1082
  harness: z.ZodString;
1074
1083
  model: z.ZodOptional<z.ZodString>;
@@ -1288,6 +1297,7 @@ export declare const ControlRunDetail: z.ZodObject<{
1288
1297
  noChanges: z.ZodDefault<z.ZodBoolean>;
1289
1298
  checks: z.ZodDefault<z.ZodEnum<["passed", "failed", "not_configured"]>>;
1290
1299
  review: z.ZodDefault<z.ZodEnum<["approved", "blocked", "not_run"]>>;
1300
+ review_requested: z.ZodOptional<z.ZodBoolean>;
1291
1301
  reason: z.ZodDefault<z.ZodNullable<z.ZodEnum<["harness_failed", "no_changes", "review_blocked", "checks_failed", "budget_exhausted", "budget_overshoot", "cost_unverifiable", "not_converged", "stuck_no_progress", "wall_clock_exceeded", "user_cancelled", "host_cancelled", "owner_task_gone", "crash_interrupted", "workspace_unavailable", "input_required", "work_incomplete", "context_capacity_exhausted", "work_report_contract"]>>>;
1292
1302
  work_state: z.ZodOptional<z.ZodObject<{
1293
1303
  state: z.ZodEnum<["completed", "needs_input", "incomplete", "unverified"]>;
@@ -1327,6 +1337,7 @@ export declare const ControlRunDetail: z.ZodObject<{
1327
1337
  noChanges: boolean;
1328
1338
  checks: "failed" | "not_configured" | "passed";
1329
1339
  review: "approved" | "blocked" | "not_run";
1340
+ review_requested?: boolean | undefined;
1330
1341
  reason: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null;
1331
1342
  work_state?: {
1332
1343
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -1342,6 +1353,7 @@ export declare const ControlRunDetail: z.ZodObject<{
1342
1353
  noChanges?: boolean | undefined;
1343
1354
  checks?: "failed" | "not_configured" | "passed" | undefined;
1344
1355
  review?: "approved" | "blocked" | "not_run" | undefined;
1356
+ review_requested?: boolean | undefined;
1345
1357
  reason?: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null | undefined;
1346
1358
  work_state?: {
1347
1359
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -1479,6 +1491,7 @@ export declare const ControlRunDetail: z.ZodObject<{
1479
1491
  primaryHarness?: string | undefined;
1480
1492
  routingGoal?: "auto" | "economy" | "quality" | undefined;
1481
1493
  model?: string | undefined;
1494
+ review?: boolean | undefined;
1482
1495
  reviewerPanel?: {
1483
1496
  harness: string;
1484
1497
  model?: string | undefined;
@@ -1566,6 +1579,7 @@ export declare const ControlRunDetail: z.ZodObject<{
1566
1579
  noChanges: boolean;
1567
1580
  checks: "failed" | "not_configured" | "passed";
1568
1581
  review: "approved" | "blocked" | "not_run";
1582
+ review_requested?: boolean | undefined;
1569
1583
  reason: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null;
1570
1584
  work_state?: {
1571
1585
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -1649,6 +1663,7 @@ export declare const ControlRunDetail: z.ZodObject<{
1649
1663
  primaryHarness?: string | undefined;
1650
1664
  routingGoal?: "auto" | "economy" | "quality" | undefined;
1651
1665
  model?: string | undefined;
1666
+ review?: boolean | undefined;
1652
1667
  reviewerPanel?: {
1653
1668
  harness: string;
1654
1669
  model?: string | undefined;
@@ -1736,6 +1751,7 @@ export declare const ControlRunDetail: z.ZodObject<{
1736
1751
  noChanges?: boolean | undefined;
1737
1752
  checks?: "failed" | "not_configured" | "passed" | undefined;
1738
1753
  review?: "approved" | "blocked" | "not_run" | undefined;
1754
+ review_requested?: boolean | undefined;
1739
1755
  reason?: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null | undefined;
1740
1756
  work_state?: {
1741
1757
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -1789,6 +1805,7 @@ export declare const ControlRunDetail: z.ZodObject<{
1789
1805
  noChanges: z.ZodDefault<z.ZodBoolean>;
1790
1806
  checks: z.ZodDefault<z.ZodEnum<["passed", "failed", "not_configured"]>>;
1791
1807
  review: z.ZodDefault<z.ZodEnum<["approved", "blocked", "not_run"]>>;
1808
+ review_requested: z.ZodOptional<z.ZodBoolean>;
1792
1809
  reason: z.ZodDefault<z.ZodNullable<z.ZodEnum<["harness_failed", "no_changes", "review_blocked", "checks_failed", "budget_exhausted", "budget_overshoot", "cost_unverifiable", "not_converged", "stuck_no_progress", "wall_clock_exceeded", "user_cancelled", "host_cancelled", "owner_task_gone", "crash_interrupted", "workspace_unavailable", "input_required", "work_incomplete", "context_capacity_exhausted", "work_report_contract"]>>>;
1793
1810
  work_state: z.ZodOptional<z.ZodObject<{
1794
1811
  state: z.ZodEnum<["completed", "needs_input", "incomplete", "unverified"]>;
@@ -1828,6 +1845,7 @@ export declare const ControlRunDetail: z.ZodObject<{
1828
1845
  noChanges: boolean;
1829
1846
  checks: "failed" | "not_configured" | "passed";
1830
1847
  review: "approved" | "blocked" | "not_run";
1848
+ review_requested?: boolean | undefined;
1831
1849
  reason: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null;
1832
1850
  work_state?: {
1833
1851
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -1843,6 +1861,7 @@ export declare const ControlRunDetail: z.ZodObject<{
1843
1861
  noChanges?: boolean | undefined;
1844
1862
  checks?: "failed" | "not_configured" | "passed" | undefined;
1845
1863
  review?: "approved" | "blocked" | "not_run" | undefined;
1864
+ review_requested?: boolean | undefined;
1846
1865
  reason?: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null | undefined;
1847
1866
  work_state?: {
1848
1867
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -2026,6 +2045,7 @@ export declare const ControlRunDetail: z.ZodObject<{
2026
2045
  noChanges: boolean;
2027
2046
  checks: "failed" | "not_configured" | "passed";
2028
2047
  review: "approved" | "blocked" | "not_run";
2048
+ review_requested?: boolean | undefined;
2029
2049
  reason: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null;
2030
2050
  work_state?: {
2031
2051
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -2097,6 +2117,7 @@ export declare const ControlRunDetail: z.ZodObject<{
2097
2117
  noChanges?: boolean | undefined;
2098
2118
  checks?: "failed" | "not_configured" | "passed" | undefined;
2099
2119
  review?: "approved" | "blocked" | "not_run" | undefined;
2120
+ review_requested?: boolean | undefined;
2100
2121
  reason?: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null | undefined;
2101
2122
  work_state?: {
2102
2123
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -2315,6 +2336,7 @@ export declare const ControlRunDetail: z.ZodObject<{
2315
2336
  noChanges: z.ZodDefault<z.ZodBoolean>;
2316
2337
  checks: z.ZodDefault<z.ZodEnum<["passed", "failed", "not_configured"]>>;
2317
2338
  review: z.ZodDefault<z.ZodEnum<["approved", "blocked", "not_run"]>>;
2339
+ review_requested: z.ZodOptional<z.ZodBoolean>;
2318
2340
  reason: z.ZodDefault<z.ZodNullable<z.ZodEnum<["harness_failed", "no_changes", "review_blocked", "checks_failed", "budget_exhausted", "budget_overshoot", "cost_unverifiable", "not_converged", "stuck_no_progress", "wall_clock_exceeded", "user_cancelled", "host_cancelled", "owner_task_gone", "crash_interrupted", "workspace_unavailable", "input_required", "work_incomplete", "context_capacity_exhausted", "work_report_contract"]>>>;
2319
2341
  work_state: z.ZodOptional<z.ZodObject<{
2320
2342
  state: z.ZodEnum<["completed", "needs_input", "incomplete", "unverified"]>;
@@ -2354,6 +2376,7 @@ export declare const ControlRunDetail: z.ZodObject<{
2354
2376
  noChanges: boolean;
2355
2377
  checks: "failed" | "not_configured" | "passed";
2356
2378
  review: "approved" | "blocked" | "not_run";
2379
+ review_requested?: boolean | undefined;
2357
2380
  reason: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null;
2358
2381
  work_state?: {
2359
2382
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -2369,6 +2392,7 @@ export declare const ControlRunDetail: z.ZodObject<{
2369
2392
  noChanges?: boolean | undefined;
2370
2393
  checks?: "failed" | "not_configured" | "passed" | undefined;
2371
2394
  review?: "approved" | "blocked" | "not_run" | undefined;
2395
+ review_requested?: boolean | undefined;
2372
2396
  reason?: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null | undefined;
2373
2397
  work_state?: {
2374
2398
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -2433,7 +2457,7 @@ export declare const ControlRunDetail: z.ZodObject<{
2433
2457
  valuation_knowledge?: "estimated" | "exact" | "unknown" | undefined;
2434
2458
  }>>;
2435
2459
  apply_recommendation: z.ZodDefault<z.ZodEnum<["apply", "inspect", "continue", "human_review"]>>;
2436
- verification_basis: z.ZodDefault<z.ZodEnum<["none", "cross_family_review", "both"]>>;
2460
+ verification_basis: z.ZodDefault<z.ZodEnum<["none", "deterministic_checks", "cross_family_review", "both"]>>;
2437
2461
  final_verify: z.ZodDefault<z.ZodNullable<z.ZodObject<{
2438
2462
  attempted: z.ZodBoolean;
2439
2463
  base_sha: z.ZodDefault<z.ZodNullable<z.ZodString>>;
@@ -2481,6 +2505,7 @@ export declare const ControlRunDetail: z.ZodObject<{
2481
2505
  noChanges: boolean;
2482
2506
  checks: "failed" | "not_configured" | "passed";
2483
2507
  review: "approved" | "blocked" | "not_run";
2508
+ review_requested?: boolean | undefined;
2484
2509
  reason: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null;
2485
2510
  work_state?: {
2486
2511
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -2517,7 +2542,7 @@ export declare const ControlRunDetail: z.ZodObject<{
2517
2542
  valuation_knowledge?: "estimated" | "exact" | "unknown" | undefined;
2518
2543
  };
2519
2544
  apply_recommendation: "apply" | "continue" | "human_review" | "inspect";
2520
- verification_basis: "both" | "cross_family_review" | "none";
2545
+ verification_basis: "both" | "cross_family_review" | "deterministic_checks" | "none";
2521
2546
  final_verify: {
2522
2547
  attempted: boolean;
2523
2548
  base_sha: string | null;
@@ -2537,6 +2562,7 @@ export declare const ControlRunDetail: z.ZodObject<{
2537
2562
  noChanges?: boolean | undefined;
2538
2563
  checks?: "failed" | "not_configured" | "passed" | undefined;
2539
2564
  review?: "approved" | "blocked" | "not_run" | undefined;
2565
+ review_requested?: boolean | undefined;
2540
2566
  reason?: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null | undefined;
2541
2567
  work_state?: {
2542
2568
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -2573,7 +2599,7 @@ export declare const ControlRunDetail: z.ZodObject<{
2573
2599
  valuation_knowledge?: "estimated" | "exact" | "unknown" | undefined;
2574
2600
  } | undefined;
2575
2601
  apply_recommendation?: "apply" | "continue" | "human_review" | "inspect" | undefined;
2576
- verification_basis?: "both" | "cross_family_review" | "none" | undefined;
2602
+ verification_basis?: "both" | "cross_family_review" | "deterministic_checks" | "none" | undefined;
2577
2603
  final_verify?: {
2578
2604
  attempted: boolean;
2579
2605
  base_sha?: string | null | undefined;
@@ -3208,6 +3234,7 @@ export declare const ControlRunDetail: z.ZodObject<{
3208
3234
  primaryHarness?: string | undefined;
3209
3235
  routingGoal?: "auto" | "economy" | "quality" | undefined;
3210
3236
  model?: string | undefined;
3237
+ review?: boolean | undefined;
3211
3238
  reviewerPanel?: {
3212
3239
  harness: string;
3213
3240
  model?: string | undefined;
@@ -3295,6 +3322,7 @@ export declare const ControlRunDetail: z.ZodObject<{
3295
3322
  noChanges: boolean;
3296
3323
  checks: "failed" | "not_configured" | "passed";
3297
3324
  review: "approved" | "blocked" | "not_run";
3325
+ review_requested?: boolean | undefined;
3298
3326
  reason: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null;
3299
3327
  work_state?: {
3300
3328
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -3379,6 +3407,7 @@ export declare const ControlRunDetail: z.ZodObject<{
3379
3407
  primaryHarness?: string | undefined;
3380
3408
  routingGoal?: "auto" | "economy" | "quality" | undefined;
3381
3409
  model?: string | undefined;
3410
+ review?: boolean | undefined;
3382
3411
  reviewerPanel?: {
3383
3412
  harness: string;
3384
3413
  model?: string | undefined;
@@ -3466,6 +3495,7 @@ export declare const ControlRunDetail: z.ZodObject<{
3466
3495
  noChanges: boolean;
3467
3496
  checks: "failed" | "not_configured" | "passed";
3468
3497
  review: "approved" | "blocked" | "not_run";
3498
+ review_requested?: boolean | undefined;
3469
3499
  reason: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null;
3470
3500
  work_state?: {
3471
3501
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -3517,6 +3547,7 @@ export declare const ControlRunDetail: z.ZodObject<{
3517
3547
  noChanges: boolean;
3518
3548
  checks: "failed" | "not_configured" | "passed";
3519
3549
  review: "approved" | "blocked" | "not_run";
3550
+ review_requested?: boolean | undefined;
3520
3551
  reason: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null;
3521
3552
  work_state?: {
3522
3553
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -3633,6 +3664,7 @@ export declare const ControlRunDetail: z.ZodObject<{
3633
3664
  noChanges: boolean;
3634
3665
  checks: "failed" | "not_configured" | "passed";
3635
3666
  review: "approved" | "blocked" | "not_run";
3667
+ review_requested?: boolean | undefined;
3636
3668
  reason: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null;
3637
3669
  work_state?: {
3638
3670
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -3669,7 +3701,7 @@ export declare const ControlRunDetail: z.ZodObject<{
3669
3701
  valuation_knowledge?: "estimated" | "exact" | "unknown" | undefined;
3670
3702
  };
3671
3703
  apply_recommendation: "apply" | "continue" | "human_review" | "inspect";
3672
- verification_basis: "both" | "cross_family_review" | "none";
3704
+ verification_basis: "both" | "cross_family_review" | "deterministic_checks" | "none";
3673
3705
  final_verify: {
3674
3706
  attempted: boolean;
3675
3707
  base_sha: string | null;
@@ -3875,6 +3907,7 @@ export declare const ControlRunDetail: z.ZodObject<{
3875
3907
  primaryHarness?: string | undefined;
3876
3908
  routingGoal?: "auto" | "economy" | "quality" | undefined;
3877
3909
  model?: string | undefined;
3910
+ review?: boolean | undefined;
3878
3911
  reviewerPanel?: {
3879
3912
  harness: string;
3880
3913
  model?: string | undefined;
@@ -3962,6 +3995,7 @@ export declare const ControlRunDetail: z.ZodObject<{
3962
3995
  noChanges?: boolean | undefined;
3963
3996
  checks?: "failed" | "not_configured" | "passed" | undefined;
3964
3997
  review?: "approved" | "blocked" | "not_run" | undefined;
3998
+ review_requested?: boolean | undefined;
3965
3999
  reason?: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null | undefined;
3966
4000
  work_state?: {
3967
4001
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -4046,6 +4080,7 @@ export declare const ControlRunDetail: z.ZodObject<{
4046
4080
  primaryHarness?: string | undefined;
4047
4081
  routingGoal?: "auto" | "economy" | "quality" | undefined;
4048
4082
  model?: string | undefined;
4083
+ review?: boolean | undefined;
4049
4084
  reviewerPanel?: {
4050
4085
  harness: string;
4051
4086
  model?: string | undefined;
@@ -4133,6 +4168,7 @@ export declare const ControlRunDetail: z.ZodObject<{
4133
4168
  noChanges?: boolean | undefined;
4134
4169
  checks?: "failed" | "not_configured" | "passed" | undefined;
4135
4170
  review?: "approved" | "blocked" | "not_run" | undefined;
4171
+ review_requested?: boolean | undefined;
4136
4172
  reason?: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null | undefined;
4137
4173
  work_state?: {
4138
4174
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -4184,6 +4220,7 @@ export declare const ControlRunDetail: z.ZodObject<{
4184
4220
  noChanges?: boolean | undefined;
4185
4221
  checks?: "failed" | "not_configured" | "passed" | undefined;
4186
4222
  review?: "approved" | "blocked" | "not_run" | undefined;
4223
+ review_requested?: boolean | undefined;
4187
4224
  reason?: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null | undefined;
4188
4225
  work_state?: {
4189
4226
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -4300,6 +4337,7 @@ export declare const ControlRunDetail: z.ZodObject<{
4300
4337
  noChanges?: boolean | undefined;
4301
4338
  checks?: "failed" | "not_configured" | "passed" | undefined;
4302
4339
  review?: "approved" | "blocked" | "not_run" | undefined;
4340
+ review_requested?: boolean | undefined;
4303
4341
  reason?: "budget_exhausted" | "budget_overshoot" | "checks_failed" | "context_capacity_exhausted" | "cost_unverifiable" | "crash_interrupted" | "harness_failed" | "host_cancelled" | "input_required" | "no_changes" | "not_converged" | "owner_task_gone" | "review_blocked" | "stuck_no_progress" | "user_cancelled" | "wall_clock_exceeded" | "work_incomplete" | "work_report_contract" | "workspace_unavailable" | null | undefined;
4304
4342
  work_state?: {
4305
4343
  state: "completed" | "incomplete" | "needs_input" | "unverified";
@@ -4336,7 +4374,7 @@ export declare const ControlRunDetail: z.ZodObject<{
4336
4374
  valuation_knowledge?: "estimated" | "exact" | "unknown" | undefined;
4337
4375
  } | undefined;
4338
4376
  apply_recommendation?: "apply" | "continue" | "human_review" | "inspect" | undefined;
4339
- verification_basis?: "both" | "cross_family_review" | "none" | undefined;
4377
+ verification_basis?: "both" | "cross_family_review" | "deterministic_checks" | "none" | undefined;
4340
4378
  final_verify?: {
4341
4379
  attempted: boolean;
4342
4380
  base_sha?: string | null | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"control-run-detail.d.ts","sourceRoot":"","sources":["../src/control-run-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAmB3B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAe4B,CAAC;AAC9D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE;;;kCAGkC;AAClC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EAwBrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEtF;;;gCAGgC;AAChC,eAAO,MAAM,gBAAgB;;;;;;;;;;IAgCzB,0DAA0D;;;;;;;;;;;;;;;;;;IA0B1D;;;;;;;;OAQG;;IAQH;uEACmE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASpE,CAAC;AACJ,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAUzB;sEACkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIlE;;;;;;OAMG;;IAQH;;;;OAIG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6BH,6GAA6G;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAc7G,gHAAgH;IAChH;yEACqE;;;;;;;;;;;IAIrE;;;;;wCAKoC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAOpC;;6CAEyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiBzC;;;0BAGsB;;;;;;;;;;;QA3KtB,0DAA0D;;;;;;;;;;;;;;;;;;QA0B1D;;;;;;;;WAQG;;QAQH;2EACmE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuInE;yCACqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2BrC;;;;;yEAKqE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUtE,CAAC;AACJ,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC"}
1
+ {"version":3,"file":"control-run-detail.d.ts","sourceRoot":"","sources":["../src/control-run-detail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,QAAQ,CAAC;AAmB3B,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;EAe4B,CAAC;AAC9D,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAExE;;;kCAGkC;AAClC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;EAwBrC,CAAC;AACJ,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEtF;;;gCAGgC;AAChC,eAAO,MAAM,gBAAgB;;;;;;;;;;IAgCzB,0DAA0D;;;;;;;;;;;;;;;;;;IA0B1D;;;;;;;;OAQG;;IAQH;uEACmE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASpE,CAAC;AACJ,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAEhE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAUzB;sEACkE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}