@treeseed/sdk 0.13.0-rc.56 → 0.13.0-rc.57
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/agent-capacity/validation/agent-definition-schema.d.ts +24 -24
- package/dist/capacity-provider/capability-ontology.d.ts +20 -20
- package/dist/capacity-provider/core-capability-catalog.d.ts +2 -2
- package/dist/content/validation/agent-operational-content-schemas.d.ts +16 -16
- package/dist/content/validation/auxiliary-content-schemas.d.ts +2 -2
- package/dist/content/validation/content-model-schemas.d.ts +92 -92
- package/dist/content/validation/portable-content-data.d.ts +14 -14
- package/dist/deployment/schemas.d.ts +152 -8
- package/dist/deployment/schemas.js +26 -0
- package/dist/operator-contracts/canonical-command-tree.js +11 -1
- package/dist/operator-contracts/catalog/capability-ontology-operations.d.ts +6 -6
- package/dist/operator-contracts/catalog/inbox-operations.d.ts +3 -3
- package/dist/operator-contracts/control-plane-operations.d.ts +9 -9
- package/dist/operator-contracts/inbox/contracts.d.ts +16 -16
- package/package.json +1 -1
|
@@ -50,10 +50,10 @@ declare const schemas: {
|
|
|
50
50
|
paths?: string[] | undefined;
|
|
51
51
|
models?: string[] | undefined;
|
|
52
52
|
};
|
|
53
|
+
description: string;
|
|
53
54
|
required: boolean;
|
|
54
55
|
revision: number;
|
|
55
|
-
format: "map" | "
|
|
56
|
-
description: string;
|
|
56
|
+
format: "map" | "sources" | "summary" | "list" | "full" | "brief";
|
|
57
57
|
query: string;
|
|
58
58
|
depth: number;
|
|
59
59
|
title: string;
|
|
@@ -76,8 +76,8 @@ declare const schemas: {
|
|
|
76
76
|
paths?: string[] | undefined;
|
|
77
77
|
models?: string[] | undefined;
|
|
78
78
|
};
|
|
79
|
-
revision: number;
|
|
80
79
|
description: string;
|
|
80
|
+
revision: number;
|
|
81
81
|
query: string;
|
|
82
82
|
title: string;
|
|
83
83
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -88,7 +88,7 @@ declare const schemas: {
|
|
|
88
88
|
};
|
|
89
89
|
tokenBudget: number;
|
|
90
90
|
required?: boolean | undefined;
|
|
91
|
-
format?: "map" | "
|
|
91
|
+
format?: "map" | "sources" | "summary" | "list" | "full" | "brief" | undefined;
|
|
92
92
|
depth?: number | undefined;
|
|
93
93
|
scope?: string | undefined;
|
|
94
94
|
filters?: Record<string, unknown> | undefined;
|
|
@@ -113,8 +113,8 @@ declare const schemas: {
|
|
|
113
113
|
mergePolicy: z.ZodDefault<z.ZodEnum<["append", "replace"]>>;
|
|
114
114
|
}, "strict", z.ZodTypeAny, {
|
|
115
115
|
id: string;
|
|
116
|
-
revision: number;
|
|
117
116
|
description: string;
|
|
117
|
+
revision: number;
|
|
118
118
|
title: string;
|
|
119
119
|
queryRefs: {
|
|
120
120
|
id: string;
|
|
@@ -123,8 +123,8 @@ declare const schemas: {
|
|
|
123
123
|
mergePolicy: "replace" | "append";
|
|
124
124
|
}, {
|
|
125
125
|
id: string;
|
|
126
|
-
revision: number;
|
|
127
126
|
description: string;
|
|
127
|
+
revision: number;
|
|
128
128
|
title: string;
|
|
129
129
|
queryRefs: {
|
|
130
130
|
id: string;
|
|
@@ -145,8 +145,8 @@ declare const schemas: {
|
|
|
145
145
|
}, "strict", z.ZodTypeAny, {
|
|
146
146
|
kind: "message" | "status" | "summary" | "plan";
|
|
147
147
|
id: string;
|
|
148
|
-
revision: number;
|
|
149
148
|
description: string;
|
|
149
|
+
revision: number;
|
|
150
150
|
title: string;
|
|
151
151
|
instructions: string;
|
|
152
152
|
variables: string[];
|
|
@@ -155,8 +155,8 @@ declare const schemas: {
|
|
|
155
155
|
}, {
|
|
156
156
|
kind: "message" | "status" | "summary" | "plan";
|
|
157
157
|
id: string;
|
|
158
|
-
revision: number;
|
|
159
158
|
description: string;
|
|
159
|
+
revision: number;
|
|
160
160
|
title: string;
|
|
161
161
|
instructions: string;
|
|
162
162
|
outputSkeleton?: string | undefined;
|
|
@@ -1428,8 +1428,8 @@ declare const schemas: {
|
|
|
1428
1428
|
relatedObjectives: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
1429
1429
|
}, "strip", z.ZodTypeAny, {
|
|
1430
1430
|
status: "live" | "archived" | "draft";
|
|
1431
|
-
audience: string[];
|
|
1432
1431
|
description: string;
|
|
1432
|
+
audience: string[];
|
|
1433
1433
|
summary: string;
|
|
1434
1434
|
slug: string;
|
|
1435
1435
|
title: string;
|
|
@@ -1540,8 +1540,8 @@ declare const schemas: {
|
|
|
1540
1540
|
}, "strip", z.ZodTypeAny, {
|
|
1541
1541
|
title: string;
|
|
1542
1542
|
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1543
|
-
audience?: string[] | undefined;
|
|
1544
1543
|
description?: string | undefined;
|
|
1544
|
+
audience?: string[] | undefined;
|
|
1545
1545
|
summary?: string | undefined;
|
|
1546
1546
|
stage?: string | undefined;
|
|
1547
1547
|
slug?: string | undefined;
|
|
@@ -1550,8 +1550,8 @@ declare const schemas: {
|
|
|
1550
1550
|
}, {
|
|
1551
1551
|
title: string;
|
|
1552
1552
|
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
1553
|
-
audience?: string[] | undefined;
|
|
1554
1553
|
description?: string | undefined;
|
|
1554
|
+
audience?: string[] | undefined;
|
|
1555
1555
|
summary?: string | undefined;
|
|
1556
1556
|
stage?: string | undefined;
|
|
1557
1557
|
slug?: string | undefined;
|
|
@@ -1972,8 +1972,8 @@ declare const schemas: {
|
|
|
1972
1972
|
summary: string;
|
|
1973
1973
|
slug: string;
|
|
1974
1974
|
title: string;
|
|
1975
|
-
audience?: string[] | undefined;
|
|
1976
1975
|
description?: string | undefined;
|
|
1976
|
+
audience?: string[] | undefined;
|
|
1977
1977
|
groupIds?: string[] | undefined;
|
|
1978
1978
|
relatedBookIds?: string[] | undefined;
|
|
1979
1979
|
}, {
|
|
@@ -1985,8 +1985,8 @@ declare const schemas: {
|
|
|
1985
1985
|
summary: string;
|
|
1986
1986
|
slug: string;
|
|
1987
1987
|
title: string;
|
|
1988
|
-
audience?: string[] | undefined;
|
|
1989
1988
|
description?: string | undefined;
|
|
1989
|
+
audience?: string[] | undefined;
|
|
1990
1990
|
groupIds?: string[] | undefined;
|
|
1991
1991
|
relatedBookIds?: string[] | undefined;
|
|
1992
1992
|
}>;
|
|
@@ -2011,8 +2011,8 @@ declare const schemas: {
|
|
|
2011
2011
|
slug: string;
|
|
2012
2012
|
title: string;
|
|
2013
2013
|
bookId: string;
|
|
2014
|
-
order?: number | undefined;
|
|
2015
2014
|
description?: string | undefined;
|
|
2015
|
+
order?: number | undefined;
|
|
2016
2016
|
groupIds?: string[] | undefined;
|
|
2017
2017
|
}, {
|
|
2018
2018
|
schemaVersion: "treeseed.knowledge-page/v1";
|
|
@@ -2023,8 +2023,8 @@ declare const schemas: {
|
|
|
2023
2023
|
slug: string;
|
|
2024
2024
|
title: string;
|
|
2025
2025
|
bookId: string;
|
|
2026
|
-
order?: number | undefined;
|
|
2027
2026
|
description?: string | undefined;
|
|
2027
|
+
order?: number | undefined;
|
|
2028
2028
|
groupIds?: string[] | undefined;
|
|
2029
2029
|
}>;
|
|
2030
2030
|
person: z.ZodObject<{
|
|
@@ -2040,8 +2040,8 @@ declare const schemas: {
|
|
|
2040
2040
|
}, "strip", z.ZodTypeAny, {
|
|
2041
2041
|
name: string;
|
|
2042
2042
|
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
2043
|
-
role?: string | undefined;
|
|
2044
2043
|
description?: string | undefined;
|
|
2044
|
+
role?: string | undefined;
|
|
2045
2045
|
summary?: string | undefined;
|
|
2046
2046
|
group_ids?: string[] | undefined;
|
|
2047
2047
|
related_objectives?: string[] | undefined;
|
|
@@ -2050,8 +2050,8 @@ declare const schemas: {
|
|
|
2050
2050
|
}, {
|
|
2051
2051
|
name: string;
|
|
2052
2052
|
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
2053
|
-
role?: string | undefined;
|
|
2054
2053
|
description?: string | undefined;
|
|
2054
|
+
role?: string | undefined;
|
|
2055
2055
|
summary?: string | undefined;
|
|
2056
2056
|
group_ids?: string[] | undefined;
|
|
2057
2057
|
related_objectives?: string[] | undefined;
|
|
@@ -2883,12 +2883,12 @@ declare const schemas: {
|
|
|
2883
2883
|
messageTypes: string[];
|
|
2884
2884
|
modelMutations: string[];
|
|
2885
2885
|
};
|
|
2886
|
-
enabled: boolean;
|
|
2887
2886
|
prompt: {
|
|
2888
2887
|
system: string;
|
|
2889
2888
|
templates?: Record<string, string> | undefined;
|
|
2890
2889
|
task?: string | undefined;
|
|
2891
2890
|
};
|
|
2891
|
+
enabled: boolean;
|
|
2892
2892
|
branchPolicy: {
|
|
2893
2893
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
2894
2894
|
base: "staging" | "main";
|
|
@@ -3055,12 +3055,12 @@ declare const schemas: {
|
|
|
3055
3055
|
messageTypes: string[];
|
|
3056
3056
|
modelMutations: string[];
|
|
3057
3057
|
};
|
|
3058
|
-
enabled: boolean;
|
|
3059
3058
|
prompt: {
|
|
3060
3059
|
system: string;
|
|
3061
3060
|
templates?: Record<string, string> | undefined;
|
|
3062
3061
|
task?: string | undefined;
|
|
3063
3062
|
};
|
|
3063
|
+
enabled: boolean;
|
|
3064
3064
|
branchPolicy: {
|
|
3065
3065
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3066
3066
|
base: "staging" | "main";
|
|
@@ -3227,12 +3227,12 @@ declare const schemas: {
|
|
|
3227
3227
|
messageTypes: string[];
|
|
3228
3228
|
modelMutations: string[];
|
|
3229
3229
|
};
|
|
3230
|
-
enabled: boolean;
|
|
3231
3230
|
prompt: {
|
|
3232
3231
|
system: string;
|
|
3233
3232
|
templates?: Record<string, string> | undefined;
|
|
3234
3233
|
task?: string | undefined;
|
|
3235
3234
|
};
|
|
3235
|
+
enabled: boolean;
|
|
3236
3236
|
branchPolicy: {
|
|
3237
3237
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3238
3238
|
base: "staging" | "main";
|
|
@@ -3399,12 +3399,12 @@ declare const schemas: {
|
|
|
3399
3399
|
messageTypes: string[];
|
|
3400
3400
|
modelMutations: string[];
|
|
3401
3401
|
};
|
|
3402
|
-
enabled: boolean;
|
|
3403
3402
|
prompt: {
|
|
3404
3403
|
system: string;
|
|
3405
3404
|
templates?: Record<string, string> | undefined;
|
|
3406
3405
|
task?: string | undefined;
|
|
3407
3406
|
};
|
|
3407
|
+
enabled: boolean;
|
|
3408
3408
|
branchPolicy: {
|
|
3409
3409
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
3410
3410
|
base: "staging" | "main";
|
|
@@ -4392,12 +4392,12 @@ declare const schemas: {
|
|
|
4392
4392
|
messageTypes: string[];
|
|
4393
4393
|
modelMutations: string[];
|
|
4394
4394
|
};
|
|
4395
|
-
enabled: boolean;
|
|
4396
4395
|
prompt: {
|
|
4397
4396
|
system: string;
|
|
4398
4397
|
templates?: Record<string, string> | undefined;
|
|
4399
4398
|
task?: string | undefined;
|
|
4400
4399
|
};
|
|
4400
|
+
enabled: boolean;
|
|
4401
4401
|
branchPolicy: {
|
|
4402
4402
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4403
4403
|
base: "staging" | "main";
|
|
@@ -4564,12 +4564,12 @@ declare const schemas: {
|
|
|
4564
4564
|
messageTypes: string[];
|
|
4565
4565
|
modelMutations: string[];
|
|
4566
4566
|
};
|
|
4567
|
-
enabled: boolean;
|
|
4568
4567
|
prompt: {
|
|
4569
4568
|
system: string;
|
|
4570
4569
|
templates?: Record<string, string> | undefined;
|
|
4571
4570
|
task?: string | undefined;
|
|
4572
4571
|
};
|
|
4572
|
+
enabled: boolean;
|
|
4573
4573
|
branchPolicy: {
|
|
4574
4574
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4575
4575
|
base: "staging" | "main";
|
|
@@ -4736,12 +4736,12 @@ declare const schemas: {
|
|
|
4736
4736
|
messageTypes: string[];
|
|
4737
4737
|
modelMutations: string[];
|
|
4738
4738
|
};
|
|
4739
|
-
enabled: boolean;
|
|
4740
4739
|
prompt: {
|
|
4741
4740
|
system: string;
|
|
4742
4741
|
templates?: Record<string, string> | undefined;
|
|
4743
4742
|
task?: string | undefined;
|
|
4744
4743
|
};
|
|
4744
|
+
enabled: boolean;
|
|
4745
4745
|
branchPolicy: {
|
|
4746
4746
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4747
4747
|
base: "staging" | "main";
|
|
@@ -4908,12 +4908,12 @@ declare const schemas: {
|
|
|
4908
4908
|
messageTypes: string[];
|
|
4909
4909
|
modelMutations: string[];
|
|
4910
4910
|
};
|
|
4911
|
-
enabled: boolean;
|
|
4912
4911
|
prompt: {
|
|
4913
4912
|
system: string;
|
|
4914
4913
|
templates?: Record<string, string> | undefined;
|
|
4915
4914
|
task?: string | undefined;
|
|
4916
4915
|
};
|
|
4916
|
+
enabled: boolean;
|
|
4917
4917
|
branchPolicy: {
|
|
4918
4918
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
4919
4919
|
base: "staging" | "main";
|
|
@@ -5901,12 +5901,12 @@ declare const schemas: {
|
|
|
5901
5901
|
messageTypes: string[];
|
|
5902
5902
|
modelMutations: string[];
|
|
5903
5903
|
};
|
|
5904
|
-
enabled: boolean;
|
|
5905
5904
|
prompt: {
|
|
5906
5905
|
system: string;
|
|
5907
5906
|
templates?: Record<string, string> | undefined;
|
|
5908
5907
|
task?: string | undefined;
|
|
5909
5908
|
};
|
|
5909
|
+
enabled: boolean;
|
|
5910
5910
|
branchPolicy: {
|
|
5911
5911
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
5912
5912
|
base: "staging" | "main";
|
|
@@ -6073,12 +6073,12 @@ declare const schemas: {
|
|
|
6073
6073
|
messageTypes: string[];
|
|
6074
6074
|
modelMutations: string[];
|
|
6075
6075
|
};
|
|
6076
|
-
enabled: boolean;
|
|
6077
6076
|
prompt: {
|
|
6078
6077
|
system: string;
|
|
6079
6078
|
templates?: Record<string, string> | undefined;
|
|
6080
6079
|
task?: string | undefined;
|
|
6081
6080
|
};
|
|
6081
|
+
enabled: boolean;
|
|
6082
6082
|
branchPolicy: {
|
|
6083
6083
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6084
6084
|
base: "staging" | "main";
|
|
@@ -6245,12 +6245,12 @@ declare const schemas: {
|
|
|
6245
6245
|
messageTypes: string[];
|
|
6246
6246
|
modelMutations: string[];
|
|
6247
6247
|
};
|
|
6248
|
-
enabled: boolean;
|
|
6249
6248
|
prompt: {
|
|
6250
6249
|
system: string;
|
|
6251
6250
|
templates?: Record<string, string> | undefined;
|
|
6252
6251
|
task?: string | undefined;
|
|
6253
6252
|
};
|
|
6253
|
+
enabled: boolean;
|
|
6254
6254
|
branchPolicy: {
|
|
6255
6255
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6256
6256
|
base: "staging" | "main";
|
|
@@ -6417,12 +6417,12 @@ declare const schemas: {
|
|
|
6417
6417
|
messageTypes: string[];
|
|
6418
6418
|
modelMutations: string[];
|
|
6419
6419
|
};
|
|
6420
|
-
enabled: boolean;
|
|
6421
6420
|
prompt: {
|
|
6422
6421
|
system: string;
|
|
6423
6422
|
templates?: Record<string, string> | undefined;
|
|
6424
6423
|
task?: string | undefined;
|
|
6425
6424
|
};
|
|
6425
|
+
enabled: boolean;
|
|
6426
6426
|
branchPolicy: {
|
|
6427
6427
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
6428
6428
|
base: "staging" | "main";
|
|
@@ -7410,12 +7410,12 @@ declare const schemas: {
|
|
|
7410
7410
|
messageTypes: string[];
|
|
7411
7411
|
modelMutations: string[];
|
|
7412
7412
|
};
|
|
7413
|
-
enabled: boolean;
|
|
7414
7413
|
prompt: {
|
|
7415
7414
|
system: string;
|
|
7416
7415
|
templates?: Record<string, string> | undefined;
|
|
7417
7416
|
task?: string | undefined;
|
|
7418
7417
|
};
|
|
7418
|
+
enabled: boolean;
|
|
7419
7419
|
branchPolicy: {
|
|
7420
7420
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7421
7421
|
base: "staging" | "main";
|
|
@@ -7582,12 +7582,12 @@ declare const schemas: {
|
|
|
7582
7582
|
messageTypes: string[];
|
|
7583
7583
|
modelMutations: string[];
|
|
7584
7584
|
};
|
|
7585
|
-
enabled: boolean;
|
|
7586
7585
|
prompt: {
|
|
7587
7586
|
system: string;
|
|
7588
7587
|
templates?: Record<string, string> | undefined;
|
|
7589
7588
|
task?: string | undefined;
|
|
7590
7589
|
};
|
|
7590
|
+
enabled: boolean;
|
|
7591
7591
|
branchPolicy: {
|
|
7592
7592
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7593
7593
|
base: "staging" | "main";
|
|
@@ -7754,12 +7754,12 @@ declare const schemas: {
|
|
|
7754
7754
|
messageTypes: string[];
|
|
7755
7755
|
modelMutations: string[];
|
|
7756
7756
|
};
|
|
7757
|
-
enabled: boolean;
|
|
7758
7757
|
prompt: {
|
|
7759
7758
|
system: string;
|
|
7760
7759
|
templates?: Record<string, string> | undefined;
|
|
7761
7760
|
task?: string | undefined;
|
|
7762
7761
|
};
|
|
7762
|
+
enabled: boolean;
|
|
7763
7763
|
branchPolicy: {
|
|
7764
7764
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7765
7765
|
base: "staging" | "main";
|
|
@@ -7926,12 +7926,12 @@ declare const schemas: {
|
|
|
7926
7926
|
messageTypes: string[];
|
|
7927
7927
|
modelMutations: string[];
|
|
7928
7928
|
};
|
|
7929
|
-
enabled: boolean;
|
|
7930
7929
|
prompt: {
|
|
7931
7930
|
system: string;
|
|
7932
7931
|
templates?: Record<string, string> | undefined;
|
|
7933
7932
|
task?: string | undefined;
|
|
7934
7933
|
};
|
|
7934
|
+
enabled: boolean;
|
|
7935
7935
|
branchPolicy: {
|
|
7936
7936
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
7937
7937
|
base: "staging" | "main";
|
|
@@ -8919,12 +8919,12 @@ declare const schemas: {
|
|
|
8919
8919
|
messageTypes: string[];
|
|
8920
8920
|
modelMutations: string[];
|
|
8921
8921
|
};
|
|
8922
|
-
enabled: boolean;
|
|
8923
8922
|
prompt: {
|
|
8924
8923
|
system: string;
|
|
8925
8924
|
templates?: Record<string, string> | undefined;
|
|
8926
8925
|
task?: string | undefined;
|
|
8927
8926
|
};
|
|
8927
|
+
enabled: boolean;
|
|
8928
8928
|
branchPolicy: {
|
|
8929
8929
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
8930
8930
|
base: "staging" | "main";
|
|
@@ -9091,12 +9091,12 @@ declare const schemas: {
|
|
|
9091
9091
|
messageTypes: string[];
|
|
9092
9092
|
modelMutations: string[];
|
|
9093
9093
|
};
|
|
9094
|
-
enabled: boolean;
|
|
9095
9094
|
prompt: {
|
|
9096
9095
|
system: string;
|
|
9097
9096
|
templates?: Record<string, string> | undefined;
|
|
9098
9097
|
task?: string | undefined;
|
|
9099
9098
|
};
|
|
9099
|
+
enabled: boolean;
|
|
9100
9100
|
branchPolicy: {
|
|
9101
9101
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
9102
9102
|
base: "staging" | "main";
|
|
@@ -9263,12 +9263,12 @@ declare const schemas: {
|
|
|
9263
9263
|
messageTypes: string[];
|
|
9264
9264
|
modelMutations: string[];
|
|
9265
9265
|
};
|
|
9266
|
-
enabled: boolean;
|
|
9267
9266
|
prompt: {
|
|
9268
9267
|
system: string;
|
|
9269
9268
|
templates?: Record<string, string> | undefined;
|
|
9270
9269
|
task?: string | undefined;
|
|
9271
9270
|
};
|
|
9271
|
+
enabled: boolean;
|
|
9272
9272
|
branchPolicy: {
|
|
9273
9273
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
9274
9274
|
base: "staging" | "main";
|
|
@@ -9435,12 +9435,12 @@ declare const schemas: {
|
|
|
9435
9435
|
messageTypes: string[];
|
|
9436
9436
|
modelMutations: string[];
|
|
9437
9437
|
};
|
|
9438
|
-
enabled: boolean;
|
|
9439
9438
|
prompt: {
|
|
9440
9439
|
system: string;
|
|
9441
9440
|
templates?: Record<string, string> | undefined;
|
|
9442
9441
|
task?: string | undefined;
|
|
9443
9442
|
};
|
|
9443
|
+
enabled: boolean;
|
|
9444
9444
|
branchPolicy: {
|
|
9445
9445
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
9446
9446
|
base: "staging" | "main";
|
|
@@ -9730,8 +9730,8 @@ declare const schemas: {
|
|
|
9730
9730
|
}, "strip", z.ZodTypeAny, {
|
|
9731
9731
|
id: string;
|
|
9732
9732
|
name: string;
|
|
9733
|
-
classification: string;
|
|
9734
9733
|
description: string;
|
|
9734
|
+
classification: string;
|
|
9735
9735
|
slug: string;
|
|
9736
9736
|
contract: "treeseed.group/v1";
|
|
9737
9737
|
status?: "active" | "archived" | undefined;
|
|
@@ -9739,8 +9739,8 @@ declare const schemas: {
|
|
|
9739
9739
|
}, {
|
|
9740
9740
|
id: string;
|
|
9741
9741
|
name: string;
|
|
9742
|
-
classification: string;
|
|
9743
9742
|
description: string;
|
|
9743
|
+
classification: string;
|
|
9744
9744
|
slug: string;
|
|
9745
9745
|
contract: "treeseed.group/v1";
|
|
9746
9746
|
status?: "active" | "archived" | undefined;
|
|
@@ -10598,12 +10598,12 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10598
10598
|
messageTypes: string[];
|
|
10599
10599
|
modelMutations: string[];
|
|
10600
10600
|
};
|
|
10601
|
-
enabled: boolean;
|
|
10602
10601
|
prompt: {
|
|
10603
10602
|
system: string;
|
|
10604
10603
|
templates?: Record<string, string> | undefined;
|
|
10605
10604
|
task?: string | undefined;
|
|
10606
10605
|
};
|
|
10606
|
+
enabled: boolean;
|
|
10607
10607
|
branchPolicy: {
|
|
10608
10608
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
10609
10609
|
base: "staging" | "main";
|
|
@@ -10770,12 +10770,12 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10770
10770
|
messageTypes: string[];
|
|
10771
10771
|
modelMutations: string[];
|
|
10772
10772
|
};
|
|
10773
|
-
enabled: boolean;
|
|
10774
10773
|
prompt: {
|
|
10775
10774
|
system: string;
|
|
10776
10775
|
templates?: Record<string, string> | undefined;
|
|
10777
10776
|
task?: string | undefined;
|
|
10778
10777
|
};
|
|
10778
|
+
enabled: boolean;
|
|
10779
10779
|
branchPolicy: {
|
|
10780
10780
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
10781
10781
|
base: "staging" | "main";
|
|
@@ -10942,12 +10942,12 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
10942
10942
|
messageTypes: string[];
|
|
10943
10943
|
modelMutations: string[];
|
|
10944
10944
|
};
|
|
10945
|
-
enabled: boolean;
|
|
10946
10945
|
prompt: {
|
|
10947
10946
|
system: string;
|
|
10948
10947
|
templates?: Record<string, string> | undefined;
|
|
10949
10948
|
task?: string | undefined;
|
|
10950
10949
|
};
|
|
10950
|
+
enabled: boolean;
|
|
10951
10951
|
branchPolicy: {
|
|
10952
10952
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
10953
10953
|
base: "staging" | "main";
|
|
@@ -11114,12 +11114,12 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11114
11114
|
messageTypes: string[];
|
|
11115
11115
|
modelMutations: string[];
|
|
11116
11116
|
};
|
|
11117
|
-
enabled: boolean;
|
|
11118
11117
|
prompt: {
|
|
11119
11118
|
system: string;
|
|
11120
11119
|
templates?: Record<string, string> | undefined;
|
|
11121
11120
|
task?: string | undefined;
|
|
11122
11121
|
};
|
|
11122
|
+
enabled: boolean;
|
|
11123
11123
|
branchPolicy: {
|
|
11124
11124
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
11125
11125
|
base: "staging" | "main";
|
|
@@ -11353,8 +11353,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11353
11353
|
prioritySnapshotId?: string | null | undefined;
|
|
11354
11354
|
} | {
|
|
11355
11355
|
status: "live" | "archived" | "draft";
|
|
11356
|
-
audience: string[];
|
|
11357
11356
|
description: string;
|
|
11357
|
+
audience: string[];
|
|
11358
11358
|
summary: string;
|
|
11359
11359
|
slug: string;
|
|
11360
11360
|
title: string;
|
|
@@ -11453,10 +11453,10 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11453
11453
|
paths?: string[] | undefined;
|
|
11454
11454
|
models?: string[] | undefined;
|
|
11455
11455
|
};
|
|
11456
|
+
description: string;
|
|
11456
11457
|
required: boolean;
|
|
11457
11458
|
revision: number;
|
|
11458
|
-
format: "map" | "
|
|
11459
|
-
description: string;
|
|
11459
|
+
format: "map" | "sources" | "summary" | "list" | "full" | "brief";
|
|
11460
11460
|
query: string;
|
|
11461
11461
|
depth: number;
|
|
11462
11462
|
title: string;
|
|
@@ -11473,8 +11473,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11473
11473
|
codeScopes?: string[] | undefined;
|
|
11474
11474
|
} | {
|
|
11475
11475
|
id: string;
|
|
11476
|
-
revision: number;
|
|
11477
11476
|
description: string;
|
|
11477
|
+
revision: number;
|
|
11478
11478
|
title: string;
|
|
11479
11479
|
queryRefs: {
|
|
11480
11480
|
id: string;
|
|
@@ -11484,8 +11484,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11484
11484
|
} | {
|
|
11485
11485
|
kind: "message" | "status" | "summary" | "plan";
|
|
11486
11486
|
id: string;
|
|
11487
|
-
revision: number;
|
|
11488
11487
|
description: string;
|
|
11488
|
+
revision: number;
|
|
11489
11489
|
title: string;
|
|
11490
11490
|
instructions: string;
|
|
11491
11491
|
variables: string[];
|
|
@@ -11619,8 +11619,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11619
11619
|
} | {
|
|
11620
11620
|
title: string;
|
|
11621
11621
|
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
11622
|
-
audience?: string[] | undefined;
|
|
11623
11622
|
description?: string | undefined;
|
|
11623
|
+
audience?: string[] | undefined;
|
|
11624
11624
|
summary?: string | undefined;
|
|
11625
11625
|
stage?: string | undefined;
|
|
11626
11626
|
slug?: string | undefined;
|
|
@@ -11748,8 +11748,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11748
11748
|
summary: string;
|
|
11749
11749
|
slug: string;
|
|
11750
11750
|
title: string;
|
|
11751
|
-
audience?: string[] | undefined;
|
|
11752
11751
|
description?: string | undefined;
|
|
11752
|
+
audience?: string[] | undefined;
|
|
11753
11753
|
groupIds?: string[] | undefined;
|
|
11754
11754
|
relatedBookIds?: string[] | undefined;
|
|
11755
11755
|
} | {
|
|
@@ -11761,14 +11761,14 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11761
11761
|
slug: string;
|
|
11762
11762
|
title: string;
|
|
11763
11763
|
bookId: string;
|
|
11764
|
-
order?: number | undefined;
|
|
11765
11764
|
description?: string | undefined;
|
|
11765
|
+
order?: number | undefined;
|
|
11766
11766
|
groupIds?: string[] | undefined;
|
|
11767
11767
|
} | {
|
|
11768
11768
|
name: string;
|
|
11769
11769
|
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
11770
|
-
role?: string | undefined;
|
|
11771
11770
|
description?: string | undefined;
|
|
11771
|
+
role?: string | undefined;
|
|
11772
11772
|
summary?: string | undefined;
|
|
11773
11773
|
group_ids?: string[] | undefined;
|
|
11774
11774
|
related_objectives?: string[] | undefined;
|
|
@@ -11814,8 +11814,8 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11814
11814
|
} | {
|
|
11815
11815
|
id: string;
|
|
11816
11816
|
name: string;
|
|
11817
|
-
classification: string;
|
|
11818
11817
|
description: string;
|
|
11818
|
+
classification: string;
|
|
11819
11819
|
slug: string;
|
|
11820
11820
|
contract: "treeseed.group/v1";
|
|
11821
11821
|
status?: "active" | "archived" | undefined;
|
|
@@ -12660,12 +12660,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12660
12660
|
messageTypes: string[];
|
|
12661
12661
|
modelMutations: string[];
|
|
12662
12662
|
};
|
|
12663
|
-
enabled: boolean;
|
|
12664
12663
|
prompt: {
|
|
12665
12664
|
system: string;
|
|
12666
12665
|
templates?: Record<string, string> | undefined;
|
|
12667
12666
|
task?: string | undefined;
|
|
12668
12667
|
};
|
|
12668
|
+
enabled: boolean;
|
|
12669
12669
|
branchPolicy: {
|
|
12670
12670
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
12671
12671
|
base: "staging" | "main";
|
|
@@ -12832,12 +12832,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
12832
12832
|
messageTypes: string[];
|
|
12833
12833
|
modelMutations: string[];
|
|
12834
12834
|
};
|
|
12835
|
-
enabled: boolean;
|
|
12836
12835
|
prompt: {
|
|
12837
12836
|
system: string;
|
|
12838
12837
|
templates?: Record<string, string> | undefined;
|
|
12839
12838
|
task?: string | undefined;
|
|
12840
12839
|
};
|
|
12840
|
+
enabled: boolean;
|
|
12841
12841
|
branchPolicy: {
|
|
12842
12842
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
12843
12843
|
base: "staging" | "main";
|
|
@@ -13004,12 +13004,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13004
13004
|
messageTypes: string[];
|
|
13005
13005
|
modelMutations: string[];
|
|
13006
13006
|
};
|
|
13007
|
-
enabled: boolean;
|
|
13008
13007
|
prompt: {
|
|
13009
13008
|
system: string;
|
|
13010
13009
|
templates?: Record<string, string> | undefined;
|
|
13011
13010
|
task?: string | undefined;
|
|
13012
13011
|
};
|
|
13012
|
+
enabled: boolean;
|
|
13013
13013
|
branchPolicy: {
|
|
13014
13014
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
13015
13015
|
base: "staging" | "main";
|
|
@@ -13176,12 +13176,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
13176
13176
|
messageTypes: string[];
|
|
13177
13177
|
modelMutations: string[];
|
|
13178
13178
|
};
|
|
13179
|
-
enabled: boolean;
|
|
13180
13179
|
prompt: {
|
|
13181
13180
|
system: string;
|
|
13182
13181
|
templates?: Record<string, string> | undefined;
|
|
13183
13182
|
task?: string | undefined;
|
|
13184
13183
|
};
|
|
13184
|
+
enabled: boolean;
|
|
13185
13185
|
branchPolicy: {
|
|
13186
13186
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
13187
13187
|
base: "staging" | "main";
|
|
@@ -14169,12 +14169,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14169
14169
|
messageTypes: string[];
|
|
14170
14170
|
modelMutations: string[];
|
|
14171
14171
|
};
|
|
14172
|
-
enabled: boolean;
|
|
14173
14172
|
prompt: {
|
|
14174
14173
|
system: string;
|
|
14175
14174
|
templates?: Record<string, string> | undefined;
|
|
14176
14175
|
task?: string | undefined;
|
|
14177
14176
|
};
|
|
14177
|
+
enabled: boolean;
|
|
14178
14178
|
branchPolicy: {
|
|
14179
14179
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
14180
14180
|
base: "staging" | "main";
|
|
@@ -14341,12 +14341,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14341
14341
|
messageTypes: string[];
|
|
14342
14342
|
modelMutations: string[];
|
|
14343
14343
|
};
|
|
14344
|
-
enabled: boolean;
|
|
14345
14344
|
prompt: {
|
|
14346
14345
|
system: string;
|
|
14347
14346
|
templates?: Record<string, string> | undefined;
|
|
14348
14347
|
task?: string | undefined;
|
|
14349
14348
|
};
|
|
14349
|
+
enabled: boolean;
|
|
14350
14350
|
branchPolicy: {
|
|
14351
14351
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
14352
14352
|
base: "staging" | "main";
|
|
@@ -14513,12 +14513,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14513
14513
|
messageTypes: string[];
|
|
14514
14514
|
modelMutations: string[];
|
|
14515
14515
|
};
|
|
14516
|
-
enabled: boolean;
|
|
14517
14516
|
prompt: {
|
|
14518
14517
|
system: string;
|
|
14519
14518
|
templates?: Record<string, string> | undefined;
|
|
14520
14519
|
task?: string | undefined;
|
|
14521
14520
|
};
|
|
14521
|
+
enabled: boolean;
|
|
14522
14522
|
branchPolicy: {
|
|
14523
14523
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
14524
14524
|
base: "staging" | "main";
|
|
@@ -14685,12 +14685,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
14685
14685
|
messageTypes: string[];
|
|
14686
14686
|
modelMutations: string[];
|
|
14687
14687
|
};
|
|
14688
|
-
enabled: boolean;
|
|
14689
14688
|
prompt: {
|
|
14690
14689
|
system: string;
|
|
14691
14690
|
templates?: Record<string, string> | undefined;
|
|
14692
14691
|
task?: string | undefined;
|
|
14693
14692
|
};
|
|
14693
|
+
enabled: boolean;
|
|
14694
14694
|
branchPolicy: {
|
|
14695
14695
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
14696
14696
|
base: "staging" | "main";
|
|
@@ -15678,12 +15678,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15678
15678
|
messageTypes: string[];
|
|
15679
15679
|
modelMutations: string[];
|
|
15680
15680
|
};
|
|
15681
|
-
enabled: boolean;
|
|
15682
15681
|
prompt: {
|
|
15683
15682
|
system: string;
|
|
15684
15683
|
templates?: Record<string, string> | undefined;
|
|
15685
15684
|
task?: string | undefined;
|
|
15686
15685
|
};
|
|
15686
|
+
enabled: boolean;
|
|
15687
15687
|
branchPolicy: {
|
|
15688
15688
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
15689
15689
|
base: "staging" | "main";
|
|
@@ -15850,12 +15850,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
15850
15850
|
messageTypes: string[];
|
|
15851
15851
|
modelMutations: string[];
|
|
15852
15852
|
};
|
|
15853
|
-
enabled: boolean;
|
|
15854
15853
|
prompt: {
|
|
15855
15854
|
system: string;
|
|
15856
15855
|
templates?: Record<string, string> | undefined;
|
|
15857
15856
|
task?: string | undefined;
|
|
15858
15857
|
};
|
|
15858
|
+
enabled: boolean;
|
|
15859
15859
|
branchPolicy: {
|
|
15860
15860
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
15861
15861
|
base: "staging" | "main";
|
|
@@ -16022,12 +16022,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16022
16022
|
messageTypes: string[];
|
|
16023
16023
|
modelMutations: string[];
|
|
16024
16024
|
};
|
|
16025
|
-
enabled: boolean;
|
|
16026
16025
|
prompt: {
|
|
16027
16026
|
system: string;
|
|
16028
16027
|
templates?: Record<string, string> | undefined;
|
|
16029
16028
|
task?: string | undefined;
|
|
16030
16029
|
};
|
|
16030
|
+
enabled: boolean;
|
|
16031
16031
|
branchPolicy: {
|
|
16032
16032
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
16033
16033
|
base: "staging" | "main";
|
|
@@ -16194,12 +16194,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
16194
16194
|
messageTypes: string[];
|
|
16195
16195
|
modelMutations: string[];
|
|
16196
16196
|
};
|
|
16197
|
-
enabled: boolean;
|
|
16198
16197
|
prompt: {
|
|
16199
16198
|
system: string;
|
|
16200
16199
|
templates?: Record<string, string> | undefined;
|
|
16201
16200
|
task?: string | undefined;
|
|
16202
16201
|
};
|
|
16202
|
+
enabled: boolean;
|
|
16203
16203
|
branchPolicy: {
|
|
16204
16204
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
16205
16205
|
base: "staging" | "main";
|
|
@@ -17187,12 +17187,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17187
17187
|
messageTypes: string[];
|
|
17188
17188
|
modelMutations: string[];
|
|
17189
17189
|
};
|
|
17190
|
-
enabled: boolean;
|
|
17191
17190
|
prompt: {
|
|
17192
17191
|
system: string;
|
|
17193
17192
|
templates?: Record<string, string> | undefined;
|
|
17194
17193
|
task?: string | undefined;
|
|
17195
17194
|
};
|
|
17195
|
+
enabled: boolean;
|
|
17196
17196
|
branchPolicy: {
|
|
17197
17197
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
17198
17198
|
base: "staging" | "main";
|
|
@@ -17359,12 +17359,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17359
17359
|
messageTypes: string[];
|
|
17360
17360
|
modelMutations: string[];
|
|
17361
17361
|
};
|
|
17362
|
-
enabled: boolean;
|
|
17363
17362
|
prompt: {
|
|
17364
17363
|
system: string;
|
|
17365
17364
|
templates?: Record<string, string> | undefined;
|
|
17366
17365
|
task?: string | undefined;
|
|
17367
17366
|
};
|
|
17367
|
+
enabled: boolean;
|
|
17368
17368
|
branchPolicy: {
|
|
17369
17369
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
17370
17370
|
base: "staging" | "main";
|
|
@@ -17531,12 +17531,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17531
17531
|
messageTypes: string[];
|
|
17532
17532
|
modelMutations: string[];
|
|
17533
17533
|
};
|
|
17534
|
-
enabled: boolean;
|
|
17535
17534
|
prompt: {
|
|
17536
17535
|
system: string;
|
|
17537
17536
|
templates?: Record<string, string> | undefined;
|
|
17538
17537
|
task?: string | undefined;
|
|
17539
17538
|
};
|
|
17539
|
+
enabled: boolean;
|
|
17540
17540
|
branchPolicy: {
|
|
17541
17541
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
17542
17542
|
base: "staging" | "main";
|
|
@@ -17703,12 +17703,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
17703
17703
|
messageTypes: string[];
|
|
17704
17704
|
modelMutations: string[];
|
|
17705
17705
|
};
|
|
17706
|
-
enabled: boolean;
|
|
17707
17706
|
prompt: {
|
|
17708
17707
|
system: string;
|
|
17709
17708
|
templates?: Record<string, string> | undefined;
|
|
17710
17709
|
task?: string | undefined;
|
|
17711
17710
|
};
|
|
17711
|
+
enabled: boolean;
|
|
17712
17712
|
branchPolicy: {
|
|
17713
17713
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
17714
17714
|
base: "staging" | "main";
|
|
@@ -18696,12 +18696,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18696
18696
|
messageTypes: string[];
|
|
18697
18697
|
modelMutations: string[];
|
|
18698
18698
|
};
|
|
18699
|
-
enabled: boolean;
|
|
18700
18699
|
prompt: {
|
|
18701
18700
|
system: string;
|
|
18702
18701
|
templates?: Record<string, string> | undefined;
|
|
18703
18702
|
task?: string | undefined;
|
|
18704
18703
|
};
|
|
18704
|
+
enabled: boolean;
|
|
18705
18705
|
branchPolicy: {
|
|
18706
18706
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
18707
18707
|
base: "staging" | "main";
|
|
@@ -18868,12 +18868,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
18868
18868
|
messageTypes: string[];
|
|
18869
18869
|
modelMutations: string[];
|
|
18870
18870
|
};
|
|
18871
|
-
enabled: boolean;
|
|
18872
18871
|
prompt: {
|
|
18873
18872
|
system: string;
|
|
18874
18873
|
templates?: Record<string, string> | undefined;
|
|
18875
18874
|
task?: string | undefined;
|
|
18876
18875
|
};
|
|
18876
|
+
enabled: boolean;
|
|
18877
18877
|
branchPolicy: {
|
|
18878
18878
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
18879
18879
|
base: "staging" | "main";
|
|
@@ -19040,12 +19040,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19040
19040
|
messageTypes: string[];
|
|
19041
19041
|
modelMutations: string[];
|
|
19042
19042
|
};
|
|
19043
|
-
enabled: boolean;
|
|
19044
19043
|
prompt: {
|
|
19045
19044
|
system: string;
|
|
19046
19045
|
templates?: Record<string, string> | undefined;
|
|
19047
19046
|
task?: string | undefined;
|
|
19048
19047
|
};
|
|
19048
|
+
enabled: boolean;
|
|
19049
19049
|
branchPolicy: {
|
|
19050
19050
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
19051
19051
|
base: "staging" | "main";
|
|
@@ -19212,12 +19212,12 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19212
19212
|
messageTypes: string[];
|
|
19213
19213
|
modelMutations: string[];
|
|
19214
19214
|
};
|
|
19215
|
-
enabled: boolean;
|
|
19216
19215
|
prompt: {
|
|
19217
19216
|
system: string;
|
|
19218
19217
|
templates?: Record<string, string> | undefined;
|
|
19219
19218
|
task?: string | undefined;
|
|
19220
19219
|
};
|
|
19220
|
+
enabled: boolean;
|
|
19221
19221
|
branchPolicy: {
|
|
19222
19222
|
kind: "read-only" | "main-planning-content" | "staging-content" | "assignment-feature" | "staging-release";
|
|
19223
19223
|
base: "staging" | "main";
|
|
@@ -19785,8 +19785,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
19785
19785
|
relatedObjectives: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
|
|
19786
19786
|
}, "strip", z.ZodTypeAny, {
|
|
19787
19787
|
status: "live" | "archived" | "draft";
|
|
19788
|
-
audience: string[];
|
|
19789
19788
|
description: string;
|
|
19789
|
+
audience: string[];
|
|
19790
19790
|
summary: string;
|
|
19791
19791
|
slug: string;
|
|
19792
19792
|
title: string;
|
|
@@ -20281,10 +20281,10 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20281
20281
|
paths?: string[] | undefined;
|
|
20282
20282
|
models?: string[] | undefined;
|
|
20283
20283
|
};
|
|
20284
|
+
description: string;
|
|
20284
20285
|
required: boolean;
|
|
20285
20286
|
revision: number;
|
|
20286
|
-
format: "map" | "
|
|
20287
|
-
description: string;
|
|
20287
|
+
format: "map" | "sources" | "summary" | "list" | "full" | "brief";
|
|
20288
20288
|
query: string;
|
|
20289
20289
|
depth: number;
|
|
20290
20290
|
title: string;
|
|
@@ -20307,8 +20307,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20307
20307
|
paths?: string[] | undefined;
|
|
20308
20308
|
models?: string[] | undefined;
|
|
20309
20309
|
};
|
|
20310
|
-
revision: number;
|
|
20311
20310
|
description: string;
|
|
20311
|
+
revision: number;
|
|
20312
20312
|
query: string;
|
|
20313
20313
|
title: string;
|
|
20314
20314
|
maturity: "draft" | "validated" | "simulated" | "proven";
|
|
@@ -20319,7 +20319,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20319
20319
|
};
|
|
20320
20320
|
tokenBudget: number;
|
|
20321
20321
|
required?: boolean | undefined;
|
|
20322
|
-
format?: "map" | "
|
|
20322
|
+
format?: "map" | "sources" | "summary" | "list" | "full" | "brief" | undefined;
|
|
20323
20323
|
depth?: number | undefined;
|
|
20324
20324
|
scope?: string | undefined;
|
|
20325
20325
|
filters?: Record<string, unknown> | undefined;
|
|
@@ -20343,8 +20343,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20343
20343
|
mergePolicy: z.ZodDefault<z.ZodEnum<["append", "replace"]>>;
|
|
20344
20344
|
}, "strict", z.ZodTypeAny, {
|
|
20345
20345
|
id: string;
|
|
20346
|
-
revision: number;
|
|
20347
20346
|
description: string;
|
|
20347
|
+
revision: number;
|
|
20348
20348
|
title: string;
|
|
20349
20349
|
queryRefs: {
|
|
20350
20350
|
id: string;
|
|
@@ -20353,8 +20353,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20353
20353
|
mergePolicy: "replace" | "append";
|
|
20354
20354
|
}, {
|
|
20355
20355
|
id: string;
|
|
20356
|
-
revision: number;
|
|
20357
20356
|
description: string;
|
|
20357
|
+
revision: number;
|
|
20358
20358
|
title: string;
|
|
20359
20359
|
queryRefs: {
|
|
20360
20360
|
id: string;
|
|
@@ -20374,8 +20374,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20374
20374
|
}, "strict", z.ZodTypeAny, {
|
|
20375
20375
|
kind: "message" | "status" | "summary" | "plan";
|
|
20376
20376
|
id: string;
|
|
20377
|
-
revision: number;
|
|
20378
20377
|
description: string;
|
|
20378
|
+
revision: number;
|
|
20379
20379
|
title: string;
|
|
20380
20380
|
instructions: string;
|
|
20381
20381
|
variables: string[];
|
|
@@ -20384,8 +20384,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20384
20384
|
}, {
|
|
20385
20385
|
kind: "message" | "status" | "summary" | "plan";
|
|
20386
20386
|
id: string;
|
|
20387
|
-
revision: number;
|
|
20388
20387
|
description: string;
|
|
20388
|
+
revision: number;
|
|
20389
20389
|
title: string;
|
|
20390
20390
|
instructions: string;
|
|
20391
20391
|
outputSkeleton?: string | undefined;
|
|
@@ -20907,8 +20907,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20907
20907
|
}, "strip", z.ZodTypeAny, {
|
|
20908
20908
|
title: string;
|
|
20909
20909
|
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
20910
|
-
audience?: string[] | undefined;
|
|
20911
20910
|
description?: string | undefined;
|
|
20911
|
+
audience?: string[] | undefined;
|
|
20912
20912
|
summary?: string | undefined;
|
|
20913
20913
|
stage?: string | undefined;
|
|
20914
20914
|
slug?: string | undefined;
|
|
@@ -20917,8 +20917,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20917
20917
|
}, {
|
|
20918
20918
|
title: string;
|
|
20919
20919
|
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
20920
|
-
audience?: string[] | undefined;
|
|
20921
20920
|
description?: string | undefined;
|
|
20921
|
+
audience?: string[] | undefined;
|
|
20922
20922
|
summary?: string | undefined;
|
|
20923
20923
|
stage?: string | undefined;
|
|
20924
20924
|
slug?: string | undefined;
|
|
@@ -21333,8 +21333,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21333
21333
|
summary: string;
|
|
21334
21334
|
slug: string;
|
|
21335
21335
|
title: string;
|
|
21336
|
-
audience?: string[] | undefined;
|
|
21337
21336
|
description?: string | undefined;
|
|
21337
|
+
audience?: string[] | undefined;
|
|
21338
21338
|
groupIds?: string[] | undefined;
|
|
21339
21339
|
relatedBookIds?: string[] | undefined;
|
|
21340
21340
|
}, {
|
|
@@ -21346,8 +21346,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21346
21346
|
summary: string;
|
|
21347
21347
|
slug: string;
|
|
21348
21348
|
title: string;
|
|
21349
|
-
audience?: string[] | undefined;
|
|
21350
21349
|
description?: string | undefined;
|
|
21350
|
+
audience?: string[] | undefined;
|
|
21351
21351
|
groupIds?: string[] | undefined;
|
|
21352
21352
|
relatedBookIds?: string[] | undefined;
|
|
21353
21353
|
}> | z.ZodObject<{
|
|
@@ -21371,8 +21371,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21371
21371
|
slug: string;
|
|
21372
21372
|
title: string;
|
|
21373
21373
|
bookId: string;
|
|
21374
|
-
order?: number | undefined;
|
|
21375
21374
|
description?: string | undefined;
|
|
21375
|
+
order?: number | undefined;
|
|
21376
21376
|
groupIds?: string[] | undefined;
|
|
21377
21377
|
}, {
|
|
21378
21378
|
schemaVersion: "treeseed.knowledge-page/v1";
|
|
@@ -21383,8 +21383,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21383
21383
|
slug: string;
|
|
21384
21384
|
title: string;
|
|
21385
21385
|
bookId: string;
|
|
21386
|
-
order?: number | undefined;
|
|
21387
21386
|
description?: string | undefined;
|
|
21387
|
+
order?: number | undefined;
|
|
21388
21388
|
groupIds?: string[] | undefined;
|
|
21389
21389
|
}> | z.ZodObject<{
|
|
21390
21390
|
name: z.ZodString;
|
|
@@ -21399,8 +21399,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21399
21399
|
}, "strip", z.ZodTypeAny, {
|
|
21400
21400
|
name: string;
|
|
21401
21401
|
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21402
|
-
role?: string | undefined;
|
|
21403
21402
|
description?: string | undefined;
|
|
21403
|
+
role?: string | undefined;
|
|
21404
21404
|
summary?: string | undefined;
|
|
21405
21405
|
group_ids?: string[] | undefined;
|
|
21406
21406
|
related_objectives?: string[] | undefined;
|
|
@@ -21409,8 +21409,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21409
21409
|
}, {
|
|
21410
21410
|
name: string;
|
|
21411
21411
|
status?: "live" | "planned" | "in progress" | "exploratory" | "speculative" | undefined;
|
|
21412
|
-
role?: string | undefined;
|
|
21413
21412
|
description?: string | undefined;
|
|
21413
|
+
role?: string | undefined;
|
|
21414
21414
|
summary?: string | undefined;
|
|
21415
21415
|
group_ids?: string[] | undefined;
|
|
21416
21416
|
related_objectives?: string[] | undefined;
|
|
@@ -21539,8 +21539,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21539
21539
|
}, "strip", z.ZodTypeAny, {
|
|
21540
21540
|
id: string;
|
|
21541
21541
|
name: string;
|
|
21542
|
-
classification: string;
|
|
21543
21542
|
description: string;
|
|
21543
|
+
classification: string;
|
|
21544
21544
|
slug: string;
|
|
21545
21545
|
contract: "treeseed.group/v1";
|
|
21546
21546
|
status?: "active" | "archived" | undefined;
|
|
@@ -21548,8 +21548,8 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
21548
21548
|
}, {
|
|
21549
21549
|
id: string;
|
|
21550
21550
|
name: string;
|
|
21551
|
-
classification: string;
|
|
21552
21551
|
description: string;
|
|
21552
|
+
classification: string;
|
|
21553
21553
|
slug: string;
|
|
21554
21554
|
contract: "treeseed.group/v1";
|
|
21555
21555
|
status?: "active" | "archived" | undefined;
|