@treeseed/sdk 0.13.0-rc.90 → 0.13.0-rc.92
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/.treeseed-build-complete.json +1 -1
- package/dist/agent-capacity/contracts/capacity/assignments/assignment-context-pack.d.ts +6 -6
- package/dist/agent-capacity/validation/agent-definition-schema.d.ts +144 -144
- package/dist/capacity-provider/environment-catalog.d.ts +12 -12
- package/dist/capacity-provider/index.d.ts +1 -0
- package/dist/capacity-provider/index.js +1 -0
- package/dist/capacity-provider/install-configuration.d.ts +39 -0
- package/dist/capacity-provider/install-configuration.js +18 -0
- package/dist/configuration/secrets-capability.d.ts +3 -0
- package/dist/configuration/secrets-capability.js +3 -0
- package/dist/content/validation/agent-operational-content-schemas.d.ts +16 -16
- package/dist/content/validation/auxiliary-content-schemas.d.ts +20 -20
- package/dist/content/validation/content-model-schemas.d.ts +304 -304
- package/dist/content/validation/portable-content-data.d.ts +28 -28
- package/dist/deployment/ai-hosting.d.ts +297 -0
- package/dist/deployment/ai-hosting.js +63 -0
- package/dist/deployment/ai-instance.d.ts +48 -0
- package/dist/deployment/ai-instance.js +23 -0
- package/dist/deployment/hosted-topology-template.d.ts +24 -24
- package/dist/deployment/hosted-topology.d.ts +114 -114
- package/dist/deployment/index.d.ts +2 -0
- package/dist/deployment/index.js +2 -0
- package/dist/deployment/schemas.d.ts +38 -38
- package/dist/development/schemas.d.ts +76 -76
- package/dist/operator-contracts/canonical-command-tree.js +3 -10
- package/dist/operator-contracts/catalog/communication-operations.d.ts +5 -5
- package/dist/operator-contracts/catalog/hosted-topology-operations.d.ts +21 -21
- package/dist/operator-contracts/catalog/inbox-operations.d.ts +8 -8
- package/dist/operator-contracts/catalog/infrastructure/ai-instance-operations.d.ts +29 -0
- package/dist/operator-contracts/catalog/infrastructure/ai-instance-operations.js +18 -0
- package/dist/operator-contracts/catalog/infrastructure/command-tree-paths.d.ts +3 -0
- package/dist/operator-contracts/catalog/infrastructure/command-tree-paths.js +15 -0
- package/dist/operator-contracts/communication/contracts.d.ts +34 -34
- package/dist/operator-contracts/control-plane-operations.d.ts +63 -34
- package/dist/operator-contracts/control-plane-operations.js +3 -17
- package/dist/operator-contracts/inbox/contracts.d.ts +30 -30
- package/dist/operator-contracts/operation-builder.d.ts +1 -0
- package/dist/operator-contracts/operation-builder.js +17 -0
- package/dist/platform/schemas.d.ts +220 -40
- package/dist/platform/schemas.js +7 -2
- package/dist/platform/workset.js +5 -1
- package/dist/secrets-capability/github-actions-encryption.js +1 -1
- package/dist/secrets-capability/provider-operation-contracts.d.ts +14 -0
- package/dist/secrets-capability/service-provider-contracts.d.ts +4 -2
- package/dist/secrets-capability/service-provider-contracts.js +41 -27
- package/dist/secrets-capability/shared-access.d.ts +51 -0
- package/dist/secrets-capability/shared-access.js +36 -0
- package/dist/secrets-capability/shared-resources.d.ts +376 -0
- package/dist/secrets-capability/shared-resources.js +91 -0
- package/dist/secrets-capability/vault-contracts.d.ts +132 -0
- package/dist/secrets-capability/vault-contracts.js +56 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"completedAt":"2026-09-
|
|
1
|
+
{"completedAt":"2026-09-07T03:10:48.219Z"}
|
|
@@ -63,12 +63,12 @@ export declare const assignmentContextSourceSchema: z.ZodObject<{
|
|
|
63
63
|
metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
64
64
|
}, "strict", z.ZodTypeAny, {
|
|
65
65
|
path: string | null;
|
|
66
|
+
kind: string;
|
|
66
67
|
id: string;
|
|
67
68
|
digest: string;
|
|
68
69
|
required: boolean;
|
|
69
70
|
projectId: string;
|
|
70
71
|
teamId: string;
|
|
71
|
-
kind: string;
|
|
72
72
|
reason: string | null;
|
|
73
73
|
metadata: Record<string, unknown>;
|
|
74
74
|
measurement: {
|
|
@@ -80,12 +80,12 @@ export declare const assignmentContextSourceSchema: z.ZodObject<{
|
|
|
80
80
|
disposition: "failed" | "included" | "summarized" | "omitted";
|
|
81
81
|
}, {
|
|
82
82
|
path: string | null;
|
|
83
|
+
kind: string;
|
|
83
84
|
id: string;
|
|
84
85
|
digest: string;
|
|
85
86
|
required: boolean;
|
|
86
87
|
projectId: string;
|
|
87
88
|
teamId: string;
|
|
88
|
-
kind: string;
|
|
89
89
|
reason: string | null;
|
|
90
90
|
measurement: {
|
|
91
91
|
provenance: string;
|
|
@@ -184,12 +184,12 @@ export declare const assignmentContextPackSchema: z.ZodObject<{
|
|
|
184
184
|
metadata: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
185
185
|
}, "strict", z.ZodTypeAny, {
|
|
186
186
|
path: string | null;
|
|
187
|
+
kind: string;
|
|
187
188
|
id: string;
|
|
188
189
|
digest: string;
|
|
189
190
|
required: boolean;
|
|
190
191
|
projectId: string;
|
|
191
192
|
teamId: string;
|
|
192
|
-
kind: string;
|
|
193
193
|
reason: string | null;
|
|
194
194
|
metadata: Record<string, unknown>;
|
|
195
195
|
measurement: {
|
|
@@ -201,12 +201,12 @@ export declare const assignmentContextPackSchema: z.ZodObject<{
|
|
|
201
201
|
disposition: "failed" | "included" | "summarized" | "omitted";
|
|
202
202
|
}, {
|
|
203
203
|
path: string | null;
|
|
204
|
+
kind: string;
|
|
204
205
|
id: string;
|
|
205
206
|
digest: string;
|
|
206
207
|
required: boolean;
|
|
207
208
|
projectId: string;
|
|
208
209
|
teamId: string;
|
|
209
|
-
kind: string;
|
|
210
210
|
reason: string | null;
|
|
211
211
|
measurement: {
|
|
212
212
|
provenance: string;
|
|
@@ -222,12 +222,12 @@ export declare const assignmentContextPackSchema: z.ZodObject<{
|
|
|
222
222
|
schemaVersion: "treeseed.assignment-context-pack/v1";
|
|
223
223
|
sources: {
|
|
224
224
|
path: string | null;
|
|
225
|
+
kind: string;
|
|
225
226
|
id: string;
|
|
226
227
|
digest: string;
|
|
227
228
|
required: boolean;
|
|
228
229
|
projectId: string;
|
|
229
230
|
teamId: string;
|
|
230
|
-
kind: string;
|
|
231
231
|
reason: string | null;
|
|
232
232
|
metadata: Record<string, unknown>;
|
|
233
233
|
measurement: {
|
|
@@ -262,12 +262,12 @@ export declare const assignmentContextPackSchema: z.ZodObject<{
|
|
|
262
262
|
schemaVersion: "treeseed.assignment-context-pack/v1";
|
|
263
263
|
sources: {
|
|
264
264
|
path: string | null;
|
|
265
|
+
kind: string;
|
|
265
266
|
id: string;
|
|
266
267
|
digest: string;
|
|
267
268
|
required: boolean;
|
|
268
269
|
projectId: string;
|
|
269
270
|
teamId: string;
|
|
270
|
-
kind: string;
|
|
271
271
|
reason: string | null;
|
|
272
272
|
measurement: {
|
|
273
273
|
provenance: string;
|