You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| §9.3 Runtime MUST validate every operation against the lease; `PERMISSION_DENIED` on fail | Implemented |`packages/runtime/src/lease.ts:validateLeaseOp`|
87
87
| §9.4 Lease subsetting for delegation | Implemented |`packages/runtime/src/lease.ts:isLeaseSubset`/`assertLeaseSubset`|
@@ -201,6 +201,8 @@ capability list in `session.hello`/`session.welcome`.
|`job.subscribed` redacts credentials for non-submitters | Implemented |`packages/runtime/src/server-subscribe.ts:buildSubscribedPayload`|
363
+
| Client surfaces accepted credentials on `JobHandle.credentials`| Implemented |`packages/client/src/client-handle.ts`; `packages/client/src/client-dispatch.ts`|
364
+
| Upstream spend-cap failures can be translated to `BUDGET_EXHAUSTED`| Implemented |`packages/runtime/src/credential-provisioner.ts:toBudgetExhausted`|
Copy file name to clipboardExpand all lines: examples/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ real `Transport`. No mocks. No in-memory shortcuts. Each example exits
31
31
|[`agent-versions/`](./agent-versions/)|`name@version` grammar; default-version resolution for bare names; `AGENT_VERSION_NOT_AVAILABLE` on unregistered version. | §7.5, §12 |
32
32
|[`lease-expires-at/`](./lease-expires-at/)|`lease_constraints.expires_at` deadline; agent's `validateLeaseOp` and runtime watchdog both trip `LEASE_EXPIRED`. | §9.5, §12 |
33
33
|[`cost-budget/`](./cost-budget/)|`cost.budget` lease capability; `cost.*` metrics auto-decrement the counter; runtime emits debounced `cost.budget.remaining`; final call hits `BUDGET_EXHAUSTED`. | §9.6, §12 |
34
+
|[`provisioned-credentials/`](./provisioned-credentials/)| Runtime mints a model-bound bearer credential from `model.use` and revokes it when the job completes. | §9.7, §9.8 |
34
35
|[`progress/`](./progress/)|`progress` event kind; client renders a text progress bar. | §8.2.1 |
0 commit comments