@claudexor/schema 1.0.1 → 2.0.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/agent-capabilities.d.ts +88 -16
- package/dist/agent-capabilities.d.ts.map +1 -1
- package/dist/agent-capabilities.js +49 -18
- package/dist/agent-capabilities.js.map +1 -1
- package/dist/apply-eligibility.d.ts.map +1 -1
- package/dist/apply-eligibility.js +22 -6
- package/dist/apply-eligibility.js.map +1 -1
- package/dist/attachment.d.ts +113 -48
- package/dist/attachment.d.ts.map +1 -1
- package/dist/attachment.js +60 -45
- package/dist/attachment.js.map +1 -1
- package/dist/auth.d.ts +1423 -0
- package/dist/auth.d.ts.map +1 -0
- package/dist/auth.js +317 -0
- package/dist/auth.js.map +1 -0
- package/dist/budget.d.ts +133 -16
- package/dist/budget.d.ts.map +1 -1
- package/dist/budget.js +65 -22
- package/dist/budget.js.map +1 -1
- package/dist/config.d.ts +449 -115
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +114 -41
- package/dist/config.js.map +1 -1
- package/dist/context.d.ts +6 -6
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +31 -7
- package/dist/context.js.map +1 -1
- package/dist/control-operation-responses.d.ts +1172 -0
- package/dist/control-operation-responses.d.ts.map +1 -0
- package/dist/control-operation-responses.js +35 -0
- package/dist/control-operation-responses.js.map +1 -0
- package/dist/control-run-detail.d.ts +443 -242
- package/dist/control-run-detail.d.ts.map +1 -1
- package/dist/control-run-detail.js +72 -17
- package/dist/control-run-detail.js.map +1 -1
- package/dist/control-run-retry.d.ts +88 -0
- package/dist/control-run-retry.d.ts.map +1 -0
- package/dist/control-run-retry.js +40 -0
- package/dist/control-run-retry.js.map +1 -0
- package/dist/control-run-scope.d.ts +25 -0
- package/dist/control-run-scope.d.ts.map +1 -0
- package/dist/control-run-scope.js +22 -0
- package/dist/control-run-scope.js.map +1 -0
- package/dist/control-secret.d.ts +90 -0
- package/dist/control-secret.d.ts.map +1 -0
- package/dist/control-secret.js +35 -0
- package/dist/control-secret.js.map +1 -0
- package/dist/control-spec.d.ts +592 -0
- package/dist/control-spec.d.ts.map +1 -0
- package/dist/control-spec.js +85 -0
- package/dist/control-spec.js.map +1 -0
- package/dist/control-thread-apply.d.ts +175 -0
- package/dist/control-thread-apply.d.ts.map +1 -0
- package/dist/control-thread-apply.js +31 -0
- package/dist/control-thread-apply.js.map +1 -0
- package/dist/control-trust.d.ts +74 -10
- package/dist/control-trust.d.ts.map +1 -1
- package/dist/control-trust.js +31 -11
- package/dist/control-trust.js.map +1 -1
- package/dist/control.d.ts +1391 -878
- package/dist/control.d.ts.map +1 -1
- package/dist/control.js +468 -310
- package/dist/control.js.map +1 -1
- package/dist/decision.d.ts +10 -10
- package/dist/decision.d.ts.map +1 -1
- package/dist/decision.js +62 -15
- package/dist/decision.js.map +1 -1
- package/dist/delivery.d.ts +99 -0
- package/dist/delivery.d.ts.map +1 -0
- package/dist/delivery.js +19 -0
- package/dist/delivery.js.map +1 -0
- package/dist/events.d.ts +25 -2
- package/dist/events.d.ts.map +1 -1
- package/dist/events.js +25 -4
- package/dist/events.js.map +1 -1
- package/dist/gate.d.ts +2 -2
- package/dist/gate.d.ts.map +1 -1
- package/dist/gate.js +25 -5
- package/dist/gate.js.map +1 -1
- package/dist/harness.d.ts +558 -175
- package/dist/harness.d.ts.map +1 -1
- package/dist/harness.js +207 -82
- package/dist/harness.js.map +1 -1
- package/dist/index.d.ts +15 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +15 -0
- package/dist/index.js.map +1 -1
- package/dist/operation.d.ts +185 -0
- package/dist/operation.d.ts.map +1 -0
- package/dist/operation.js +50 -0
- package/dist/operation.js.map +1 -0
- package/dist/orchestrate.d.ts +127 -22
- package/dist/orchestrate.d.ts.map +1 -1
- package/dist/orchestrate.js +61 -7
- package/dist/orchestrate.js.map +1 -1
- package/dist/primitives.d.ts.map +1 -1
- package/dist/primitives.js +4 -1
- package/dist/primitives.js.map +1 -1
- package/dist/problem.d.ts +29 -0
- package/dist/problem.d.ts.map +1 -0
- package/dist/problem.js +17 -0
- package/dist/problem.js.map +1 -0
- package/dist/project.d.ts +97 -0
- package/dist/project.d.ts.map +1 -0
- package/dist/project.js +27 -0
- package/dist/project.js.map +1 -0
- package/dist/quota.d.ts +251 -0
- package/dist/quota.d.ts.map +1 -0
- package/dist/quota.js +46 -0
- package/dist/quota.js.map +1 -0
- package/dist/raw.d.ts +195 -0
- package/dist/raw.d.ts.map +1 -0
- package/dist/raw.js +58 -0
- package/dist/raw.js.map +1 -0
- package/dist/recovery.d.ts +515 -0
- package/dist/recovery.d.ts.map +1 -0
- package/dist/recovery.js +93 -0
- package/dist/recovery.js.map +1 -0
- package/dist/request-requirements.d.ts +36 -0
- package/dist/request-requirements.d.ts.map +1 -0
- package/dist/request-requirements.js +26 -0
- package/dist/request-requirements.js.map +1 -0
- package/dist/review.d.ts +26 -26
- package/dist/review.d.ts.map +1 -1
- package/dist/review.js +50 -10
- package/dist/review.js.map +1 -1
- package/dist/route.d.ts +10 -10
- package/dist/route.d.ts.map +1 -1
- package/dist/route.js +19 -4
- package/dist/route.js.map +1 -1
- package/dist/setup.d.ts +9766 -0
- package/dist/setup.d.ts.map +1 -0
- package/dist/setup.js +450 -0
- package/dist/setup.js.map +1 -0
- package/dist/spec.d.ts +174 -57
- package/dist/spec.d.ts.map +1 -1
- package/dist/spec.js +69 -16
- package/dist/spec.js.map +1 -1
- package/dist/surface-run-controls.d.ts.map +1 -1
- package/dist/surface-run-controls.js +25 -21
- package/dist/surface-run-controls.js.map +1 -1
- package/dist/task.d.ts +1560 -58
- package/dist/task.d.ts.map +1 -1
- package/dist/task.js +97 -18
- package/dist/task.js.map +1 -1
- package/dist/telemetry.d.ts +233 -60
- package/dist/telemetry.d.ts.map +1 -1
- package/dist/telemetry.js +97 -15
- package/dist/telemetry.js.map +1 -1
- package/dist/thread.d.ts +68 -41
- package/dist/thread.d.ts.map +1 -1
- package/dist/thread.js +45 -11
- package/dist/thread.js.map +1 -1
- package/dist/workproduct.d.ts +3 -3
- package/dist/workproduct.d.ts.map +1 -1
- package/dist/workproduct.js.map +1 -1
- package/dist/workspace.d.ts +1 -1
- package/dist/workspace.d.ts.map +1 -1
- package/dist/workspace.js +12 -3
- package/dist/workspace.js.map +1 -1
- package/generated/AgentCapabilityCatalog.schema.json +53 -11
- package/generated/BudgetLease.schema.json +55 -6
- package/generated/BudgetObservation.schema.json +28 -7
- package/generated/ConformanceReport.schema.json +49 -0
- package/generated/ControlApplyCheckResponse.schema.json +34 -0
- package/generated/ControlArtifactListResponse.schema.json +57 -0
- package/generated/ControlAuthReadinessRefreshRequest.schema.json +38 -0
- package/generated/ControlAuthReadinessRefreshResponse.schema.json +85 -0
- package/generated/ControlDeliveryResponse.schema.json +136 -0
- package/generated/ControlHandshakeRequest.schema.json +26 -0
- package/generated/ControlHandshakeResponse.schema.json +30 -0
- package/generated/ControlHarnessListResponse.schema.json +103 -12
- package/generated/ControlHarnessSettingsPatch.schema.json +0 -12
- package/generated/ControlJournalEvent.schema.json +42 -0
- package/generated/ControlJournalExportReceipt.schema.json +49 -0
- package/generated/ControlJournalInspection.schema.json +149 -0
- package/generated/ControlJournalQuarantineReceipt.schema.json +55 -0
- package/generated/ControlJournalQuarantineRequest.schema.json +24 -0
- package/generated/ControlJournalValidation.schema.json +181 -0
- package/generated/ControlOperationCatalog.schema.json +128 -0
- package/generated/ControlOperationDescriptor.schema.json +110 -0
- package/generated/ControlProblem.schema.json +59 -0
- package/generated/ControlProject.schema.json +42 -0
- package/generated/ControlProjectListResponse.schema.json +54 -0
- package/generated/ControlProjectRegisterRequest.schema.json +19 -0
- package/generated/ControlProjectRelinkRequest.schema.json +19 -0
- package/generated/ControlQueuedRunInfo.schema.json +4 -2
- package/generated/ControlQuotaResponse.schema.json +176 -0
- package/generated/ControlResource.schema.json +59 -0
- package/generated/ControlRunAgainDraft.schema.json +499 -0
- package/generated/ControlRunDetail.schema.json +197 -30
- package/generated/ControlRunListResponse.schema.json +797 -0
- package/generated/ControlRunRetryResponse.schema.json +54 -0
- package/generated/ControlRunStartRequest.schema.json +83 -55
- package/generated/ControlRunStartResponse.schema.json +78 -0
- package/generated/ControlRunSummary.schema.json +140 -20
- package/generated/ControlSecretListResponse.schema.json +8 -14
- package/generated/ControlSecretMutationResponse.schema.json +32 -0
- package/generated/ControlSecretSetRequest.schema.json +27 -0
- package/generated/ControlSettingsSnapshot.schema.json +118 -44
- package/generated/ControlSettingsUpdateRequest.schema.json +110 -40
- package/generated/ControlSetupJob.schema.json +763 -65
- package/generated/ControlSetupJobCreateRequest.schema.json +11 -13
- package/generated/ControlSetupJobEvent.schema.json +861 -5
- package/generated/ControlSetupJobListFilter.schema.json +35 -0
- package/generated/ControlSetupJobListResponse.schema.json +763 -65
- package/generated/ControlSetupJobSnapshot.schema.json +870 -0
- package/generated/ControlSpecAnswersRequest.schema.json +74 -0
- package/generated/ControlSpecQuestionsRequest.schema.json +128 -2
- package/generated/ControlSpecSession.schema.json +249 -0
- package/generated/ControlSpecSessionListResponse.schema.json +261 -0
- package/generated/ControlThread.schema.json +20 -2
- package/generated/ControlThreadApplyResponse.schema.json +139 -0
- package/generated/ControlThreadDetail.schema.json +32 -4
- package/generated/ControlThreadListResponse.schema.json +20 -2
- package/generated/ControlThreadTurnRequest.schema.json +373 -0
- package/generated/ControlThreadTurnResponse.schema.json +73 -0
- package/generated/ControlThreadUpdateRequest.schema.json +1 -1
- package/generated/ControlTrustListResponse.schema.json +6 -0
- package/generated/ControlTrustState.schema.json +6 -0
- package/generated/ControlTrustUpdateRequest.schema.json +65 -3
- package/generated/ControlUploadCreateRequest.schema.json +37 -0
- package/generated/ControlUploadFinalizeRequest.schema.json +17 -0
- package/generated/ControlUploadStatus.schema.json +40 -0
- package/generated/DecisionRecord.schema.json +6 -3
- package/generated/GlobalConfig.schema.json +105 -58
- package/generated/HarnessEvent.schema.json +201 -10
- package/generated/HarnessManifest.schema.json +63 -12
- package/generated/HarnessStatusDto.schema.json +103 -12
- package/generated/OrchestrateContract.schema.json +32 -6
- package/generated/OrchestratePlan.schema.json +20 -0
- package/generated/OrchestratePlanProgress.schema.json +61 -0
- package/generated/PaidBudget.schema.json +42 -0
- package/generated/Project.schema.json +45 -0
- package/generated/ProjectConfig.schema.json +45 -18
- package/generated/RawContextPacket.schema.json +184 -0
- package/generated/RawGitPatchEnvelope.schema.json +70 -0
- package/generated/RunTelemetry.schema.json +80 -0
- package/generated/SecretMetadata.schema.json +4 -7
- package/generated/SpecPack.schema.json +118 -7
- package/generated/TaskContract.schema.json +159 -26
- package/generated/TestCommandInvocation.schema.json +45 -0
- package/generated/Thread.schema.json +62 -6
- package/generated/ThreadTurn.schema.json +24 -11
- package/generated/TrustConfig.schema.json +77 -0
- package/package.json +1 -1
- package/generated/ControlSetupJobConfirmRequest.schema.json +0 -18
- package/generated/ControlSpecFreezeRequest.schema.json +0 -83
|
@@ -280,27 +280,135 @@
|
|
|
280
280
|
"items": {
|
|
281
281
|
"type": "object",
|
|
282
282
|
"properties": {
|
|
283
|
-
"
|
|
283
|
+
"program": {
|
|
284
284
|
"type": "string",
|
|
285
285
|
"minLength": 1,
|
|
286
|
-
"
|
|
286
|
+
"pattern": "\\S",
|
|
287
|
+
"description": "Executable invoked directly without an implicit shell."
|
|
288
|
+
},
|
|
289
|
+
"args": {
|
|
290
|
+
"type": "array",
|
|
291
|
+
"items": {
|
|
292
|
+
"type": "string"
|
|
293
|
+
},
|
|
294
|
+
"default": [],
|
|
295
|
+
"description": "Exact argv passed to the executable."
|
|
296
|
+
},
|
|
297
|
+
"cwd": {
|
|
298
|
+
"type": "string",
|
|
299
|
+
"description": "Optional project-relative working directory for the command."
|
|
287
300
|
},
|
|
288
|
-
"
|
|
301
|
+
"envAllowlist": {
|
|
302
|
+
"type": "array",
|
|
303
|
+
"items": {
|
|
304
|
+
"$ref": "#/definitions/TaskContract/properties/constraints/properties/protected_path_approvals/items/properties/reason"
|
|
305
|
+
},
|
|
306
|
+
"default": [],
|
|
307
|
+
"description": "Non-secret parent environment names explicitly forwarded to the command."
|
|
308
|
+
},
|
|
309
|
+
"id": {
|
|
289
310
|
"type": "string",
|
|
290
|
-
"
|
|
311
|
+
"minLength": 1,
|
|
312
|
+
"description": "Test command id."
|
|
291
313
|
},
|
|
292
314
|
"required": {
|
|
293
315
|
"type": "boolean",
|
|
294
316
|
"default": true,
|
|
295
317
|
"description": "Whether this test must pass (vs advisory)."
|
|
318
|
+
},
|
|
319
|
+
"trust_required": {
|
|
320
|
+
"type": "boolean",
|
|
321
|
+
"default": false,
|
|
322
|
+
"description": "Whether this command originated in versioned project config."
|
|
323
|
+
},
|
|
324
|
+
"trust_grant": {
|
|
325
|
+
"anyOf": [
|
|
326
|
+
{
|
|
327
|
+
"type": "object",
|
|
328
|
+
"properties": {
|
|
329
|
+
"projectDigest": {
|
|
330
|
+
"type": "string",
|
|
331
|
+
"minLength": 1,
|
|
332
|
+
"description": "Digest of the canonical project identity."
|
|
333
|
+
},
|
|
334
|
+
"configDigest": {
|
|
335
|
+
"type": "string",
|
|
336
|
+
"minLength": 1,
|
|
337
|
+
"description": "Digest of the parsed versioned project config blob."
|
|
338
|
+
},
|
|
339
|
+
"commandDigest": {
|
|
340
|
+
"type": "string",
|
|
341
|
+
"minLength": 1,
|
|
342
|
+
"description": "Digest of the canonical command invocation."
|
|
343
|
+
},
|
|
344
|
+
"executablePath": {
|
|
345
|
+
"type": "string",
|
|
346
|
+
"description": "Resolved executable path approved by the operator."
|
|
347
|
+
},
|
|
348
|
+
"executableDigest": {
|
|
349
|
+
"type": "string",
|
|
350
|
+
"minLength": 1,
|
|
351
|
+
"description": "Digest of the resolved executable bytes."
|
|
352
|
+
},
|
|
353
|
+
"scriptPath": {
|
|
354
|
+
"type": [
|
|
355
|
+
"string",
|
|
356
|
+
"null"
|
|
357
|
+
],
|
|
358
|
+
"default": null,
|
|
359
|
+
"description": "Resolved script path, when any."
|
|
360
|
+
},
|
|
361
|
+
"scriptDigest": {
|
|
362
|
+
"anyOf": [
|
|
363
|
+
{
|
|
364
|
+
"type": "string",
|
|
365
|
+
"minLength": 1,
|
|
366
|
+
"description": "Content hash in algo:hex form, e.g. \"sha256:abcd...\"."
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"type": "null"
|
|
370
|
+
}
|
|
371
|
+
],
|
|
372
|
+
"description": "Digest of the script bytes.",
|
|
373
|
+
"default": null
|
|
374
|
+
},
|
|
375
|
+
"accessProfile": {
|
|
376
|
+
"type": "string",
|
|
377
|
+
"enum": [
|
|
378
|
+
"readonly",
|
|
379
|
+
"workspace_write",
|
|
380
|
+
"full",
|
|
381
|
+
"external_sandbox_full",
|
|
382
|
+
"inherit_native"
|
|
383
|
+
],
|
|
384
|
+
"description": "Effective access profile covered by this grant."
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
"required": [
|
|
388
|
+
"projectDigest",
|
|
389
|
+
"configDigest",
|
|
390
|
+
"commandDigest",
|
|
391
|
+
"executablePath",
|
|
392
|
+
"executableDigest",
|
|
393
|
+
"accessProfile"
|
|
394
|
+
],
|
|
395
|
+
"additionalProperties": false,
|
|
396
|
+
"description": "External exact grant for one versioned project test command."
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"type": "null"
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"description": "Matching external grant; null when none was found.",
|
|
403
|
+
"default": null
|
|
296
404
|
}
|
|
297
405
|
},
|
|
298
406
|
"required": [
|
|
299
|
-
"
|
|
300
|
-
"
|
|
407
|
+
"program",
|
|
408
|
+
"id"
|
|
301
409
|
],
|
|
302
410
|
"additionalProperties": false,
|
|
303
|
-
"description": "A deterministic test command used as a verification gate."
|
|
411
|
+
"description": "A deterministic typed-argv test command used as a verification gate."
|
|
304
412
|
},
|
|
305
413
|
"default": [],
|
|
306
414
|
"description": "Deterministic test commands configured as gates."
|
|
@@ -409,34 +517,59 @@
|
|
|
409
517
|
"budget": {
|
|
410
518
|
"type": "object",
|
|
411
519
|
"properties": {
|
|
412
|
-
"
|
|
520
|
+
"routing_goal": {
|
|
413
521
|
"type": "string",
|
|
414
522
|
"enum": [
|
|
415
|
-
"
|
|
416
|
-
"
|
|
417
|
-
"
|
|
418
|
-
"strongest",
|
|
419
|
-
"burn",
|
|
420
|
-
"subscription-first",
|
|
421
|
-
"api-overflow",
|
|
422
|
-
"conserve-claude",
|
|
423
|
-
"conserve-codex"
|
|
523
|
+
"auto",
|
|
524
|
+
"quality",
|
|
525
|
+
"economy"
|
|
424
526
|
],
|
|
425
|
-
"description": "
|
|
426
|
-
"default": "
|
|
527
|
+
"description": "Routing objective: pace expiring quota, choose the highest declared quality tier, or minimize incremental paid spend.",
|
|
528
|
+
"default": "auto"
|
|
427
529
|
},
|
|
428
|
-
"
|
|
429
|
-
"
|
|
430
|
-
|
|
431
|
-
|
|
530
|
+
"paid_budget": {
|
|
531
|
+
"anyOf": [
|
|
532
|
+
{
|
|
533
|
+
"type": "object",
|
|
534
|
+
"properties": {
|
|
535
|
+
"kind": {
|
|
536
|
+
"type": "string",
|
|
537
|
+
"const": "unlimited"
|
|
538
|
+
}
|
|
539
|
+
},
|
|
540
|
+
"required": [
|
|
541
|
+
"kind"
|
|
542
|
+
],
|
|
543
|
+
"additionalProperties": false
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"type": "object",
|
|
547
|
+
"properties": {
|
|
548
|
+
"kind": {
|
|
549
|
+
"type": "string",
|
|
550
|
+
"const": "finite"
|
|
551
|
+
},
|
|
552
|
+
"maxUsd": {
|
|
553
|
+
"type": "number",
|
|
554
|
+
"minimum": 0
|
|
555
|
+
}
|
|
556
|
+
},
|
|
557
|
+
"required": [
|
|
558
|
+
"kind",
|
|
559
|
+
"maxUsd"
|
|
560
|
+
],
|
|
561
|
+
"additionalProperties": false
|
|
562
|
+
}
|
|
432
563
|
],
|
|
433
|
-
"
|
|
434
|
-
"
|
|
564
|
+
"description": "Incremental-cash budget: explicitly unlimited or a finite non-negative USD cap.",
|
|
565
|
+
"default": {
|
|
566
|
+
"kind": "unlimited"
|
|
567
|
+
}
|
|
435
568
|
}
|
|
436
569
|
},
|
|
437
570
|
"additionalProperties": false,
|
|
438
571
|
"default": {},
|
|
439
|
-
"description": "
|
|
572
|
+
"description": "Routing goal and explicit incremental-cash budget for the run."
|
|
440
573
|
},
|
|
441
574
|
"routing_models": {
|
|
442
575
|
"type": "object",
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$ref": "#/definitions/TestCommandInvocation",
|
|
3
|
+
"definitions": {
|
|
4
|
+
"TestCommandInvocation": {
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"program": {
|
|
8
|
+
"type": "string",
|
|
9
|
+
"minLength": 1,
|
|
10
|
+
"pattern": "\\S",
|
|
11
|
+
"description": "Executable invoked directly without an implicit shell."
|
|
12
|
+
},
|
|
13
|
+
"args": {
|
|
14
|
+
"type": "array",
|
|
15
|
+
"items": {
|
|
16
|
+
"type": "string"
|
|
17
|
+
},
|
|
18
|
+
"default": [],
|
|
19
|
+
"description": "Exact argv passed to the executable."
|
|
20
|
+
},
|
|
21
|
+
"cwd": {
|
|
22
|
+
"type": "string",
|
|
23
|
+
"description": "Optional project-relative working directory for the command."
|
|
24
|
+
},
|
|
25
|
+
"envAllowlist": {
|
|
26
|
+
"type": "array",
|
|
27
|
+
"items": {
|
|
28
|
+
"type": "string",
|
|
29
|
+
"minLength": 1,
|
|
30
|
+
"pattern": "\\S",
|
|
31
|
+
"description": "User-supplied string that must contain visible content, not just whitespace."
|
|
32
|
+
},
|
|
33
|
+
"default": [],
|
|
34
|
+
"description": "Non-secret parent environment names explicitly forwarded to the command."
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"required": [
|
|
38
|
+
"program"
|
|
39
|
+
],
|
|
40
|
+
"additionalProperties": false,
|
|
41
|
+
"description": "Canonical deterministic command invocation; no implicit shell parsing."
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
45
|
+
}
|
|
@@ -124,6 +124,20 @@
|
|
|
124
124
|
],
|
|
125
125
|
"default": null,
|
|
126
126
|
"description": "Snapshot SHA the isolated worktree (or last apply) is based on."
|
|
127
|
+
},
|
|
128
|
+
"delivered_through_run_id": {
|
|
129
|
+
"anyOf": [
|
|
130
|
+
{
|
|
131
|
+
"type": "string",
|
|
132
|
+
"minLength": 1,
|
|
133
|
+
"description": "Non-empty identifier string."
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"type": "null"
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"description": "Last run in the lineage prefix already delivered from this isolated thread.",
|
|
140
|
+
"default": null
|
|
127
141
|
}
|
|
128
142
|
},
|
|
129
143
|
"additionalProperties": false,
|
|
@@ -133,9 +147,7 @@
|
|
|
133
147
|
"run_ids": {
|
|
134
148
|
"type": "array",
|
|
135
149
|
"items": {
|
|
136
|
-
"
|
|
137
|
-
"minLength": 1,
|
|
138
|
-
"description": "Non-empty identifier string."
|
|
150
|
+
"$ref": "#/definitions/Thread/properties/workspace/properties/delivered_through_run_id/anyOf/0"
|
|
139
151
|
},
|
|
140
152
|
"default": [],
|
|
141
153
|
"description": "Ordered run lineage (each run is a turn move)."
|
|
@@ -143,7 +155,7 @@
|
|
|
143
155
|
"head_run_id": {
|
|
144
156
|
"anyOf": [
|
|
145
157
|
{
|
|
146
|
-
"$ref": "#/definitions/Thread/properties/
|
|
158
|
+
"$ref": "#/definitions/Thread/properties/workspace/properties/delivered_through_run_id/anyOf/0"
|
|
147
159
|
},
|
|
148
160
|
{
|
|
149
161
|
"type": "null"
|
|
@@ -156,10 +168,54 @@
|
|
|
156
168
|
"type": "string",
|
|
157
169
|
"enum": [
|
|
158
170
|
"active",
|
|
159
|
-
"closed"
|
|
171
|
+
"closed",
|
|
172
|
+
"trashed",
|
|
173
|
+
"purged"
|
|
160
174
|
],
|
|
161
|
-
"description": "Thread lifecycle state: active
|
|
175
|
+
"description": "Thread lifecycle state: active, closed, trashed for recovery, or terminally purged.",
|
|
162
176
|
"default": "active"
|
|
177
|
+
},
|
|
178
|
+
"trashed_at": {
|
|
179
|
+
"anyOf": [
|
|
180
|
+
{
|
|
181
|
+
"type": "string",
|
|
182
|
+
"minLength": 1,
|
|
183
|
+
"description": "ISO-8601 timestamp string."
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"type": "null"
|
|
187
|
+
}
|
|
188
|
+
],
|
|
189
|
+
"description": "When the thread entered recoverable trash.",
|
|
190
|
+
"default": null
|
|
191
|
+
},
|
|
192
|
+
"purge_after": {
|
|
193
|
+
"anyOf": [
|
|
194
|
+
{
|
|
195
|
+
"$ref": "#/definitions/Thread/properties/trashed_at/anyOf/0"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"type": "null"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"description": "Earliest automatic purge time; 30 days after trash.",
|
|
202
|
+
"default": null
|
|
203
|
+
},
|
|
204
|
+
"pre_trash_state": {
|
|
205
|
+
"anyOf": [
|
|
206
|
+
{
|
|
207
|
+
"type": "string",
|
|
208
|
+
"enum": [
|
|
209
|
+
"active",
|
|
210
|
+
"closed"
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"type": "null"
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"default": null,
|
|
218
|
+
"description": "Lifecycle state restored while the trash retention window remains open."
|
|
163
219
|
}
|
|
164
220
|
},
|
|
165
221
|
"required": [
|
|
@@ -72,10 +72,10 @@
|
|
|
72
72
|
"items": {
|
|
73
73
|
"type": "object",
|
|
74
74
|
"properties": {
|
|
75
|
-
"
|
|
75
|
+
"resource_id": {
|
|
76
76
|
"type": "string",
|
|
77
77
|
"minLength": 1,
|
|
78
|
-
"description": "
|
|
78
|
+
"description": "Immutable daemon resource id."
|
|
79
79
|
},
|
|
80
80
|
"kind": {
|
|
81
81
|
"type": "string",
|
|
@@ -83,30 +83,43 @@
|
|
|
83
83
|
"image",
|
|
84
84
|
"file"
|
|
85
85
|
],
|
|
86
|
-
"description": "Kind of
|
|
87
|
-
"default": "file"
|
|
86
|
+
"description": "Kind of attached resource: image input or generic file bytes."
|
|
88
87
|
},
|
|
89
88
|
"mime": {
|
|
90
89
|
"type": "string",
|
|
91
|
-
"
|
|
92
|
-
"description": "MIME type
|
|
90
|
+
"minLength": 1,
|
|
91
|
+
"description": "Declared MIME type validated against adapter limits."
|
|
93
92
|
},
|
|
94
93
|
"name": {
|
|
95
94
|
"type": "string",
|
|
96
|
-
"
|
|
97
|
-
|
|
95
|
+
"description": "Original display name."
|
|
96
|
+
},
|
|
97
|
+
"sha256": {
|
|
98
|
+
"type": "string",
|
|
99
|
+
"minLength": 1,
|
|
100
|
+
"description": "Exact sha256 digest of the immutable bytes."
|
|
101
|
+
},
|
|
102
|
+
"size_bytes": {
|
|
103
|
+
"type": "integer",
|
|
104
|
+
"minimum": 0,
|
|
105
|
+
"description": "Exact byte length."
|
|
98
106
|
},
|
|
99
107
|
"path": {
|
|
100
108
|
"type": "string",
|
|
101
|
-
"description": "
|
|
109
|
+
"description": "Daemon-owned immutable blob path; internal adapter input only."
|
|
102
110
|
}
|
|
103
111
|
},
|
|
104
112
|
"required": [
|
|
105
|
-
"
|
|
113
|
+
"resource_id",
|
|
114
|
+
"kind",
|
|
115
|
+
"mime",
|
|
116
|
+
"name",
|
|
117
|
+
"sha256",
|
|
118
|
+
"size_bytes",
|
|
106
119
|
"path"
|
|
107
120
|
],
|
|
108
121
|
"additionalProperties": false,
|
|
109
|
-
"description": "
|
|
122
|
+
"description": "Daemon-resolved immutable resource supplied to a harness adapter."
|
|
110
123
|
},
|
|
111
124
|
"default": [],
|
|
112
125
|
"description": "Files/images the user attached to this turn (resolved scoped paths)."
|
|
@@ -34,6 +34,83 @@
|
|
|
34
34
|
],
|
|
35
35
|
"default": null,
|
|
36
36
|
"description": "Provenance only: repo root this trust file was written for; never gates anything. Null on legacy files written before this field."
|
|
37
|
+
},
|
|
38
|
+
"test_command_grants": {
|
|
39
|
+
"type": "array",
|
|
40
|
+
"items": {
|
|
41
|
+
"type": "object",
|
|
42
|
+
"properties": {
|
|
43
|
+
"projectDigest": {
|
|
44
|
+
"type": "string",
|
|
45
|
+
"minLength": 1,
|
|
46
|
+
"description": "Digest of the canonical project identity."
|
|
47
|
+
},
|
|
48
|
+
"configDigest": {
|
|
49
|
+
"type": "string",
|
|
50
|
+
"minLength": 1,
|
|
51
|
+
"description": "Digest of the parsed versioned project config blob."
|
|
52
|
+
},
|
|
53
|
+
"commandDigest": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"minLength": 1,
|
|
56
|
+
"description": "Digest of the canonical command invocation."
|
|
57
|
+
},
|
|
58
|
+
"executablePath": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"description": "Resolved executable path approved by the operator."
|
|
61
|
+
},
|
|
62
|
+
"executableDigest": {
|
|
63
|
+
"type": "string",
|
|
64
|
+
"minLength": 1,
|
|
65
|
+
"description": "Digest of the resolved executable bytes."
|
|
66
|
+
},
|
|
67
|
+
"scriptPath": {
|
|
68
|
+
"type": [
|
|
69
|
+
"string",
|
|
70
|
+
"null"
|
|
71
|
+
],
|
|
72
|
+
"default": null,
|
|
73
|
+
"description": "Resolved script path, when any."
|
|
74
|
+
},
|
|
75
|
+
"scriptDigest": {
|
|
76
|
+
"anyOf": [
|
|
77
|
+
{
|
|
78
|
+
"type": "string",
|
|
79
|
+
"minLength": 1,
|
|
80
|
+
"description": "Content hash in algo:hex form, e.g. \"sha256:abcd...\"."
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"type": "null"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"description": "Digest of the script bytes.",
|
|
87
|
+
"default": null
|
|
88
|
+
},
|
|
89
|
+
"accessProfile": {
|
|
90
|
+
"type": "string",
|
|
91
|
+
"enum": [
|
|
92
|
+
"readonly",
|
|
93
|
+
"workspace_write",
|
|
94
|
+
"full",
|
|
95
|
+
"external_sandbox_full",
|
|
96
|
+
"inherit_native"
|
|
97
|
+
],
|
|
98
|
+
"description": "Effective access profile covered by this grant."
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"required": [
|
|
102
|
+
"projectDigest",
|
|
103
|
+
"configDigest",
|
|
104
|
+
"commandDigest",
|
|
105
|
+
"executablePath",
|
|
106
|
+
"executableDigest",
|
|
107
|
+
"accessProfile"
|
|
108
|
+
],
|
|
109
|
+
"additionalProperties": false,
|
|
110
|
+
"description": "External exact grant for one versioned project test command."
|
|
111
|
+
},
|
|
112
|
+
"default": [],
|
|
113
|
+
"description": "External exact grants for versioned project test commands."
|
|
37
114
|
}
|
|
38
115
|
},
|
|
39
116
|
"additionalProperties": false,
|
package/package.json
CHANGED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$ref": "#/definitions/ControlSetupJobConfirmRequest",
|
|
3
|
-
"definitions": {
|
|
4
|
-
"ControlSetupJobConfirmRequest": {
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"confirmed": {
|
|
8
|
-
"type": "boolean",
|
|
9
|
-
"default": true,
|
|
10
|
-
"description": "Whether the user confirmed the pending action."
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"additionalProperties": false,
|
|
14
|
-
"description": "Request body confirming a setup job that waits for user confirmation."
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
18
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$ref": "#/definitions/ControlSpecFreezeRequest",
|
|
3
|
-
"definitions": {
|
|
4
|
-
"ControlSpecFreezeRequest": {
|
|
5
|
-
"type": "object",
|
|
6
|
-
"properties": {
|
|
7
|
-
"prompt": {
|
|
8
|
-
"type": "string",
|
|
9
|
-
"description": "The user's request the spec captures."
|
|
10
|
-
},
|
|
11
|
-
"scope": {
|
|
12
|
-
"type": "object",
|
|
13
|
-
"properties": {
|
|
14
|
-
"kind": {
|
|
15
|
-
"type": "string",
|
|
16
|
-
"const": "project"
|
|
17
|
-
},
|
|
18
|
-
"root": {
|
|
19
|
-
"type": "string",
|
|
20
|
-
"description": "Absolute path of the project root."
|
|
21
|
-
},
|
|
22
|
-
"context": {
|
|
23
|
-
"type": "string",
|
|
24
|
-
"enum": [
|
|
25
|
-
"auto"
|
|
26
|
-
],
|
|
27
|
-
"description": "Project context depth; auto is the only mode.",
|
|
28
|
-
"default": "auto"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"required": [
|
|
32
|
-
"kind",
|
|
33
|
-
"root"
|
|
34
|
-
],
|
|
35
|
-
"additionalProperties": false,
|
|
36
|
-
"description": "Project the spec is about."
|
|
37
|
-
},
|
|
38
|
-
"planDir": {
|
|
39
|
-
"type": "string",
|
|
40
|
-
"description": "Directory to write the frozen spec artifacts into."
|
|
41
|
-
},
|
|
42
|
-
"plan": {
|
|
43
|
-
"type": "string",
|
|
44
|
-
"description": "Plan text to fold into the spec."
|
|
45
|
-
},
|
|
46
|
-
"answers": {
|
|
47
|
-
"type": "array",
|
|
48
|
-
"items": {},
|
|
49
|
-
"description": "Interview answers for the current tier."
|
|
50
|
-
},
|
|
51
|
-
"priorDecisions": {
|
|
52
|
-
"type": "array",
|
|
53
|
-
"items": {
|
|
54
|
-
"type": "object",
|
|
55
|
-
"properties": {
|
|
56
|
-
"question": {
|
|
57
|
-
"type": "string",
|
|
58
|
-
"description": "Question asked in a prior tier."
|
|
59
|
-
},
|
|
60
|
-
"answer": {
|
|
61
|
-
"type": "string",
|
|
62
|
-
"description": "The user's answer."
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
"required": [
|
|
66
|
-
"question",
|
|
67
|
-
"answer"
|
|
68
|
-
],
|
|
69
|
-
"additionalProperties": false
|
|
70
|
-
},
|
|
71
|
-
"description": "Accumulated prior-tier interview decisions, folded into the frozen SpecPack's decided tradeoffs."
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"required": [
|
|
75
|
-
"prompt",
|
|
76
|
-
"scope"
|
|
77
|
-
],
|
|
78
|
-
"additionalProperties": false,
|
|
79
|
-
"description": "Request body to freeze a SpecPack from the interview."
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
83
|
-
}
|