@treeseed/sdk 0.13.0-rc.95 → 0.13.0-rc.97
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/capacity-provider/capability-ontology.d.ts +20 -20
- package/dist/capacity-provider/environment-catalog.d.ts +84 -84
- package/dist/capacity-provider/sandbox-contracts.d.ts +2 -2
- package/dist/content/validation/agent-operational-content-schemas.d.ts +8 -8
- package/dist/content/validation/content-model-schemas.d.ts +9 -9
- package/dist/content/validation/portable-content-data.d.ts +1 -1
- package/dist/deployment/ai/storage.d.ts +158 -0
- package/dist/deployment/ai/storage.js +32 -0
- package/dist/deployment/hosted-topology.d.ts +23 -23
- package/dist/deployment/index.d.ts +1 -0
- package/dist/deployment/index.js +1 -0
- package/dist/operator-contracts/canonical-command-tree.js +9 -5
- package/dist/operator-contracts/catalog/capability-ontology-operations.d.ts +5 -5
- package/dist/operator-contracts/catalog/hosted-topology-operations.d.ts +3 -3
- package/dist/operator-contracts/catalog/infrastructure/ai-instance-operations.d.ts +15 -0
- package/dist/operator-contracts/catalog/infrastructure/ai-instance-operations.js +4 -0
- package/dist/operator-contracts/catalog/treeai-operations.d.ts +3 -4
- package/dist/operator-contracts/catalog/treeai-operations.js +3 -4
- package/dist/operator-contracts/control-plane-operations.d.ts +23 -8
- package/dist/treeai/client.d.ts +0 -120
- package/dist/treeai/contract.d.ts +11 -12
- package/dist/treeai/contract.js +4 -4
- package/dist/treeai/generated/upstream.d.ts +0 -120
- package/dist/treeai/generated/upstream.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"completedAt":"2026-09-
|
|
1
|
+
{"completedAt":"2026-09-07T16:25:11.183Z"}
|
|
@@ -397,6 +397,11 @@ export declare const capabilityOntologySchema: z.ZodEffects<z.ZodObject<{
|
|
|
397
397
|
digest: string;
|
|
398
398
|
createdAt: string;
|
|
399
399
|
generation: number;
|
|
400
|
+
signature: {
|
|
401
|
+
value: string;
|
|
402
|
+
algorithm: "Ed25519" | "release-catalog";
|
|
403
|
+
keyId: string;
|
|
404
|
+
};
|
|
400
405
|
definitions: {
|
|
401
406
|
status: "revoked" | "active" | "deprecated";
|
|
402
407
|
schemaVersion: "treeseed.capability-definition/v1";
|
|
@@ -442,16 +447,16 @@ export declare const capabilityOntologySchema: z.ZodEffects<z.ZodObject<{
|
|
|
442
447
|
}[];
|
|
443
448
|
qualificationTier: "signed-attestation" | "automated-suite" | "reviewed-certification";
|
|
444
449
|
}[];
|
|
445
|
-
signature: {
|
|
446
|
-
value: string;
|
|
447
|
-
algorithm: "Ed25519" | "release-catalog";
|
|
448
|
-
keyId: string;
|
|
449
|
-
};
|
|
450
450
|
}, {
|
|
451
451
|
schemaVersion: "treeseed.capability-ontology/v1";
|
|
452
452
|
digest: string;
|
|
453
453
|
createdAt: string;
|
|
454
454
|
generation: number;
|
|
455
|
+
signature: {
|
|
456
|
+
value: string;
|
|
457
|
+
algorithm: "Ed25519" | "release-catalog";
|
|
458
|
+
keyId: string;
|
|
459
|
+
};
|
|
455
460
|
definitions: {
|
|
456
461
|
status: "revoked" | "active" | "deprecated";
|
|
457
462
|
schemaVersion: "treeseed.capability-definition/v1";
|
|
@@ -497,16 +502,16 @@ export declare const capabilityOntologySchema: z.ZodEffects<z.ZodObject<{
|
|
|
497
502
|
}[];
|
|
498
503
|
qualificationTier: "signed-attestation" | "automated-suite" | "reviewed-certification";
|
|
499
504
|
}[];
|
|
500
|
-
signature: {
|
|
501
|
-
value: string;
|
|
502
|
-
algorithm: "Ed25519" | "release-catalog";
|
|
503
|
-
keyId: string;
|
|
504
|
-
};
|
|
505
505
|
}>, {
|
|
506
506
|
schemaVersion: "treeseed.capability-ontology/v1";
|
|
507
507
|
digest: string;
|
|
508
508
|
createdAt: string;
|
|
509
509
|
generation: number;
|
|
510
|
+
signature: {
|
|
511
|
+
value: string;
|
|
512
|
+
algorithm: "Ed25519" | "release-catalog";
|
|
513
|
+
keyId: string;
|
|
514
|
+
};
|
|
510
515
|
definitions: {
|
|
511
516
|
status: "revoked" | "active" | "deprecated";
|
|
512
517
|
schemaVersion: "treeseed.capability-definition/v1";
|
|
@@ -552,16 +557,16 @@ export declare const capabilityOntologySchema: z.ZodEffects<z.ZodObject<{
|
|
|
552
557
|
}[];
|
|
553
558
|
qualificationTier: "signed-attestation" | "automated-suite" | "reviewed-certification";
|
|
554
559
|
}[];
|
|
555
|
-
signature: {
|
|
556
|
-
value: string;
|
|
557
|
-
algorithm: "Ed25519" | "release-catalog";
|
|
558
|
-
keyId: string;
|
|
559
|
-
};
|
|
560
560
|
}, {
|
|
561
561
|
schemaVersion: "treeseed.capability-ontology/v1";
|
|
562
562
|
digest: string;
|
|
563
563
|
createdAt: string;
|
|
564
564
|
generation: number;
|
|
565
|
+
signature: {
|
|
566
|
+
value: string;
|
|
567
|
+
algorithm: "Ed25519" | "release-catalog";
|
|
568
|
+
keyId: string;
|
|
569
|
+
};
|
|
565
570
|
definitions: {
|
|
566
571
|
status: "revoked" | "active" | "deprecated";
|
|
567
572
|
schemaVersion: "treeseed.capability-definition/v1";
|
|
@@ -607,11 +612,6 @@ export declare const capabilityOntologySchema: z.ZodEffects<z.ZodObject<{
|
|
|
607
612
|
}[];
|
|
608
613
|
qualificationTier: "signed-attestation" | "automated-suite" | "reviewed-certification";
|
|
609
614
|
}[];
|
|
610
|
-
signature: {
|
|
611
|
-
value: string;
|
|
612
|
-
algorithm: "Ed25519" | "release-catalog";
|
|
613
|
-
keyId: string;
|
|
614
|
-
};
|
|
615
615
|
}>;
|
|
616
616
|
export declare const capabilityDemandSchema: z.ZodObject<{
|
|
617
617
|
schemaVersion: z.ZodLiteral<"treeseed.capability-demand/v1">;
|
|
@@ -147,13 +147,6 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
147
147
|
architectures: ("amd64" | "arm64")[];
|
|
148
148
|
operatingSystem: "linux";
|
|
149
149
|
};
|
|
150
|
-
qualification: {
|
|
151
|
-
status: "passed";
|
|
152
|
-
completedAt: string;
|
|
153
|
-
evidenceDigest: string;
|
|
154
|
-
suiteId: string;
|
|
155
|
-
suiteVersion: string;
|
|
156
|
-
};
|
|
157
150
|
contract: {
|
|
158
151
|
id: string;
|
|
159
152
|
version: string;
|
|
@@ -165,6 +158,13 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
165
158
|
imageDigest: string;
|
|
166
159
|
entryId: string;
|
|
167
160
|
}[] | null;
|
|
161
|
+
qualification: {
|
|
162
|
+
status: "passed";
|
|
163
|
+
completedAt: string;
|
|
164
|
+
evidenceDigest: string;
|
|
165
|
+
suiteId: string;
|
|
166
|
+
suiteVersion: string;
|
|
167
|
+
};
|
|
168
168
|
}, {
|
|
169
169
|
status: "revoked" | "active" | "deprecated";
|
|
170
170
|
kind: "base" | "extension";
|
|
@@ -188,13 +188,6 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
188
188
|
architectures: ("amd64" | "arm64")[];
|
|
189
189
|
operatingSystem: "linux";
|
|
190
190
|
};
|
|
191
|
-
qualification: {
|
|
192
|
-
status: "passed";
|
|
193
|
-
completedAt: string;
|
|
194
|
-
evidenceDigest: string;
|
|
195
|
-
suiteId: string;
|
|
196
|
-
suiteVersion: string;
|
|
197
|
-
};
|
|
198
191
|
contract: {
|
|
199
192
|
id: string;
|
|
200
193
|
version: string;
|
|
@@ -206,6 +199,13 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
206
199
|
imageDigest: string;
|
|
207
200
|
entryId: string;
|
|
208
201
|
}[] | null;
|
|
202
|
+
qualification: {
|
|
203
|
+
status: "passed";
|
|
204
|
+
completedAt: string;
|
|
205
|
+
evidenceDigest: string;
|
|
206
|
+
suiteId: string;
|
|
207
|
+
suiteVersion: string;
|
|
208
|
+
};
|
|
209
209
|
}>, {
|
|
210
210
|
status: "revoked" | "active" | "deprecated";
|
|
211
211
|
kind: "base" | "extension";
|
|
@@ -229,13 +229,6 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
229
229
|
architectures: ("amd64" | "arm64")[];
|
|
230
230
|
operatingSystem: "linux";
|
|
231
231
|
};
|
|
232
|
-
qualification: {
|
|
233
|
-
status: "passed";
|
|
234
|
-
completedAt: string;
|
|
235
|
-
evidenceDigest: string;
|
|
236
|
-
suiteId: string;
|
|
237
|
-
suiteVersion: string;
|
|
238
|
-
};
|
|
239
232
|
contract: {
|
|
240
233
|
id: string;
|
|
241
234
|
version: string;
|
|
@@ -247,6 +240,13 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
247
240
|
imageDigest: string;
|
|
248
241
|
entryId: string;
|
|
249
242
|
}[] | null;
|
|
243
|
+
qualification: {
|
|
244
|
+
status: "passed";
|
|
245
|
+
completedAt: string;
|
|
246
|
+
evidenceDigest: string;
|
|
247
|
+
suiteId: string;
|
|
248
|
+
suiteVersion: string;
|
|
249
|
+
};
|
|
250
250
|
}, {
|
|
251
251
|
status: "revoked" | "active" | "deprecated";
|
|
252
252
|
kind: "base" | "extension";
|
|
@@ -270,13 +270,6 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
270
270
|
architectures: ("amd64" | "arm64")[];
|
|
271
271
|
operatingSystem: "linux";
|
|
272
272
|
};
|
|
273
|
-
qualification: {
|
|
274
|
-
status: "passed";
|
|
275
|
-
completedAt: string;
|
|
276
|
-
evidenceDigest: string;
|
|
277
|
-
suiteId: string;
|
|
278
|
-
suiteVersion: string;
|
|
279
|
-
};
|
|
280
273
|
contract: {
|
|
281
274
|
id: string;
|
|
282
275
|
version: string;
|
|
@@ -288,6 +281,13 @@ export declare const sandboxEnvironmentCatalogEntrySchema: z.ZodEffects<z.ZodObj
|
|
|
288
281
|
imageDigest: string;
|
|
289
282
|
entryId: string;
|
|
290
283
|
}[] | null;
|
|
284
|
+
qualification: {
|
|
285
|
+
status: "passed";
|
|
286
|
+
completedAt: string;
|
|
287
|
+
evidenceDigest: string;
|
|
288
|
+
suiteId: string;
|
|
289
|
+
suiteVersion: string;
|
|
290
|
+
};
|
|
291
291
|
}>;
|
|
292
292
|
export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
293
293
|
schemaVersion: z.ZodLiteral<"treeseed.sandbox-environment-catalog/v1">;
|
|
@@ -432,13 +432,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
432
432
|
architectures: ("amd64" | "arm64")[];
|
|
433
433
|
operatingSystem: "linux";
|
|
434
434
|
};
|
|
435
|
-
qualification: {
|
|
436
|
-
status: "passed";
|
|
437
|
-
completedAt: string;
|
|
438
|
-
evidenceDigest: string;
|
|
439
|
-
suiteId: string;
|
|
440
|
-
suiteVersion: string;
|
|
441
|
-
};
|
|
442
435
|
contract: {
|
|
443
436
|
id: string;
|
|
444
437
|
version: string;
|
|
@@ -450,6 +443,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
450
443
|
imageDigest: string;
|
|
451
444
|
entryId: string;
|
|
452
445
|
}[] | null;
|
|
446
|
+
qualification: {
|
|
447
|
+
status: "passed";
|
|
448
|
+
completedAt: string;
|
|
449
|
+
evidenceDigest: string;
|
|
450
|
+
suiteId: string;
|
|
451
|
+
suiteVersion: string;
|
|
452
|
+
};
|
|
453
453
|
}, {
|
|
454
454
|
status: "revoked" | "active" | "deprecated";
|
|
455
455
|
kind: "base" | "extension";
|
|
@@ -473,13 +473,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
473
473
|
architectures: ("amd64" | "arm64")[];
|
|
474
474
|
operatingSystem: "linux";
|
|
475
475
|
};
|
|
476
|
-
qualification: {
|
|
477
|
-
status: "passed";
|
|
478
|
-
completedAt: string;
|
|
479
|
-
evidenceDigest: string;
|
|
480
|
-
suiteId: string;
|
|
481
|
-
suiteVersion: string;
|
|
482
|
-
};
|
|
483
476
|
contract: {
|
|
484
477
|
id: string;
|
|
485
478
|
version: string;
|
|
@@ -491,6 +484,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
491
484
|
imageDigest: string;
|
|
492
485
|
entryId: string;
|
|
493
486
|
}[] | null;
|
|
487
|
+
qualification: {
|
|
488
|
+
status: "passed";
|
|
489
|
+
completedAt: string;
|
|
490
|
+
evidenceDigest: string;
|
|
491
|
+
suiteId: string;
|
|
492
|
+
suiteVersion: string;
|
|
493
|
+
};
|
|
494
494
|
}>, {
|
|
495
495
|
status: "revoked" | "active" | "deprecated";
|
|
496
496
|
kind: "base" | "extension";
|
|
@@ -514,13 +514,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
514
514
|
architectures: ("amd64" | "arm64")[];
|
|
515
515
|
operatingSystem: "linux";
|
|
516
516
|
};
|
|
517
|
-
qualification: {
|
|
518
|
-
status: "passed";
|
|
519
|
-
completedAt: string;
|
|
520
|
-
evidenceDigest: string;
|
|
521
|
-
suiteId: string;
|
|
522
|
-
suiteVersion: string;
|
|
523
|
-
};
|
|
524
517
|
contract: {
|
|
525
518
|
id: string;
|
|
526
519
|
version: string;
|
|
@@ -532,6 +525,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
532
525
|
imageDigest: string;
|
|
533
526
|
entryId: string;
|
|
534
527
|
}[] | null;
|
|
528
|
+
qualification: {
|
|
529
|
+
status: "passed";
|
|
530
|
+
completedAt: string;
|
|
531
|
+
evidenceDigest: string;
|
|
532
|
+
suiteId: string;
|
|
533
|
+
suiteVersion: string;
|
|
534
|
+
};
|
|
535
535
|
}, {
|
|
536
536
|
status: "revoked" | "active" | "deprecated";
|
|
537
537
|
kind: "base" | "extension";
|
|
@@ -555,13 +555,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
555
555
|
architectures: ("amd64" | "arm64")[];
|
|
556
556
|
operatingSystem: "linux";
|
|
557
557
|
};
|
|
558
|
-
qualification: {
|
|
559
|
-
status: "passed";
|
|
560
|
-
completedAt: string;
|
|
561
|
-
evidenceDigest: string;
|
|
562
|
-
suiteId: string;
|
|
563
|
-
suiteVersion: string;
|
|
564
|
-
};
|
|
565
558
|
contract: {
|
|
566
559
|
id: string;
|
|
567
560
|
version: string;
|
|
@@ -573,6 +566,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
573
566
|
imageDigest: string;
|
|
574
567
|
entryId: string;
|
|
575
568
|
}[] | null;
|
|
569
|
+
qualification: {
|
|
570
|
+
status: "passed";
|
|
571
|
+
completedAt: string;
|
|
572
|
+
evidenceDigest: string;
|
|
573
|
+
suiteId: string;
|
|
574
|
+
suiteVersion: string;
|
|
575
|
+
};
|
|
576
576
|
}>, "many">;
|
|
577
577
|
createdAt: z.ZodString;
|
|
578
578
|
signature: z.ZodObject<{
|
|
@@ -612,13 +612,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
612
612
|
architectures: ("amd64" | "arm64")[];
|
|
613
613
|
operatingSystem: "linux";
|
|
614
614
|
};
|
|
615
|
-
qualification: {
|
|
616
|
-
status: "passed";
|
|
617
|
-
completedAt: string;
|
|
618
|
-
evidenceDigest: string;
|
|
619
|
-
suiteId: string;
|
|
620
|
-
suiteVersion: string;
|
|
621
|
-
};
|
|
622
615
|
contract: {
|
|
623
616
|
id: string;
|
|
624
617
|
version: string;
|
|
@@ -630,6 +623,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
630
623
|
imageDigest: string;
|
|
631
624
|
entryId: string;
|
|
632
625
|
}[] | null;
|
|
626
|
+
qualification: {
|
|
627
|
+
status: "passed";
|
|
628
|
+
completedAt: string;
|
|
629
|
+
evidenceDigest: string;
|
|
630
|
+
suiteId: string;
|
|
631
|
+
suiteVersion: string;
|
|
632
|
+
};
|
|
633
633
|
}[];
|
|
634
634
|
schemaVersion: "treeseed.sandbox-environment-catalog/v1";
|
|
635
635
|
createdAt: string;
|
|
@@ -667,13 +667,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
667
667
|
architectures: ("amd64" | "arm64")[];
|
|
668
668
|
operatingSystem: "linux";
|
|
669
669
|
};
|
|
670
|
-
qualification: {
|
|
671
|
-
status: "passed";
|
|
672
|
-
completedAt: string;
|
|
673
|
-
evidenceDigest: string;
|
|
674
|
-
suiteId: string;
|
|
675
|
-
suiteVersion: string;
|
|
676
|
-
};
|
|
677
670
|
contract: {
|
|
678
671
|
id: string;
|
|
679
672
|
version: string;
|
|
@@ -685,6 +678,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
685
678
|
imageDigest: string;
|
|
686
679
|
entryId: string;
|
|
687
680
|
}[] | null;
|
|
681
|
+
qualification: {
|
|
682
|
+
status: "passed";
|
|
683
|
+
completedAt: string;
|
|
684
|
+
evidenceDigest: string;
|
|
685
|
+
suiteId: string;
|
|
686
|
+
suiteVersion: string;
|
|
687
|
+
};
|
|
688
688
|
}[];
|
|
689
689
|
schemaVersion: "treeseed.sandbox-environment-catalog/v1";
|
|
690
690
|
createdAt: string;
|
|
@@ -722,13 +722,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
722
722
|
architectures: ("amd64" | "arm64")[];
|
|
723
723
|
operatingSystem: "linux";
|
|
724
724
|
};
|
|
725
|
-
qualification: {
|
|
726
|
-
status: "passed";
|
|
727
|
-
completedAt: string;
|
|
728
|
-
evidenceDigest: string;
|
|
729
|
-
suiteId: string;
|
|
730
|
-
suiteVersion: string;
|
|
731
|
-
};
|
|
732
725
|
contract: {
|
|
733
726
|
id: string;
|
|
734
727
|
version: string;
|
|
@@ -740,6 +733,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
740
733
|
imageDigest: string;
|
|
741
734
|
entryId: string;
|
|
742
735
|
}[] | null;
|
|
736
|
+
qualification: {
|
|
737
|
+
status: "passed";
|
|
738
|
+
completedAt: string;
|
|
739
|
+
evidenceDigest: string;
|
|
740
|
+
suiteId: string;
|
|
741
|
+
suiteVersion: string;
|
|
742
|
+
};
|
|
743
743
|
}[];
|
|
744
744
|
schemaVersion: "treeseed.sandbox-environment-catalog/v1";
|
|
745
745
|
createdAt: string;
|
|
@@ -777,13 +777,6 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
777
777
|
architectures: ("amd64" | "arm64")[];
|
|
778
778
|
operatingSystem: "linux";
|
|
779
779
|
};
|
|
780
|
-
qualification: {
|
|
781
|
-
status: "passed";
|
|
782
|
-
completedAt: string;
|
|
783
|
-
evidenceDigest: string;
|
|
784
|
-
suiteId: string;
|
|
785
|
-
suiteVersion: string;
|
|
786
|
-
};
|
|
787
780
|
contract: {
|
|
788
781
|
id: string;
|
|
789
782
|
version: string;
|
|
@@ -795,6 +788,13 @@ export declare const sandboxEnvironmentCatalogSchema: z.ZodEffects<z.ZodObject<{
|
|
|
795
788
|
imageDigest: string;
|
|
796
789
|
entryId: string;
|
|
797
790
|
}[] | null;
|
|
791
|
+
qualification: {
|
|
792
|
+
status: "passed";
|
|
793
|
+
completedAt: string;
|
|
794
|
+
evidenceDigest: string;
|
|
795
|
+
suiteId: string;
|
|
796
|
+
suiteVersion: string;
|
|
797
|
+
};
|
|
798
798
|
}[];
|
|
799
799
|
schemaVersion: "treeseed.sandbox-environment-catalog/v1";
|
|
800
800
|
createdAt: string;
|
|
@@ -195,12 +195,12 @@ export declare const sandboxAssignmentSchema: z.ZodObject<{
|
|
|
195
195
|
}[];
|
|
196
196
|
guestImage: string;
|
|
197
197
|
guestImageDigest: string;
|
|
198
|
-
runnerId: string;
|
|
199
198
|
signature: {
|
|
200
199
|
value: string;
|
|
201
200
|
algorithm: "Ed25519";
|
|
202
201
|
keyId: string;
|
|
203
202
|
};
|
|
203
|
+
runnerId: string;
|
|
204
204
|
leaseExpiresAt: string;
|
|
205
205
|
attempt: number;
|
|
206
206
|
identityManifestDigest: string;
|
|
@@ -263,12 +263,12 @@ export declare const sandboxAssignmentSchema: z.ZodObject<{
|
|
|
263
263
|
}[];
|
|
264
264
|
guestImage: string;
|
|
265
265
|
guestImageDigest: string;
|
|
266
|
-
runnerId: string;
|
|
267
266
|
signature: {
|
|
268
267
|
value: string;
|
|
269
268
|
algorithm: "Ed25519";
|
|
270
269
|
keyId: string;
|
|
271
270
|
};
|
|
271
|
+
runnerId: string;
|
|
272
272
|
leaseExpiresAt: string;
|
|
273
273
|
attempt: number;
|
|
274
274
|
identityManifestDigest: string;
|
|
@@ -104,7 +104,7 @@ export declare const agentContextQueryContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
104
104
|
description: string;
|
|
105
105
|
revision: number;
|
|
106
106
|
requirement: "required" | "preferred";
|
|
107
|
-
format: "map" | "sources" | "
|
|
107
|
+
format: "map" | "sources" | "list" | "summary" | "full" | "brief";
|
|
108
108
|
query: string;
|
|
109
109
|
depth: number;
|
|
110
110
|
title: string;
|
|
@@ -157,7 +157,7 @@ export declare const agentContextQueryContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
157
157
|
})[] | undefined;
|
|
158
158
|
scope?: string | undefined;
|
|
159
159
|
requirement?: "required" | "preferred" | undefined;
|
|
160
|
-
format?: "map" | "sources" | "
|
|
160
|
+
format?: "map" | "sources" | "list" | "summary" | "full" | "brief" | undefined;
|
|
161
161
|
depth?: number | undefined;
|
|
162
162
|
filters?: Record<string, unknown> | undefined;
|
|
163
163
|
priority?: number | undefined;
|
|
@@ -190,7 +190,7 @@ export declare const agentContextQueryContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
190
190
|
description: string;
|
|
191
191
|
revision: number;
|
|
192
192
|
requirement: "required" | "preferred";
|
|
193
|
-
format: "map" | "sources" | "
|
|
193
|
+
format: "map" | "sources" | "list" | "summary" | "full" | "brief";
|
|
194
194
|
query: string;
|
|
195
195
|
depth: number;
|
|
196
196
|
title: string;
|
|
@@ -243,7 +243,7 @@ export declare const agentContextQueryContentSchema: z.ZodEffects<z.ZodObject<{
|
|
|
243
243
|
})[] | undefined;
|
|
244
244
|
scope?: string | undefined;
|
|
245
245
|
requirement?: "required" | "preferred" | undefined;
|
|
246
|
-
format?: "map" | "sources" | "
|
|
246
|
+
format?: "map" | "sources" | "list" | "summary" | "full" | "brief" | undefined;
|
|
247
247
|
depth?: number | undefined;
|
|
248
248
|
filters?: Record<string, unknown> | undefined;
|
|
249
249
|
priority?: number | undefined;
|
|
@@ -935,7 +935,7 @@ export declare const agentOperationalContentSchemas: {
|
|
|
935
935
|
description: string;
|
|
936
936
|
revision: number;
|
|
937
937
|
requirement: "required" | "preferred";
|
|
938
|
-
format: "map" | "sources" | "
|
|
938
|
+
format: "map" | "sources" | "list" | "summary" | "full" | "brief";
|
|
939
939
|
query: string;
|
|
940
940
|
depth: number;
|
|
941
941
|
title: string;
|
|
@@ -988,7 +988,7 @@ export declare const agentOperationalContentSchemas: {
|
|
|
988
988
|
})[] | undefined;
|
|
989
989
|
scope?: string | undefined;
|
|
990
990
|
requirement?: "required" | "preferred" | undefined;
|
|
991
|
-
format?: "map" | "sources" | "
|
|
991
|
+
format?: "map" | "sources" | "list" | "summary" | "full" | "brief" | undefined;
|
|
992
992
|
depth?: number | undefined;
|
|
993
993
|
filters?: Record<string, unknown> | undefined;
|
|
994
994
|
priority?: number | undefined;
|
|
@@ -1021,7 +1021,7 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1021
1021
|
description: string;
|
|
1022
1022
|
revision: number;
|
|
1023
1023
|
requirement: "required" | "preferred";
|
|
1024
|
-
format: "map" | "sources" | "
|
|
1024
|
+
format: "map" | "sources" | "list" | "summary" | "full" | "brief";
|
|
1025
1025
|
query: string;
|
|
1026
1026
|
depth: number;
|
|
1027
1027
|
title: string;
|
|
@@ -1074,7 +1074,7 @@ export declare const agentOperationalContentSchemas: {
|
|
|
1074
1074
|
})[] | undefined;
|
|
1075
1075
|
scope?: string | undefined;
|
|
1076
1076
|
requirement?: "required" | "preferred" | undefined;
|
|
1077
|
-
format?: "map" | "sources" | "
|
|
1077
|
+
format?: "map" | "sources" | "list" | "summary" | "full" | "brief" | undefined;
|
|
1078
1078
|
depth?: number | undefined;
|
|
1079
1079
|
filters?: Record<string, unknown> | undefined;
|
|
1080
1080
|
priority?: number | undefined;
|
|
@@ -107,7 +107,7 @@ declare const schemas: {
|
|
|
107
107
|
description: string;
|
|
108
108
|
revision: number;
|
|
109
109
|
requirement: "required" | "preferred";
|
|
110
|
-
format: "map" | "sources" | "
|
|
110
|
+
format: "map" | "sources" | "list" | "summary" | "full" | "brief";
|
|
111
111
|
query: string;
|
|
112
112
|
depth: number;
|
|
113
113
|
title: string;
|
|
@@ -160,7 +160,7 @@ declare const schemas: {
|
|
|
160
160
|
})[] | undefined;
|
|
161
161
|
scope?: string | undefined;
|
|
162
162
|
requirement?: "required" | "preferred" | undefined;
|
|
163
|
-
format?: "map" | "sources" | "
|
|
163
|
+
format?: "map" | "sources" | "list" | "summary" | "full" | "brief" | undefined;
|
|
164
164
|
depth?: number | undefined;
|
|
165
165
|
filters?: Record<string, unknown> | undefined;
|
|
166
166
|
priority?: number | undefined;
|
|
@@ -193,7 +193,7 @@ declare const schemas: {
|
|
|
193
193
|
description: string;
|
|
194
194
|
revision: number;
|
|
195
195
|
requirement: "required" | "preferred";
|
|
196
|
-
format: "map" | "sources" | "
|
|
196
|
+
format: "map" | "sources" | "list" | "summary" | "full" | "brief";
|
|
197
197
|
query: string;
|
|
198
198
|
depth: number;
|
|
199
199
|
title: string;
|
|
@@ -246,7 +246,7 @@ declare const schemas: {
|
|
|
246
246
|
})[] | undefined;
|
|
247
247
|
scope?: string | undefined;
|
|
248
248
|
requirement?: "required" | "preferred" | undefined;
|
|
249
|
-
format?: "map" | "sources" | "
|
|
249
|
+
format?: "map" | "sources" | "list" | "summary" | "full" | "brief" | undefined;
|
|
250
250
|
depth?: number | undefined;
|
|
251
251
|
filters?: Record<string, unknown> | undefined;
|
|
252
252
|
priority?: number | undefined;
|
|
@@ -11630,7 +11630,7 @@ export declare function validateContentFrontmatter(model: PortableContentModel,
|
|
|
11630
11630
|
description: string;
|
|
11631
11631
|
revision: number;
|
|
11632
11632
|
requirement: "required" | "preferred";
|
|
11633
|
-
format: "map" | "sources" | "
|
|
11633
|
+
format: "map" | "sources" | "list" | "summary" | "full" | "brief";
|
|
11634
11634
|
query: string;
|
|
11635
11635
|
depth: number;
|
|
11636
11636
|
title: string;
|
|
@@ -20516,7 +20516,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20516
20516
|
description: string;
|
|
20517
20517
|
revision: number;
|
|
20518
20518
|
requirement: "required" | "preferred";
|
|
20519
|
-
format: "map" | "sources" | "
|
|
20519
|
+
format: "map" | "sources" | "list" | "summary" | "full" | "brief";
|
|
20520
20520
|
query: string;
|
|
20521
20521
|
depth: number;
|
|
20522
20522
|
title: string;
|
|
@@ -20569,7 +20569,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20569
20569
|
})[] | undefined;
|
|
20570
20570
|
scope?: string | undefined;
|
|
20571
20571
|
requirement?: "required" | "preferred" | undefined;
|
|
20572
|
-
format?: "map" | "sources" | "
|
|
20572
|
+
format?: "map" | "sources" | "list" | "summary" | "full" | "brief" | undefined;
|
|
20573
20573
|
depth?: number | undefined;
|
|
20574
20574
|
filters?: Record<string, unknown> | undefined;
|
|
20575
20575
|
priority?: number | undefined;
|
|
@@ -20602,7 +20602,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20602
20602
|
description: string;
|
|
20603
20603
|
revision: number;
|
|
20604
20604
|
requirement: "required" | "preferred";
|
|
20605
|
-
format: "map" | "sources" | "
|
|
20605
|
+
format: "map" | "sources" | "list" | "summary" | "full" | "brief";
|
|
20606
20606
|
query: string;
|
|
20607
20607
|
depth: number;
|
|
20608
20608
|
title: string;
|
|
@@ -20655,7 +20655,7 @@ export declare function describeContentFrontmatterSchema(model: PortableContentM
|
|
|
20655
20655
|
})[] | undefined;
|
|
20656
20656
|
scope?: string | undefined;
|
|
20657
20657
|
requirement?: "required" | "preferred" | undefined;
|
|
20658
|
-
format?: "map" | "sources" | "
|
|
20658
|
+
format?: "map" | "sources" | "list" | "summary" | "full" | "brief" | undefined;
|
|
20659
20659
|
depth?: number | undefined;
|
|
20660
20660
|
filters?: Record<string, unknown> | undefined;
|
|
20661
20661
|
priority?: number | undefined;
|
|
@@ -1716,7 +1716,7 @@ export declare function validatePortableContentData(model: string, value: unknow
|
|
|
1716
1716
|
description: string;
|
|
1717
1717
|
revision: number;
|
|
1718
1718
|
requirement: "required" | "preferred";
|
|
1719
|
-
format: "map" | "sources" | "
|
|
1719
|
+
format: "map" | "sources" | "list" | "summary" | "full" | "brief";
|
|
1720
1720
|
query: string;
|
|
1721
1721
|
depth: number;
|
|
1722
1722
|
title: string;
|