@cat-factory/contracts 0.73.0 → 0.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/board-scan.d.ts +1 -1
- package/dist/bootstrap.d.ts +8 -2
- package/dist/bootstrap.d.ts.map +1 -1
- package/dist/bootstrap.js +6 -0
- package/dist/bootstrap.js.map +1 -1
- package/dist/documents.d.ts +2 -2
- package/dist/entities.d.ts +6 -6
- package/dist/entities.d.ts.map +1 -1
- package/dist/entities.js +5 -0
- package/dist/entities.js.map +1 -1
- package/dist/env-config-repair.d.ts +1 -1
- package/dist/fragment-library.d.ts +5 -5
- package/dist/primitives.d.ts +15 -1
- package/dist/primitives.d.ts.map +1 -1
- package/dist/primitives.js +15 -0
- package/dist/primitives.js.map +1 -1
- package/dist/requests.d.ts +6 -1
- package/dist/requests.d.ts.map +1 -1
- package/dist/requests.js +6 -1
- package/dist/requests.js.map +1 -1
- package/dist/routes/agent-runs.d.ts +6 -6
- package/dist/routes/board.d.ts +12 -11
- package/dist/routes/board.d.ts.map +1 -1
- package/dist/routes/bootstrap.d.ts +5 -3
- package/dist/routes/bootstrap.d.ts.map +1 -1
- package/dist/routes/documents.d.ts +2 -2
- package/dist/routes/execution.d.ts +10 -10
- package/dist/routes/fragment-library.d.ts +9 -9
- package/dist/routes/human-review.d.ts +1 -1
- package/dist/routes/human-test.d.ts +5 -5
- package/dist/routes/prompt-fragments.d.ts +1 -1
- package/dist/routes/tasks.d.ts +3 -3
- package/dist/routes/visual-confirm.d.ts +3 -3
- package/dist/routes/workspaces.d.ts +8 -8
- package/dist/snapshot.d.ts +4 -4
- package/package.json +1 -1
package/dist/routes/tasks.d.ts
CHANGED
|
@@ -541,7 +541,7 @@ export declare const createTaskFromIssueContract: {
|
|
|
541
541
|
readonly block: v.ObjectSchema<{
|
|
542
542
|
readonly id: v.StringSchema<undefined>;
|
|
543
543
|
readonly title: v.StringSchema<undefined>;
|
|
544
|
-
readonly type: v.PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
544
|
+
readonly type: v.PicklistSchema<["frontend", "service", "library", "document", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
545
545
|
readonly description: v.StringSchema<undefined>;
|
|
546
546
|
readonly position: v.ObjectSchema<{
|
|
547
547
|
readonly x: v.NumberSchema<undefined>;
|
|
@@ -752,7 +752,7 @@ export declare const spawnEpicContract: {
|
|
|
752
752
|
readonly epic: v.ObjectSchema<{
|
|
753
753
|
readonly id: v.StringSchema<undefined>;
|
|
754
754
|
readonly title: v.StringSchema<undefined>;
|
|
755
|
-
readonly type: v.PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
755
|
+
readonly type: v.PicklistSchema<["frontend", "service", "library", "document", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
756
756
|
readonly description: v.StringSchema<undefined>;
|
|
757
757
|
readonly position: v.ObjectSchema<{
|
|
758
758
|
readonly x: v.NumberSchema<undefined>;
|
|
@@ -900,7 +900,7 @@ export declare const spawnEpicContract: {
|
|
|
900
900
|
readonly tasks: v.ArraySchema<v.ObjectSchema<{
|
|
901
901
|
readonly id: v.StringSchema<undefined>;
|
|
902
902
|
readonly title: v.StringSchema<undefined>;
|
|
903
|
-
readonly type: v.PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
903
|
+
readonly type: v.PicklistSchema<["frontend", "service", "library", "document", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
904
904
|
readonly description: v.StringSchema<undefined>;
|
|
905
905
|
readonly position: v.ObjectSchema<{
|
|
906
906
|
readonly x: v.NumberSchema<undefined>;
|
|
@@ -466,7 +466,7 @@ export declare const approveVisualConfirmContract: {
|
|
|
466
466
|
readonly currentStep: v.NumberSchema<undefined>;
|
|
467
467
|
readonly status: v.PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
468
468
|
readonly failure: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
469
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
469
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
470
470
|
readonly message: v.StringSchema<undefined>;
|
|
471
471
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
472
472
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -954,7 +954,7 @@ export declare const requestVisualConfirmFixContract: {
|
|
|
954
954
|
readonly currentStep: v.NumberSchema<undefined>;
|
|
955
955
|
readonly status: v.PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
956
956
|
readonly failure: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
957
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
957
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
958
958
|
readonly message: v.StringSchema<undefined>;
|
|
959
959
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
960
960
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -1440,7 +1440,7 @@ export declare const recaptureVisualConfirmContract: {
|
|
|
1440
1440
|
readonly currentStep: v.NumberSchema<undefined>;
|
|
1441
1441
|
readonly status: v.PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
1442
1442
|
readonly failure: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1443
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
1443
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
1444
1444
|
readonly message: v.StringSchema<undefined>;
|
|
1445
1445
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1446
1446
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -78,7 +78,7 @@ export declare const createWorkspaceContract: {
|
|
|
78
78
|
readonly blocks: v.ArraySchema<v.ObjectSchema<{
|
|
79
79
|
readonly id: v.StringSchema<undefined>;
|
|
80
80
|
readonly title: v.StringSchema<undefined>;
|
|
81
|
-
readonly type: v.PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
81
|
+
readonly type: v.PicklistSchema<["frontend", "service", "library", "document", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
82
82
|
readonly description: v.StringSchema<undefined>;
|
|
83
83
|
readonly position: v.ObjectSchema<{
|
|
84
84
|
readonly x: v.NumberSchema<undefined>;
|
|
@@ -696,7 +696,7 @@ export declare const createWorkspaceContract: {
|
|
|
696
696
|
readonly currentStep: v.NumberSchema<undefined>;
|
|
697
697
|
readonly status: v.PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
698
698
|
readonly failure: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
699
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
699
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
700
700
|
readonly message: v.StringSchema<undefined>;
|
|
701
701
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
702
702
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -736,7 +736,7 @@ export declare const createWorkspaceContract: {
|
|
|
736
736
|
}, undefined>, undefined>;
|
|
737
737
|
readonly error: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
738
738
|
readonly failure: v.NullableSchema<v.ObjectSchema<{
|
|
739
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
739
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
740
740
|
readonly message: v.StringSchema<undefined>;
|
|
741
741
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
742
742
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -778,7 +778,7 @@ export declare const createWorkspaceContract: {
|
|
|
778
778
|
}, undefined>, undefined>;
|
|
779
779
|
readonly error: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
780
780
|
readonly failure: v.NullableSchema<v.ObjectSchema<{
|
|
781
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
781
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
782
782
|
readonly message: v.StringSchema<undefined>;
|
|
783
783
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
784
784
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -1019,7 +1019,7 @@ export declare const getWorkspaceContract: {
|
|
|
1019
1019
|
readonly blocks: v.ArraySchema<v.ObjectSchema<{
|
|
1020
1020
|
readonly id: v.StringSchema<undefined>;
|
|
1021
1021
|
readonly title: v.StringSchema<undefined>;
|
|
1022
|
-
readonly type: v.PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
1022
|
+
readonly type: v.PicklistSchema<["frontend", "service", "library", "document", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
1023
1023
|
readonly description: v.StringSchema<undefined>;
|
|
1024
1024
|
readonly position: v.ObjectSchema<{
|
|
1025
1025
|
readonly x: v.NumberSchema<undefined>;
|
|
@@ -1637,7 +1637,7 @@ export declare const getWorkspaceContract: {
|
|
|
1637
1637
|
readonly currentStep: v.NumberSchema<undefined>;
|
|
1638
1638
|
readonly status: v.PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
1639
1639
|
readonly failure: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
1640
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
1640
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
1641
1641
|
readonly message: v.StringSchema<undefined>;
|
|
1642
1642
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1643
1643
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -1677,7 +1677,7 @@ export declare const getWorkspaceContract: {
|
|
|
1677
1677
|
}, undefined>, undefined>;
|
|
1678
1678
|
readonly error: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1679
1679
|
readonly failure: v.NullableSchema<v.ObjectSchema<{
|
|
1680
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
1680
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
1681
1681
|
readonly message: v.StringSchema<undefined>;
|
|
1682
1682
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1683
1683
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -1719,7 +1719,7 @@ export declare const getWorkspaceContract: {
|
|
|
1719
1719
|
}, undefined>, undefined>;
|
|
1720
1720
|
readonly error: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1721
1721
|
readonly failure: v.NullableSchema<v.ObjectSchema<{
|
|
1722
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
1722
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
1723
1723
|
readonly message: v.StringSchema<undefined>;
|
|
1724
1724
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
1725
1725
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
package/dist/snapshot.d.ts
CHANGED
|
@@ -23,7 +23,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
23
23
|
readonly blocks: v.ArraySchema<v.ObjectSchema<{
|
|
24
24
|
readonly id: v.StringSchema<undefined>;
|
|
25
25
|
readonly title: v.StringSchema<undefined>;
|
|
26
|
-
readonly type: v.PicklistSchema<["frontend", "service", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
26
|
+
readonly type: v.PicklistSchema<["frontend", "service", "library", "document", "api", "database", "queue", "integration", "external", "environment"], undefined>;
|
|
27
27
|
readonly description: v.StringSchema<undefined>;
|
|
28
28
|
readonly position: v.ObjectSchema<{
|
|
29
29
|
readonly x: v.NumberSchema<undefined>;
|
|
@@ -641,7 +641,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
641
641
|
readonly currentStep: v.NumberSchema<undefined>;
|
|
642
642
|
readonly status: v.PicklistSchema<["running", "blocked", "done", "paused", "failed"], undefined>;
|
|
643
643
|
readonly failure: v.OptionalSchema<v.NullableSchema<v.ObjectSchema<{
|
|
644
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
644
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
645
645
|
readonly message: v.StringSchema<undefined>;
|
|
646
646
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
647
647
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -687,7 +687,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
687
687
|
}, undefined>, undefined>;
|
|
688
688
|
readonly error: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
689
689
|
readonly failure: v.NullableSchema<v.ObjectSchema<{
|
|
690
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
690
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
691
691
|
readonly message: v.StringSchema<undefined>;
|
|
692
692
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
693
693
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
@@ -735,7 +735,7 @@ export declare const workspaceSnapshotSchema: v.ObjectSchema<{
|
|
|
735
735
|
}, undefined>, undefined>;
|
|
736
736
|
readonly error: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
737
737
|
readonly failure: v.NullableSchema<v.ObjectSchema<{
|
|
738
|
-
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "cancelled", "unknown"], undefined>;
|
|
738
|
+
readonly kind: v.PicklistSchema<["preflight", "dispatch", "environment", "evicted", "timeout", "agent", "job_failed", "rejected", "companion_rejected", "stalled", "cancelled", "unknown"], undefined>;
|
|
739
739
|
readonly message: v.StringSchema<undefined>;
|
|
740
740
|
readonly detail: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|
|
741
741
|
readonly hint: v.NullableSchema<v.StringSchema<undefined>, undefined>;
|