@cat-factory/contracts 0.342.0 → 0.344.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 (117) hide show
  1. package/dist/agent-presentation.d.ts +2 -2
  2. package/dist/bugFishing.d.ts +379 -0
  3. package/dist/bugFishing.d.ts.map +1 -0
  4. package/dist/bugFishing.js +412 -0
  5. package/dist/bugFishing.js.map +1 -0
  6. package/dist/deploy-fix.d.ts +53 -3
  7. package/dist/deploy-fix.d.ts.map +1 -1
  8. package/dist/deploy-fix.js +39 -2
  9. package/dist/deploy-fix.js.map +1 -1
  10. package/dist/entities.d.ts +18 -1
  11. package/dist/entities.d.ts.map +1 -1
  12. package/dist/entities.js +15 -0
  13. package/dist/entities.js.map +1 -1
  14. package/dist/environment-investigation.d.ts +55 -5
  15. package/dist/environment-investigation.d.ts.map +1 -1
  16. package/dist/environment-investigation.js +19 -2
  17. package/dist/environment-investigation.js.map +1 -1
  18. package/dist/errors.d.ts +1 -1
  19. package/dist/errors.d.ts.map +1 -1
  20. package/dist/errors.js +18 -0
  21. package/dist/errors.js.map +1 -1
  22. package/dist/execution.d.ts +107 -0
  23. package/dist/execution.d.ts.map +1 -1
  24. package/dist/execution.js +12 -0
  25. package/dist/execution.js.map +1 -1
  26. package/dist/index.d.ts +1 -0
  27. package/dist/index.d.ts.map +1 -1
  28. package/dist/index.js +1 -0
  29. package/dist/index.js.map +1 -1
  30. package/dist/initiative.d.ts +15 -5
  31. package/dist/initiative.d.ts.map +1 -1
  32. package/dist/notification-routing.d.ts +3 -3
  33. package/dist/notification-webhooks.d.ts +7 -5
  34. package/dist/notification-webhooks.d.ts.map +1 -1
  35. package/dist/notifications.d.ts +25 -3
  36. package/dist/notifications.d.ts.map +1 -1
  37. package/dist/notifications.js +17 -0
  38. package/dist/notifications.js.map +1 -1
  39. package/dist/pipeline-purpose.d.ts +4 -0
  40. package/dist/pipeline-purpose.d.ts.map +1 -1
  41. package/dist/pipeline-purpose.js +6 -0
  42. package/dist/pipeline-purpose.js.map +1 -1
  43. package/dist/pr-report.d.ts +414 -6
  44. package/dist/pr-report.d.ts.map +1 -1
  45. package/dist/pr-report.js +143 -2
  46. package/dist/pr-report.js.map +1 -1
  47. package/dist/primitives.d.ts +71 -7
  48. package/dist/primitives.d.ts.map +1 -1
  49. package/dist/primitives.js +24 -1
  50. package/dist/primitives.js.map +1 -1
  51. package/dist/public-api.d.ts +6 -4
  52. package/dist/public-api.d.ts.map +1 -1
  53. package/dist/public-task-types.d.ts.map +1 -1
  54. package/dist/public-task-types.js +20 -0
  55. package/dist/public-task-types.js.map +1 -1
  56. package/dist/recurring.d.ts +12 -8
  57. package/dist/recurring.d.ts.map +1 -1
  58. package/dist/recurring.js +10 -5
  59. package/dist/recurring.js.map +1 -1
  60. package/dist/requests.d.ts +47 -7
  61. package/dist/requests.d.ts.map +1 -1
  62. package/dist/result-views.d.ts +1 -1
  63. package/dist/result-views.d.ts.map +1 -1
  64. package/dist/result-views.js +1 -0
  65. package/dist/result-views.js.map +1 -1
  66. package/dist/routes/agent-runs.d.ts +86 -0
  67. package/dist/routes/agent-runs.d.ts.map +1 -1
  68. package/dist/routes/board.d.ts +99 -20
  69. package/dist/routes/board.d.ts.map +1 -1
  70. package/dist/routes/bug-hunt.d.ts +94 -2
  71. package/dist/routes/bug-hunt.d.ts.map +1 -1
  72. package/dist/routes/bugFishing.d.ts +307 -0
  73. package/dist/routes/bugFishing.d.ts.map +1 -0
  74. package/dist/routes/bugFishing.js +51 -0
  75. package/dist/routes/bugFishing.js.map +1 -0
  76. package/dist/routes/execution.d.ts +438 -2
  77. package/dist/routes/execution.d.ts.map +1 -1
  78. package/dist/routes/human-review.d.ts +43 -0
  79. package/dist/routes/human-review.d.ts.map +1 -1
  80. package/dist/routes/human-test.d.ts +215 -0
  81. package/dist/routes/human-test.d.ts.map +1 -1
  82. package/dist/routes/index.d.ts +1 -0
  83. package/dist/routes/index.d.ts.map +1 -1
  84. package/dist/routes/index.js +1 -0
  85. package/dist/routes/index.js.map +1 -1
  86. package/dist/routes/initiative.d.ts +52 -17
  87. package/dist/routes/initiative.d.ts.map +1 -1
  88. package/dist/routes/notification-webhooks.d.ts +14 -14
  89. package/dist/routes/notifications.d.ts +12 -6
  90. package/dist/routes/notifications.d.ts.map +1 -1
  91. package/dist/routes/public-api.d.ts +17 -11
  92. package/dist/routes/public-api.d.ts.map +1 -1
  93. package/dist/routes/public-board.d.ts +2 -2
  94. package/dist/routes/public-evidence.d.ts +24 -1
  95. package/dist/routes/public-evidence.d.ts.map +1 -1
  96. package/dist/routes/recurring.d.ts +5 -5
  97. package/dist/routes/slack.d.ts +3 -3
  98. package/dist/routes/tasks.d.ts +12 -3
  99. package/dist/routes/tasks.d.ts.map +1 -1
  100. package/dist/routes/visual-confirm.d.ts +129 -0
  101. package/dist/routes/visual-confirm.d.ts.map +1 -1
  102. package/dist/routes/workspace-settings.d.ts +6 -3
  103. package/dist/routes/workspace-settings.d.ts.map +1 -1
  104. package/dist/routes/workspaces.d.ts +122 -14
  105. package/dist/routes/workspaces.d.ts.map +1 -1
  106. package/dist/slack.d.ts +2 -2
  107. package/dist/snapshot.d.ts +61 -7
  108. package/dist/snapshot.d.ts.map +1 -1
  109. package/dist/testing.d.ts +11 -0
  110. package/dist/testing.d.ts.map +1 -1
  111. package/dist/testing.js +11 -0
  112. package/dist/testing.js.map +1 -1
  113. package/dist/workspace-settings.d.ts +26 -3
  114. package/dist/workspace-settings.d.ts.map +1 -1
  115. package/dist/workspace-settings.js +23 -0
  116. package/dist/workspace-settings.js.map +1 -1
  117. package/package.json +1 -1
@@ -31,7 +31,7 @@ export declare const getNotificationWebhookContract: {
31
31
  readonly id: v.StringSchema<undefined>;
32
32
  readonly name: v.StringSchema<undefined>;
33
33
  readonly url: v.StringSchema<undefined>;
34
- readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
34
+ readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
35
35
  readonly runEvents: v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>;
36
36
  readonly alertEvents: v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>;
37
37
  readonly enabled: v.BooleanSchema<undefined>;
@@ -47,7 +47,7 @@ export declare const putNotificationWebhookContract: {
47
47
  readonly requestBodySchema: v.ObjectSchema<{
48
48
  readonly url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, undefined>, v.StartsWithAction<string, "https://", "The webhook endpoint must be an https:// URL">, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
49
49
  readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 100, undefined>]>, undefined>;
50
- readonly types: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>, undefined>;
50
+ readonly types: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>, undefined>;
51
51
  readonly runEvents: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>, undefined>;
52
52
  readonly alertEvents: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>, undefined>;
53
53
  readonly enabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
@@ -80,7 +80,7 @@ export declare const putNotificationWebhookContract: {
80
80
  readonly id: v.StringSchema<undefined>;
81
81
  readonly name: v.StringSchema<undefined>;
82
82
  readonly url: v.StringSchema<undefined>;
83
- readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
83
+ readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
84
84
  readonly runEvents: v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>;
85
85
  readonly alertEvents: v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>;
86
86
  readonly enabled: v.BooleanSchema<undefined>;
@@ -151,7 +151,7 @@ export declare const listNotificationWebhooksContract: {
151
151
  readonly id: v.StringSchema<undefined>;
152
152
  readonly name: v.StringSchema<undefined>;
153
153
  readonly url: v.StringSchema<undefined>;
154
- readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
154
+ readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
155
155
  readonly runEvents: v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>;
156
156
  readonly alertEvents: v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>;
157
157
  readonly enabled: v.BooleanSchema<undefined>;
@@ -198,7 +198,7 @@ export declare const getNamedNotificationWebhookContract: {
198
198
  readonly id: v.StringSchema<undefined>;
199
199
  readonly name: v.StringSchema<undefined>;
200
200
  readonly url: v.StringSchema<undefined>;
201
- readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
201
+ readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
202
202
  readonly runEvents: v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>;
203
203
  readonly alertEvents: v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>;
204
204
  readonly enabled: v.BooleanSchema<undefined>;
@@ -220,7 +220,7 @@ export declare const putNamedNotificationWebhookContract: {
220
220
  readonly requestBodySchema: v.ObjectSchema<{
221
221
  readonly url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, undefined>, v.StartsWithAction<string, "https://", "The webhook endpoint must be an https:// URL">, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
222
222
  readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 100, undefined>]>, undefined>;
223
- readonly types: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>, undefined>;
223
+ readonly types: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>, undefined>;
224
224
  readonly runEvents: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>, undefined>;
225
225
  readonly alertEvents: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>, undefined>;
226
226
  readonly enabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
@@ -253,7 +253,7 @@ export declare const putNamedNotificationWebhookContract: {
253
253
  readonly id: v.StringSchema<undefined>;
254
254
  readonly name: v.StringSchema<undefined>;
255
255
  readonly url: v.StringSchema<undefined>;
256
- readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
256
+ readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
257
257
  readonly runEvents: v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>;
258
258
  readonly alertEvents: v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>;
259
259
  readonly enabled: v.BooleanSchema<undefined>;
@@ -333,7 +333,7 @@ export declare const getPublicNotificationWebhookContract: {
333
333
  readonly id: v.StringSchema<undefined>;
334
334
  readonly name: v.StringSchema<undefined>;
335
335
  readonly url: v.StringSchema<undefined>;
336
- readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
336
+ readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
337
337
  readonly runEvents: v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>;
338
338
  readonly alertEvents: v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>;
339
339
  readonly enabled: v.BooleanSchema<undefined>;
@@ -360,7 +360,7 @@ export declare const putPublicNotificationWebhookContract: {
360
360
  readonly requestBodySchema: v.ObjectSchema<{
361
361
  readonly url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, undefined>, v.StartsWithAction<string, "https://", "The webhook endpoint must be an https:// URL">, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
362
362
  readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 100, undefined>]>, undefined>;
363
- readonly types: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>, undefined>;
363
+ readonly types: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>, undefined>;
364
364
  readonly runEvents: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>, undefined>;
365
365
  readonly alertEvents: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>, undefined>;
366
366
  readonly enabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
@@ -393,7 +393,7 @@ export declare const putPublicNotificationWebhookContract: {
393
393
  readonly id: v.StringSchema<undefined>;
394
394
  readonly name: v.StringSchema<undefined>;
395
395
  readonly url: v.StringSchema<undefined>;
396
- readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
396
+ readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
397
397
  readonly runEvents: v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>;
398
398
  readonly alertEvents: v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>;
399
399
  readonly enabled: v.BooleanSchema<undefined>;
@@ -471,7 +471,7 @@ export declare const listPublicNotificationWebhooksContract: {
471
471
  readonly id: v.StringSchema<undefined>;
472
472
  readonly name: v.StringSchema<undefined>;
473
473
  readonly url: v.StringSchema<undefined>;
474
- readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
474
+ readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
475
475
  readonly runEvents: v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>;
476
476
  readonly alertEvents: v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>;
477
477
  readonly enabled: v.BooleanSchema<undefined>;
@@ -524,7 +524,7 @@ export declare const getPublicNamedNotificationWebhookContract: {
524
524
  readonly id: v.StringSchema<undefined>;
525
525
  readonly name: v.StringSchema<undefined>;
526
526
  readonly url: v.StringSchema<undefined>;
527
- readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
527
+ readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
528
528
  readonly runEvents: v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>;
529
529
  readonly alertEvents: v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>;
530
530
  readonly enabled: v.BooleanSchema<undefined>;
@@ -553,7 +553,7 @@ export declare const putPublicNamedNotificationWebhookContract: {
553
553
  readonly requestBodySchema: v.ObjectSchema<{
554
554
  readonly url: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.UrlAction<string, undefined>, v.StartsWithAction<string, "https://", "The webhook endpoint must be an https:// URL">, v.MaxLengthAction<string, 2000, undefined>]>, undefined>;
555
555
  readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 100, undefined>]>, undefined>;
556
- readonly types: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>, undefined>;
556
+ readonly types: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>, undefined>;
557
557
  readonly runEvents: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>, undefined>;
558
558
  readonly alertEvents: v.OptionalSchema<v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>, undefined>;
559
559
  readonly enabled: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
@@ -586,7 +586,7 @@ export declare const putPublicNamedNotificationWebhookContract: {
586
586
  readonly id: v.StringSchema<undefined>;
587
587
  readonly name: v.StringSchema<undefined>;
588
588
  readonly url: v.StringSchema<undefined>;
589
- readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
589
+ readonly types: v.ArraySchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, undefined>;
590
590
  readonly runEvents: v.ArraySchema<v.PicklistSchema<["run.started", "run.completed", "run.failed"], undefined>, undefined>;
591
591
  readonly alertEvents: v.ArraySchema<v.PicklistSchema<["platform_health.firing", "platform_health.resolved"], undefined>, undefined>;
592
592
  readonly enabled: v.BooleanSchema<undefined>;
@@ -28,7 +28,7 @@ export declare const listNotificationsContract: {
28
28
  }, undefined>;
29
29
  readonly 200: v.ArraySchema<v.ObjectSchema<{
30
30
  readonly id: v.StringSchema<undefined>;
31
- readonly type: v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>;
31
+ readonly type: v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>;
32
32
  readonly status: v.PicklistSchema<["open", "acted", "dismissed"], undefined>;
33
33
  readonly severity: v.OptionalSchema<v.PicklistSchema<["normal", "urgent"], undefined>, undefined>;
34
34
  readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
@@ -47,6 +47,8 @@ export declare const listNotificationsContract: {
47
47
  readonly findingCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
48
48
  readonly forkCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
49
49
  readonly sliceCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
50
+ readonly phaseCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
51
+ readonly untriagedFindingCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
50
52
  readonly onCallAssessment: v.OptionalSchema<v.ObjectSchema<{
51
53
  readonly culpritConfidence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
52
54
  readonly recommendation: v.PicklistSchema<["revert", "hold", "monitor"], undefined>;
@@ -134,7 +136,7 @@ export declare const actNotificationContract: {
134
136
  }, undefined>;
135
137
  readonly 200: v.ObjectSchema<{
136
138
  readonly id: v.StringSchema<undefined>;
137
- readonly type: v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>;
139
+ readonly type: v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>;
138
140
  readonly status: v.PicklistSchema<["open", "acted", "dismissed"], undefined>;
139
141
  readonly severity: v.OptionalSchema<v.PicklistSchema<["normal", "urgent"], undefined>, undefined>;
140
142
  readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
@@ -153,6 +155,8 @@ export declare const actNotificationContract: {
153
155
  readonly findingCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
154
156
  readonly forkCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
155
157
  readonly sliceCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
158
+ readonly phaseCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
159
+ readonly untriagedFindingCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
156
160
  readonly onCallAssessment: v.OptionalSchema<v.ObjectSchema<{
157
161
  readonly culpritConfidence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
158
162
  readonly recommendation: v.PicklistSchema<["revert", "hold", "monitor"], undefined>;
@@ -238,7 +242,7 @@ export declare const dismissNotificationContract: {
238
242
  }, undefined>;
239
243
  readonly 200: v.ObjectSchema<{
240
244
  readonly id: v.StringSchema<undefined>;
241
- readonly type: v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>;
245
+ readonly type: v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>;
242
246
  readonly status: v.PicklistSchema<["open", "acted", "dismissed"], undefined>;
243
247
  readonly severity: v.OptionalSchema<v.PicklistSchema<["normal", "urgent"], undefined>, undefined>;
244
248
  readonly blockId: v.NullableSchema<v.StringSchema<undefined>, undefined>;
@@ -257,6 +261,8 @@ export declare const dismissNotificationContract: {
257
261
  readonly findingCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
258
262
  readonly forkCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
259
263
  readonly sliceCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
264
+ readonly phaseCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
265
+ readonly untriagedFindingCount: v.OptionalSchema<v.NumberSchema<undefined>, undefined>;
260
266
  readonly onCallAssessment: v.OptionalSchema<v.ObjectSchema<{
261
267
  readonly culpritConfidence: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 1, undefined>]>;
262
268
  readonly recommendation: v.PicklistSchema<["revert", "hold", "monitor"], undefined>;
@@ -335,7 +341,7 @@ export declare const getNotificationSettingsContract: {
335
341
  }, undefined>;
336
342
  }, undefined>;
337
343
  readonly 200: v.ObjectSchema<{
338
- readonly matrix: v.RecordSchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, v.ObjectSchema<{
344
+ readonly matrix: v.RecordSchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, v.ObjectSchema<{
339
345
  readonly in_app: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
340
346
  readonly email: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
341
347
  }, undefined>, undefined>;
@@ -347,7 +353,7 @@ export declare const updateNotificationSettingsContract: {
347
353
  readonly method: "put";
348
354
  readonly pathResolver: () => string;
349
355
  readonly requestBodySchema: v.ObjectSchema<{
350
- readonly matrix: v.RecordSchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, v.ObjectSchema<{
356
+ readonly matrix: v.RecordSchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, v.ObjectSchema<{
351
357
  readonly in_app: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
352
358
  readonly email: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
353
359
  }, undefined>, undefined>;
@@ -376,7 +382,7 @@ export declare const updateNotificationSettingsContract: {
376
382
  }, undefined>;
377
383
  }, undefined>;
378
384
  readonly 200: v.ObjectSchema<{
379
- readonly matrix: v.RecordSchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, v.ObjectSchema<{
385
+ readonly matrix: v.RecordSchema<v.PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>, v.ObjectSchema<{
380
386
  readonly in_app: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
381
387
  readonly email: v.OptionalSchema<v.BooleanSchema<undefined>, undefined>;
382
388
  }, undefined>, undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../src/routes/notifications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAiB5B,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIpC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQlC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA;AAMF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI1C,CAAA;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK7C,CAAA"}
1
+ {"version":3,"file":"notifications.d.ts","sourceRoot":"","sources":["../../src/routes/notifications.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAqB,MAAM,yBAAyB,CAAA;AAC3E,OAAO,KAAK,CAAC,MAAM,SAAS,CAAA;AAiB5B,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIpC,CAAA;AAEF,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQlC,CAAA;AAEF,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAA;AAMF,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAI1C,CAAA;AAEF,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAK7C,CAAA"}
@@ -421,7 +421,7 @@ export declare const createPublicTaskContract: {
421
421
  readonly requestBodySchema: import("valibot").ObjectSchema<{
422
422
  readonly title: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 200, undefined>]>;
423
423
  readonly description: import("valibot").OptionalSchema<import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MaxLengthAction<string, 2000, undefined>]>, undefined>;
424
- readonly taskType: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>, undefined>;
424
+ readonly taskType: import("valibot").OptionalSchema<import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>, undefined>;
425
425
  readonly ticket: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
426
426
  readonly source: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["jira", "github", "linear", "gitlab"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
427
427
  readonly ref: import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").TrimAction, import("valibot").MinLengthAction<string, 1, undefined>, import("valibot").MaxLengthAction<string, 500, undefined>]>;
@@ -476,7 +476,7 @@ export declare const createPublicTaskContract: {
476
476
  readonly serviceId: import("valibot").StringSchema<undefined>;
477
477
  readonly title: import("valibot").StringSchema<undefined>;
478
478
  readonly description: import("valibot").StringSchema<undefined>;
479
- readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
479
+ readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
480
480
  readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
481
481
  readonly progress: import("valibot").NumberSchema<undefined>;
482
482
  readonly runId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -537,7 +537,7 @@ export declare const listPublicServiceTasksContract: {
537
537
  readonly serviceId: import("valibot").StringSchema<undefined>;
538
538
  readonly title: import("valibot").StringSchema<undefined>;
539
539
  readonly description: import("valibot").StringSchema<undefined>;
540
- readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
540
+ readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
541
541
  readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
542
542
  readonly progress: import("valibot").NumberSchema<undefined>;
543
543
  readonly runId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -590,7 +590,7 @@ export declare const getPublicTaskContract: {
590
590
  readonly serviceId: import("valibot").StringSchema<undefined>;
591
591
  readonly title: import("valibot").StringSchema<undefined>;
592
592
  readonly description: import("valibot").StringSchema<undefined>;
593
- readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
593
+ readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
594
594
  readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
595
595
  readonly progress: import("valibot").NumberSchema<undefined>;
596
596
  readonly runId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -644,7 +644,7 @@ export declare const startPublicTaskContract: {
644
644
  readonly serviceId: import("valibot").StringSchema<undefined>;
645
645
  readonly title: import("valibot").StringSchema<undefined>;
646
646
  readonly description: import("valibot").StringSchema<undefined>;
647
- readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
647
+ readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
648
648
  readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
649
649
  readonly progress: import("valibot").NumberSchema<undefined>;
650
650
  readonly runId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -705,7 +705,7 @@ export declare const updatePublicTaskContract: {
705
705
  readonly serviceId: import("valibot").StringSchema<undefined>;
706
706
  readonly title: import("valibot").StringSchema<undefined>;
707
707
  readonly description: import("valibot").StringSchema<undefined>;
708
- readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
708
+ readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
709
709
  readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
710
710
  readonly progress: import("valibot").NumberSchema<undefined>;
711
711
  readonly runId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -757,7 +757,7 @@ export declare const stopPublicTaskContract: {
757
757
  readonly serviceId: import("valibot").StringSchema<undefined>;
758
758
  readonly title: import("valibot").StringSchema<undefined>;
759
759
  readonly description: import("valibot").StringSchema<undefined>;
760
- readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
760
+ readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
761
761
  readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
762
762
  readonly progress: import("valibot").NumberSchema<undefined>;
763
763
  readonly runId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -809,7 +809,7 @@ export declare const retryPublicTaskContract: {
809
809
  readonly serviceId: import("valibot").StringSchema<undefined>;
810
810
  readonly title: import("valibot").StringSchema<undefined>;
811
811
  readonly description: import("valibot").StringSchema<undefined>;
812
- readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
812
+ readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
813
813
  readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
814
814
  readonly progress: import("valibot").NumberSchema<undefined>;
815
815
  readonly runId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -1069,7 +1069,7 @@ export declare const listPublicNotificationsContract: {
1069
1069
  readonly 200: import("valibot").ObjectSchema<{
1070
1070
  readonly notifications: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
1071
1071
  readonly id: import("valibot").StringSchema<undefined>;
1072
- readonly type: import("valibot").PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>;
1072
+ readonly type: import("valibot").PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>;
1073
1073
  readonly status: import("valibot").PicklistSchema<["open", "acted", "dismissed"], undefined>;
1074
1074
  readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["normal", "urgent"], undefined>, undefined>;
1075
1075
  readonly blockId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -1088,6 +1088,8 @@ export declare const listPublicNotificationsContract: {
1088
1088
  readonly findingCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1089
1089
  readonly forkCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1090
1090
  readonly sliceCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1091
+ readonly phaseCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1092
+ readonly untriagedFindingCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1091
1093
  readonly onCallAssessment: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1092
1094
  readonly culpritConfidence: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
1093
1095
  readonly recommendation: import("valibot").PicklistSchema<["revert", "hold", "monitor"], undefined>;
@@ -1194,7 +1196,7 @@ export declare const actPublicNotificationContract: {
1194
1196
  }, undefined>;
1195
1197
  readonly 200: import("valibot").ObjectSchema<{
1196
1198
  readonly id: import("valibot").StringSchema<undefined>;
1197
- readonly type: import("valibot").PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>;
1199
+ readonly type: import("valibot").PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>;
1198
1200
  readonly status: import("valibot").PicklistSchema<["open", "acted", "dismissed"], undefined>;
1199
1201
  readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["normal", "urgent"], undefined>, undefined>;
1200
1202
  readonly blockId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -1213,6 +1215,8 @@ export declare const actPublicNotificationContract: {
1213
1215
  readonly findingCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1214
1216
  readonly forkCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1215
1217
  readonly sliceCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1218
+ readonly phaseCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1219
+ readonly untriagedFindingCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1216
1220
  readonly onCallAssessment: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1217
1221
  readonly culpritConfidence: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
1218
1222
  readonly recommendation: import("valibot").PicklistSchema<["revert", "hold", "monitor"], undefined>;
@@ -1301,7 +1305,7 @@ export declare const dismissPublicNotificationContract: {
1301
1305
  }, undefined>;
1302
1306
  readonly 200: import("valibot").ObjectSchema<{
1303
1307
  readonly id: import("valibot").StringSchema<undefined>;
1304
- readonly type: import("valibot").PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>;
1308
+ readonly type: import("valibot").PicklistSchema<["merge_review", "pipeline_complete", "ci_failed", "deploy_blocked", "test_failed", "requirement_review", "clarity_review", "release_regression", "decision_required", "human_test_ready", "visual_confirmation_ready", "human_review", "followup_pending", "fork_decision_pending", "judge_review", "pr_review_ready", "bug_fishing_triage", "initiative", "platform_health", "infra_unreachable", "budget_paused", "budget_threshold", "key_drift", "merge_tag_request"], undefined>;
1305
1309
  readonly status: import("valibot").PicklistSchema<["open", "acted", "dismissed"], undefined>;
1306
1310
  readonly severity: import("valibot").OptionalSchema<import("valibot").PicklistSchema<["normal", "urgent"], undefined>, undefined>;
1307
1311
  readonly blockId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -1320,6 +1324,8 @@ export declare const dismissPublicNotificationContract: {
1320
1324
  readonly findingCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1321
1325
  readonly forkCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1322
1326
  readonly sliceCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1327
+ readonly phaseCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1328
+ readonly untriagedFindingCount: import("valibot").OptionalSchema<import("valibot").NumberSchema<undefined>, undefined>;
1323
1329
  readonly onCallAssessment: import("valibot").OptionalSchema<import("valibot").ObjectSchema<{
1324
1330
  readonly culpritConfidence: import("valibot").SchemaWithPipe<readonly [import("valibot").NumberSchema<undefined>, import("valibot").MinValueAction<number, 0, undefined>, import("valibot").MaxValueAction<number, 1, undefined>]>;
1325
1331
  readonly recommendation: import("valibot").PicklistSchema<["revert", "hold", "monitor"], undefined>;
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../src/routes/public-api.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../src/routes/public-api.ts"],"names":[],"mappings":"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"}
@@ -230,7 +230,7 @@ export declare const addPublicTaskDependencyContract: {
230
230
  readonly serviceId: import("valibot").StringSchema<undefined>;
231
231
  readonly title: import("valibot").StringSchema<undefined>;
232
232
  readonly description: import("valibot").StringSchema<undefined>;
233
- readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
233
+ readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
234
234
  readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
235
235
  readonly progress: import("valibot").NumberSchema<undefined>;
236
236
  readonly runId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -284,7 +284,7 @@ export declare const removePublicTaskDependencyContract: {
284
284
  readonly serviceId: import("valibot").StringSchema<undefined>;
285
285
  readonly title: import("valibot").StringSchema<undefined>;
286
286
  readonly description: import("valibot").StringSchema<undefined>;
287
- readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
287
+ readonly taskType: import("valibot").UnionSchema<[import("valibot").PicklistSchema<readonly ["feature", "bug", "bug-fishing", "document", "spike", "review", "ralph", "media", "recurring"], undefined>, import("valibot").SchemaWithPipe<readonly [import("valibot").StringSchema<undefined>, import("valibot").RegexAction<string, "Consumer id must be <namespace>:<name> (lowercase a-z0-9, dash-separated)">]>], undefined>;
288
288
  readonly status: import("valibot").PicklistSchema<["planned", "ready", "in_progress", "blocked", "pr_ready", "done"], undefined>;
289
289
  readonly progress: import("valibot").NumberSchema<undefined>;
290
290
  readonly runId: import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>;
@@ -219,9 +219,32 @@ export declare const getPublicRunReportContract: {
219
219
  readonly note: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
220
220
  readonly entries: import("valibot").ArraySchema<import("valibot").ObjectSchema<{
221
221
  readonly frameId: import("valibot").StringSchema<undefined>;
222
- readonly status: import("valibot").PicklistSchema<["ready", "failed", "skipped"], undefined>;
222
+ readonly status: import("valibot").PicklistSchema<["ready", "failed", "skipped", "unsettled"], undefined>;
223
223
  readonly url: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
224
224
  readonly error: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
225
+ readonly remediation: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
226
+ readonly deployFix: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
227
+ readonly attempts: import("valibot").NumberSchema<undefined>;
228
+ readonly maxAttempts: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
229
+ readonly cycles: import("valibot").NumberSchema<undefined>;
230
+ readonly reason: import("valibot").StringSchema<undefined>;
231
+ readonly completed: import("valibot").NumberSchema<undefined>;
232
+ readonly failed: import("valibot").NumberSchema<undefined>;
233
+ readonly droppedRounds: import("valibot").NumberSchema<undefined>;
234
+ }, undefined>, undefined>, undefined>;
235
+ readonly investigation: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").ObjectSchema<{
236
+ readonly attempts: import("valibot").NumberSchema<undefined>;
237
+ readonly maxAttempts: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").NumberSchema<undefined>, undefined>, undefined>;
238
+ readonly cycles: import("valibot").NumberSchema<undefined>;
239
+ readonly droppedRounds: import("valibot").NumberSchema<undefined>;
240
+ readonly faultLayer: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").PicklistSchema<["provider", "platform", "deployment", "unknown"], undefined>, undefined>, undefined>;
241
+ readonly action: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
242
+ readonly ranActions: import("valibot").ArraySchema<import("valibot").StringSchema<undefined>, undefined>;
243
+ readonly withheld: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
244
+ readonly failure: import("valibot").OptionalSchema<import("valibot").NullableSchema<import("valibot").StringSchema<undefined>, undefined>, undefined>;
245
+ readonly waitExtensions: import("valibot").NumberSchema<undefined>;
246
+ }, undefined>, undefined>, undefined>;
247
+ }, undefined>, undefined>, undefined>;
225
248
  }, undefined>, undefined>;
226
249
  readonly teardown: import("valibot").PicklistSchema<["confirmed", "unconfirmed", "pending", "retained", "failed", "not_applicable"], undefined>;
227
250
  readonly timeline: import("valibot").ObjectSchema<{
@@ -1 +1 @@
1
- {"version":3,"file":"public-evidence.d.ts","sourceRoot":"","sources":["../../src/routes/public-evidence.ts"],"names":[],"mappings":"AAyBA;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQtC,CAAA;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQvC,CAAA;AAED,oGAAoG;AACpG,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ1C,CAAA"}
1
+ {"version":3,"file":"public-evidence.d.ts","sourceRoot":"","sources":["../../src/routes/public-evidence.ts"],"names":[],"mappings":"AAyBA;;;;;;GAMG;AACH,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQtC,CAAA;AAED;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQvC,CAAA;AAED,oGAAoG;AACpG,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQ1C,CAAA"}
@@ -32,7 +32,7 @@ export declare const listSchedulesContract: {
32
32
  readonly blockId: v.StringSchema<undefined>;
33
33
  readonly frameId: v.StringSchema<undefined>;
34
34
  readonly pipelineId: v.StringSchema<undefined>;
35
- readonly template: v.PicklistSchema<["dep-update", "tech-debt", "bug-triage", "custom"], undefined>;
35
+ readonly template: v.PicklistSchema<["dep-update", "tech-debt", "bug-triage", "bug-fishing", "custom"], undefined>;
36
36
  readonly name: v.StringSchema<undefined>;
37
37
  readonly recurrence: v.ObjectSchema<{
38
38
  readonly intervalHours: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>;
@@ -72,7 +72,7 @@ export declare const createScheduleContract: {
72
72
  readonly requestBodySchema: v.ObjectSchema<{
73
73
  readonly frameId: v.StringSchema<undefined>;
74
74
  readonly pipelineId: v.StringSchema<undefined>;
75
- readonly template: v.OptionalSchema<v.PicklistSchema<["dep-update", "tech-debt", "bug-triage", "custom"], undefined>, "custom">;
75
+ readonly template: v.OptionalSchema<v.PicklistSchema<["dep-update", "tech-debt", "bug-triage", "bug-fishing", "custom"], undefined>, "custom">;
76
76
  readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, undefined>, v.MaxLengthAction<string, 80, undefined>]>;
77
77
  readonly recurrence: v.OptionalSchema<v.ObjectSchema<{
78
78
  readonly intervalHours: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>;
@@ -131,7 +131,7 @@ export declare const createScheduleContract: {
131
131
  readonly blockId: v.StringSchema<undefined>;
132
132
  readonly frameId: v.StringSchema<undefined>;
133
133
  readonly pipelineId: v.StringSchema<undefined>;
134
- readonly template: v.PicklistSchema<["dep-update", "tech-debt", "bug-triage", "custom"], undefined>;
134
+ readonly template: v.PicklistSchema<["dep-update", "tech-debt", "bug-triage", "bug-fishing", "custom"], undefined>;
135
135
  readonly name: v.StringSchema<undefined>;
136
136
  readonly recurrence: v.ObjectSchema<{
137
137
  readonly intervalHours: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>;
@@ -231,7 +231,7 @@ export declare const updateScheduleContract: {
231
231
  readonly blockId: v.StringSchema<undefined>;
232
232
  readonly frameId: v.StringSchema<undefined>;
233
233
  readonly pipelineId: v.StringSchema<undefined>;
234
- readonly template: v.PicklistSchema<["dep-update", "tech-debt", "bug-triage", "custom"], undefined>;
234
+ readonly template: v.PicklistSchema<["dep-update", "tech-debt", "bug-triage", "bug-fishing", "custom"], undefined>;
235
235
  readonly name: v.StringSchema<undefined>;
236
236
  readonly recurrence: v.ObjectSchema<{
237
237
  readonly intervalHours: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>;
@@ -379,7 +379,7 @@ export declare const runScheduleNowContract: {
379
379
  readonly blockId: v.StringSchema<undefined>;
380
380
  readonly frameId: v.StringSchema<undefined>;
381
381
  readonly pipelineId: v.StringSchema<undefined>;
382
- readonly template: v.PicklistSchema<["dep-update", "tech-debt", "bug-triage", "custom"], undefined>;
382
+ readonly template: v.PicklistSchema<["dep-update", "tech-debt", "bug-triage", "bug-fishing", "custom"], undefined>;
383
383
  readonly name: v.StringSchema<undefined>;
384
384
  readonly recurrence: v.ObjectSchema<{
385
385
  readonly intervalHours: v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 1, undefined>, v.MaxValueAction<number, number, undefined>]>;