@claudexor/schema 3.10.4 → 3.11.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.
Files changed (157) hide show
  1. package/dist/agent-capabilities.d.ts +24 -0
  2. package/dist/agent-capabilities.d.ts.map +1 -1
  3. package/dist/agent-capabilities.js +5 -0
  4. package/dist/agent-capabilities.js.map +1 -1
  5. package/dist/attempt-execution.d.ts +112 -0
  6. package/dist/attempt-execution.d.ts.map +1 -0
  7. package/dist/attempt-execution.js +15 -0
  8. package/dist/attempt-execution.js.map +1 -0
  9. package/dist/budget.d.ts +76 -0
  10. package/dist/budget.d.ts.map +1 -1
  11. package/dist/budget.js +12 -0
  12. package/dist/budget.js.map +1 -1
  13. package/dist/control-harness-list.d.ts +18 -0
  14. package/dist/control-harness-list.d.ts.map +1 -1
  15. package/dist/control-harness-models.d.ts +1042 -0
  16. package/dist/control-harness-models.d.ts.map +1 -0
  17. package/dist/control-harness-models.js +47 -0
  18. package/dist/control-harness-models.js.map +1 -0
  19. package/dist/control-operation-responses.d.ts +73 -21
  20. package/dist/control-operation-responses.d.ts.map +1 -1
  21. package/dist/control-operation-responses.js +6 -0
  22. package/dist/control-operation-responses.js.map +1 -1
  23. package/dist/control-run-detail.d.ts +270 -85
  24. package/dist/control-run-detail.d.ts.map +1 -1
  25. package/dist/control-run-detail.js +12 -1
  26. package/dist/control-run-detail.js.map +1 -1
  27. package/dist/control-run-execution.d.ts +6 -0
  28. package/dist/control-run-execution.d.ts.map +1 -1
  29. package/dist/control-run-execution.js +6 -0
  30. package/dist/control-run-execution.js.map +1 -1
  31. package/dist/control-thread-apply.d.ts +12 -0
  32. package/dist/control-thread-apply.d.ts.map +1 -1
  33. package/dist/control.d.ts +181 -146
  34. package/dist/control.d.ts.map +1 -1
  35. package/dist/control.js +25 -33
  36. package/dist/control.js.map +1 -1
  37. package/dist/credential-profile-snapshot.d.ts +36 -0
  38. package/dist/credential-profile-snapshot.d.ts.map +1 -1
  39. package/dist/decision.d.ts +16 -8
  40. package/dist/decision.d.ts.map +1 -1
  41. package/dist/decision.js +5 -0
  42. package/dist/decision.js.map +1 -1
  43. package/dist/delivery.d.ts +8 -0
  44. package/dist/delivery.d.ts.map +1 -1
  45. package/dist/delivery.js +1 -0
  46. package/dist/delivery.js.map +1 -1
  47. package/dist/files-manifest.d.ts +501 -0
  48. package/dist/files-manifest.d.ts.map +1 -0
  49. package/dist/files-manifest.js +77 -0
  50. package/dist/files-manifest.js.map +1 -0
  51. package/dist/harness-model.d.ts +86 -0
  52. package/dist/harness-model.d.ts.map +1 -0
  53. package/dist/harness-model.js +34 -0
  54. package/dist/harness-model.js.map +1 -0
  55. package/dist/harness.d.ts +183 -27
  56. package/dist/harness.d.ts.map +1 -1
  57. package/dist/harness.js +19 -31
  58. package/dist/harness.js.map +1 -1
  59. package/dist/index.d.ts +3 -0
  60. package/dist/index.d.ts.map +1 -1
  61. package/dist/index.js +3 -0
  62. package/dist/index.js.map +1 -1
  63. package/dist/mcp-run-result.d.ts +379 -56
  64. package/dist/mcp-run-result.d.ts.map +1 -1
  65. package/dist/mcp-run-result.js +3 -0
  66. package/dist/mcp-run-result.js.map +1 -1
  67. package/dist/model-operation.d.ts +1371 -0
  68. package/dist/model-operation.d.ts.map +1 -1
  69. package/dist/model-operation.js +36 -0
  70. package/dist/model-operation.js.map +1 -1
  71. package/dist/processing.d.ts +94 -0
  72. package/dist/processing.d.ts.map +1 -0
  73. package/dist/processing.js +45 -0
  74. package/dist/processing.js.map +1 -0
  75. package/dist/readiness.d.ts +14 -0
  76. package/dist/readiness.d.ts.map +1 -1
  77. package/dist/run-facts.d.ts +28 -28
  78. package/dist/run-facts.js +4 -4
  79. package/dist/run-facts.js.map +1 -1
  80. package/dist/run-strategy.d.ts +1 -0
  81. package/dist/run-strategy.d.ts.map +1 -1
  82. package/dist/run-strategy.js +2 -0
  83. package/dist/run-strategy.js.map +1 -1
  84. package/dist/status-projection.d.ts.map +1 -1
  85. package/dist/status-projection.js +3 -1
  86. package/dist/status-projection.js.map +1 -1
  87. package/dist/surface-run-controls.d.ts.map +1 -1
  88. package/dist/surface-run-controls.js +22 -1
  89. package/dist/surface-run-controls.js.map +1 -1
  90. package/dist/task.d.ts +9 -0
  91. package/dist/task.d.ts.map +1 -1
  92. package/dist/task.js +2 -0
  93. package/dist/task.js.map +1 -1
  94. package/dist/telemetry.d.ts +263 -41
  95. package/dist/telemetry.d.ts.map +1 -1
  96. package/dist/telemetry.js +5 -8
  97. package/dist/telemetry.js.map +1 -1
  98. package/dist/workproduct.d.ts +4 -4
  99. package/dist/workproduct.d.ts.map +1 -1
  100. package/dist/workproduct.js +4 -4
  101. package/dist/workproduct.js.map +1 -1
  102. package/dist/workspace.d.ts +14 -11
  103. package/dist/workspace.d.ts.map +1 -1
  104. package/dist/workspace.js +14 -9
  105. package/dist/workspace.js.map +1 -1
  106. package/generated/AgentCapabilityCatalog.schema.json +25 -0
  107. package/generated/AttemptExecutionEvidence.schema.json +187 -0
  108. package/generated/BudgetLease.schema.json +39 -0
  109. package/generated/ControlApplyCheckRequest.schema.json +7 -0
  110. package/generated/ControlApplyRequest.schema.json +7 -0
  111. package/generated/ControlCredentialProfilesQueryResponse.schema.json +25 -0
  112. package/generated/ControlCredentialProfilesSnapshotResponse.schema.json +25 -0
  113. package/generated/ControlDeliveryResponse.schema.json +10 -0
  114. package/generated/ControlHarnessAccountCatalog.schema.json +208 -0
  115. package/generated/ControlHarnessAccountModelsResponse.schema.json +320 -0
  116. package/generated/ControlHarnessListResponse.schema.json +25 -0
  117. package/generated/ControlHarnessModelsQueryResponse.schema.json +347 -0
  118. package/generated/ControlHarnessModelsResponse.schema.json +89 -0
  119. package/generated/ControlModelAccountCatalogResponse.schema.json +339 -0
  120. package/generated/ControlModelCatalogQueryResponse.schema.json +346 -0
  121. package/generated/ControlModelCatalogResponse.schema.json +86 -0
  122. package/generated/ControlModelOperationDetail.schema.json +39 -0
  123. package/generated/ControlModelSourcesAccountsResponse.schema.json +61 -0
  124. package/generated/ControlModelSourcesQueryResponse.schema.json +98 -0
  125. package/generated/ControlRunAgainDraft.schema.json +29 -0
  126. package/generated/ControlRunDecisionRequest.schema.json +4 -3
  127. package/generated/ControlRunDecisionResponse.schema.json +2 -1
  128. package/generated/ControlRunDetail.schema.json +234 -28
  129. package/generated/ControlRunListResponse.schema.json +18 -4
  130. package/generated/ControlRunStartRequest.schema.json +29 -0
  131. package/generated/ControlRunSummary.schema.json +18 -4
  132. package/generated/ControlThreadApplyResponse.schema.json +10 -0
  133. package/generated/ControlThreadDetail.schema.json +9 -4
  134. package/generated/ControlThreadTurnRequest.schema.json +45 -0
  135. package/generated/DecisionRecord.schema.json +8 -1
  136. package/generated/HarnessEvent.schema.json +146 -0
  137. package/generated/HarnessManifest.schema.json +25 -0
  138. package/generated/HarnessModel.schema.json +89 -0
  139. package/generated/HarnessStatusDto.schema.json +25 -0
  140. package/generated/McpRunHandleResult.schema.json +205 -9
  141. package/generated/McpRunToolResult.schema.json +196 -9
  142. package/generated/ModelCallRequest.schema.json +9 -0
  143. package/generated/ModelCallResult.schema.json +124 -0
  144. package/generated/ProcessingCapability.schema.json +95 -0
  145. package/generated/ProcessingCostBasis.schema.json +45 -0
  146. package/generated/ProcessingPreference.schema.json +15 -0
  147. package/generated/ProcessingReceipt.schema.json +94 -0
  148. package/generated/RunFacts.schema.json +6 -1
  149. package/generated/RunTelemetry.schema.json +168 -1
  150. package/generated/TaskContract.schema.json +9 -0
  151. package/generated/UsageCostBasis.schema.json +31 -0
  152. package/generated/UsageCostSummary.schema.json +44 -0
  153. package/generated/WorkProduct.schema.json +4 -3
  154. package/generated/WorkspaceEnvelope.schema.json +25 -5
  155. package/generated/WorkspaceFilesManifest.schema.json +160 -0
  156. package/generated/WorkspaceKind.schema.json +13 -0
  157. package/package.json +2 -2
@@ -386,13 +386,14 @@
386
386
  "type": "string",
387
387
  "enum": [
388
388
  "patch",
389
+ "files",
389
390
  "answer",
390
391
  "plan",
391
392
  "report",
392
393
  "none"
393
394
  ],
394
395
  "default": "none",
395
- "description": "What the turn actually produced: a patch, an answer, a plan (no files changed), a report, or nothing."
396
+ "description": "What the turn actually produced: a Git patch, directory files, an answer, a plan, a report, or nothing."
396
397
  },
397
398
  "diffStat": {
398
399
  "anyOf": [
@@ -449,9 +450,10 @@
449
450
  "not_applied",
450
451
  "applied",
451
452
  "applied_review_blocked",
452
- "reverted"
453
+ "reverted",
454
+ "discarded"
453
455
  ],
454
- "description": "Honest application state of a run's changes: not_applied (no in-place mutation), applied (applied and review clean), applied_review_blocked (applied but review blocked/unconverged), or reverted.",
456
+ "description": "Honest application state: not_applied (delivery pending), applied, applied_review_blocked, reverted, or discarded (remaining copied output deliberately not applied).",
455
457
  "default": "not_applied"
456
458
  },
457
459
  "preTurnSha": {
@@ -504,7 +506,10 @@
504
506
  "description": "Terminal lifecycle of the run."
505
507
  },
506
508
  "noChanges": {
507
- "type": "boolean",
509
+ "type": [
510
+ "boolean",
511
+ "null"
512
+ ],
508
513
  "default": false,
509
514
  "description": "True when the run finished without changing any files (the ex no_op fact)."
510
515
  },
@@ -87,6 +87,15 @@
87
87
  "pattern": "^[a-z0-9]+(?:[_-][a-z0-9]+)*$",
88
88
  "description": "Requested reasoning effort."
89
89
  },
90
+ "processingPreference": {
91
+ "type": "string",
92
+ "enum": [
93
+ "standard",
94
+ "fast",
95
+ "economy"
96
+ ],
97
+ "description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
98
+ },
90
99
  "efforts": {
91
100
  "type": "object",
92
101
  "additionalProperties": {
@@ -337,6 +346,10 @@
337
346
  "credentialProfileId": {
338
347
  "$ref": "#/definitions/ControlThreadTurnRequest/properties/harnesses/items",
339
348
  "description": "Per-reviewer credential profile id; explicit pins are strict and never fall back."
349
+ },
350
+ "processingPreference": {
351
+ "$ref": "#/definitions/ControlThreadTurnRequest/properties/processingPreference",
352
+ "description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
340
353
  }
341
354
  },
342
355
  "required": [
@@ -397,6 +410,38 @@
397
410
  "exclusiveMinimum": 0,
398
411
  "description": "Per-run turn cap (beats per-harness settings)."
399
412
  },
413
+ "execution": {
414
+ "type": "object",
415
+ "properties": {
416
+ "workspaceKind": {
417
+ "type": "string",
418
+ "enum": [
419
+ "git",
420
+ "directory"
421
+ ],
422
+ "description": "Explicit directory execution needs no Git initialization; omission preserves existing clients."
423
+ },
424
+ "scopePaths": {
425
+ "type": "array",
426
+ "items": {
427
+ "type": "string",
428
+ "minLength": 1
429
+ },
430
+ "description": "Agent-selected input footprint. Directory copies materialize this entire selection; direct runs need no whole-tree baseline."
431
+ },
432
+ "isolation": {
433
+ "type": "string",
434
+ "enum": [
435
+ "envelope",
436
+ "live"
437
+ ],
438
+ "default": "envelope",
439
+ "description": "Run isolation: envelope (isolated worktree in the external per-project runtime namespace, the default) or live (the project tree itself)."
440
+ }
441
+ },
442
+ "additionalProperties": false,
443
+ "description": "Directory geometry for this turn; project identity and execution root remain thread-owned."
444
+ },
400
445
  "answersPlanRunId": {
401
446
  "$ref": "#/definitions/ControlThreadTurnRequest/properties/planRunId",
402
447
  "description": "Plan run whose open questions this follow-up turn answers."
@@ -31,7 +31,10 @@
31
31
  "description": "Terminal lifecycle of the run."
32
32
  },
33
33
  "noChanges": {
34
- "type": "boolean",
34
+ "type": [
35
+ "boolean",
36
+ "null"
37
+ ],
35
38
  "default": false,
36
39
  "description": "True when the run finished without changing any files (the ex no_op fact)."
37
40
  },
@@ -369,6 +372,10 @@
369
372
  {
370
373
  "type": "object",
371
374
  "properties": {
375
+ "base_manifest_sha256": {
376
+ "type": "string",
377
+ "description": "Exact directory manifest verified; not a Git commit identifier."
378
+ },
372
379
  "attempted": {
373
380
  "type": "boolean",
374
381
  "description": "Whether the final verify was attempted."
@@ -4,6 +4,130 @@
4
4
  "HarnessEvent": {
5
5
  "type": "object",
6
6
  "properties": {
7
+ "processing": {
8
+ "type": "object",
9
+ "properties": {
10
+ "requested": {
11
+ "anyOf": [
12
+ {
13
+ "type": "string",
14
+ "enum": [
15
+ "standard",
16
+ "fast",
17
+ "economy"
18
+ ],
19
+ "description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
20
+ },
21
+ {
22
+ "type": "null"
23
+ }
24
+ ],
25
+ "description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
26
+ },
27
+ "submitted": {
28
+ "anyOf": [
29
+ {
30
+ "$ref": "#/definitions/HarnessEvent/properties/processing/properties/requested/anyOf/0"
31
+ },
32
+ {
33
+ "type": "null"
34
+ }
35
+ ],
36
+ "description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
37
+ },
38
+ "submittedNative": {
39
+ "anyOf": [
40
+ {
41
+ "type": "string",
42
+ "minLength": 1,
43
+ "pattern": "\\S",
44
+ "description": "User-supplied string that must contain visible content, not just whitespace."
45
+ },
46
+ {
47
+ "type": "null"
48
+ }
49
+ ],
50
+ "description": "User-supplied string that must contain visible content, not just whitespace."
51
+ },
52
+ "observed": {
53
+ "type": "string",
54
+ "enum": [
55
+ "standard",
56
+ "fast",
57
+ "economy",
58
+ "mixed",
59
+ "unknown"
60
+ ]
61
+ },
62
+ "observedNative": {
63
+ "type": "array",
64
+ "items": {
65
+ "$ref": "#/definitions/HarnessEvent/properties/processing/properties/submittedNative/anyOf/0"
66
+ }
67
+ },
68
+ "reason": {
69
+ "anyOf": [
70
+ {
71
+ "$ref": "#/definitions/HarnessEvent/properties/processing/properties/submittedNative/anyOf/0"
72
+ },
73
+ {
74
+ "type": "null"
75
+ }
76
+ ],
77
+ "description": "User-supplied string that must contain visible content, not just whitespace."
78
+ },
79
+ "source": {
80
+ "$ref": "#/definitions/HarnessEvent/properties/processing/properties/submittedNative/anyOf/0"
81
+ }
82
+ },
83
+ "required": [
84
+ "requested",
85
+ "submitted",
86
+ "submittedNative",
87
+ "observed",
88
+ "observedNative",
89
+ "reason",
90
+ "source"
91
+ ],
92
+ "additionalProperties": false,
93
+ "description": "Requested intent, submitted native control, and observed execution are independent facts. A submitted flag never proves observed service; mixed or missing session observations remain explicit."
94
+ },
95
+ "processing_cost_basis": {
96
+ "type": "object",
97
+ "properties": {
98
+ "nativeMode": {
99
+ "anyOf": [
100
+ {
101
+ "$ref": "#/definitions/HarnessEvent/properties/processing/properties/submittedNative/anyOf/0"
102
+ },
103
+ {
104
+ "type": "null"
105
+ }
106
+ ],
107
+ "description": "User-supplied string that must contain visible content, not just whitespace."
108
+ },
109
+ "kind": {
110
+ "type": "string",
111
+ "enum": [
112
+ "included",
113
+ "paid_credits",
114
+ "cash",
115
+ "valuation",
116
+ "unknown"
117
+ ]
118
+ },
119
+ "source": {
120
+ "$ref": "#/definitions/HarnessEvent/properties/processing/properties/submittedNative/anyOf/0"
121
+ }
122
+ },
123
+ "required": [
124
+ "nativeMode",
125
+ "kind",
126
+ "source"
127
+ ],
128
+ "additionalProperties": false,
129
+ "description": "Mode-qualified billing evidence for an existing cost record. Authentication alone does not establish included premium service; credits, cash, and token valuation stay distinct."
130
+ },
7
131
  "type": {
8
132
  "type": "string",
9
133
  "enum": [
@@ -344,6 +468,28 @@
344
468
  "minimum": 0,
345
469
  "description": "Cost in USD."
346
470
  },
471
+ "cost_basis": {
472
+ "type": "object",
473
+ "properties": {
474
+ "kind": {
475
+ "type": "string",
476
+ "enum": [
477
+ "cash",
478
+ "valuation",
479
+ "unknown"
480
+ ]
481
+ },
482
+ "source": {
483
+ "$ref": "#/definitions/HarnessEvent/properties/processing/properties/submittedNative/anyOf/0"
484
+ }
485
+ },
486
+ "required": [
487
+ "kind",
488
+ "source"
489
+ ],
490
+ "additionalProperties": false,
491
+ "description": "Observed meaning of this usage.cost_usd amount, separate from prospective processing billing. List-price valuation is not a cash or credit debit receipt. Native paid-credit consumption remains unknown when the vendor exposes no amount evidence."
492
+ },
347
493
  "estimated": {
348
494
  "type": "boolean",
349
495
  "description": "True when cost_usd is derived from token pricing (not natively reported)."
@@ -355,6 +355,19 @@
355
355
  "capabilities": {
356
356
  "type": "object",
357
357
  "properties": {
358
+ "processing_preferences": {
359
+ "type": "array",
360
+ "items": {
361
+ "type": "string",
362
+ "enum": [
363
+ "standard",
364
+ "fast",
365
+ "economy"
366
+ ],
367
+ "description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
368
+ },
369
+ "description": "Service preferences translated by this adapter; model/account support is separate."
370
+ },
358
371
  "plan": {
359
372
  "type": "boolean",
360
373
  "default": false,
@@ -506,6 +519,18 @@
506
519
  "default": null,
507
520
  "description": "Vendor CLI version the effort ladders were last verified against; null = never verified / not applicable."
508
521
  },
522
+ "model_inventory_routes": {
523
+ "type": "array",
524
+ "items": {
525
+ "type": "string",
526
+ "enum": [
527
+ "local_session",
528
+ "api_key"
529
+ ]
530
+ },
531
+ "minItems": 1,
532
+ "description": "Credential routes supported by the adapter's live models() producer; omitted preserves all-route support. Other routes use manifest known_models, never another account's live inventory."
533
+ },
509
534
  "known_models": {
510
535
  "type": "array",
511
536
  "items": {
@@ -4,6 +4,95 @@
4
4
  "HarnessModel": {
5
5
  "type": "object",
6
6
  "properties": {
7
+ "processing": {
8
+ "type": "object",
9
+ "properties": {
10
+ "modes": {
11
+ "anyOf": [
12
+ {
13
+ "type": "array",
14
+ "items": {
15
+ "type": "string",
16
+ "enum": [
17
+ "standard",
18
+ "fast",
19
+ "economy"
20
+ ],
21
+ "description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
22
+ }
23
+ },
24
+ {
25
+ "type": "null"
26
+ }
27
+ ]
28
+ },
29
+ "nativeModes": {
30
+ "type": "array",
31
+ "items": {
32
+ "type": "object",
33
+ "properties": {
34
+ "mode": {
35
+ "$ref": "#/definitions/HarnessModel/properties/processing/properties/modes/anyOf/0/items"
36
+ },
37
+ "id": {
38
+ "type": "string",
39
+ "minLength": 1,
40
+ "pattern": "\\S",
41
+ "description": "User-supplied string that must contain visible content, not just whitespace."
42
+ }
43
+ },
44
+ "required": [
45
+ "mode",
46
+ "id"
47
+ ],
48
+ "additionalProperties": false
49
+ }
50
+ },
51
+ "defaultNativeMode": {
52
+ "anyOf": [
53
+ {
54
+ "$ref": "#/definitions/HarnessModel/properties/processing/properties/nativeModes/items/properties/id"
55
+ },
56
+ {
57
+ "type": "null"
58
+ }
59
+ ],
60
+ "description": "User-supplied string that must contain visible content, not just whitespace."
61
+ },
62
+ "eligible": {
63
+ "type": [
64
+ "boolean",
65
+ "null"
66
+ ]
67
+ },
68
+ "source": {
69
+ "$ref": "#/definitions/HarnessModel/properties/processing/properties/nativeModes/items/properties/id"
70
+ },
71
+ "observedAt": {
72
+ "anyOf": [
73
+ {
74
+ "type": "string",
75
+ "minLength": 1,
76
+ "description": "ISO-8601 timestamp string."
77
+ },
78
+ {
79
+ "type": "null"
80
+ }
81
+ ],
82
+ "description": "ISO-8601 timestamp string."
83
+ }
84
+ },
85
+ "required": [
86
+ "modes",
87
+ "nativeModes",
88
+ "defaultNativeMode",
89
+ "eligible",
90
+ "source",
91
+ "observedAt"
92
+ ],
93
+ "additionalProperties": false,
94
+ "description": "Exact model/account service evidence. Null modes or eligibility means unknown, not unsupported; native IDs remain adapter-owned. Transport support is declared separately."
95
+ },
7
96
  "id": {
8
97
  "type": "string",
9
98
  "description": "Model id as the vendor enumerates it."
@@ -373,6 +373,19 @@
373
373
  "capabilities": {
374
374
  "type": "object",
375
375
  "properties": {
376
+ "processing_preferences": {
377
+ "type": "array",
378
+ "items": {
379
+ "type": "string",
380
+ "enum": [
381
+ "standard",
382
+ "fast",
383
+ "economy"
384
+ ],
385
+ "description": "Advisory service preference. Fast or Economy may use ordinary Standard service; fallback never introduces Fast. Omission preserves native defaults. Explicit native serviceTier takes precedence."
386
+ },
387
+ "description": "Service preferences translated by this adapter; model/account support is separate."
388
+ },
376
389
  "plan": {
377
390
  "type": "boolean",
378
391
  "default": false,
@@ -524,6 +537,18 @@
524
537
  "default": null,
525
538
  "description": "Vendor CLI version the effort ladders were last verified against; null = never verified / not applicable."
526
539
  },
540
+ "model_inventory_routes": {
541
+ "type": "array",
542
+ "items": {
543
+ "type": "string",
544
+ "enum": [
545
+ "local_session",
546
+ "api_key"
547
+ ]
548
+ },
549
+ "minItems": 1,
550
+ "description": "Credential routes supported by the adapter's live models() producer; omitted preserves all-route support. Other routes use manifest known_models, never another account's live inventory."
551
+ },
527
552
  "known_models": {
528
553
  "type": "array",
529
554
  "items": {