Expand description
Host control plane (spec §7.5).
Structs§
- Apply
Capability Patch Command - Apply
Knowledge Mutation Command - Apply
Policy Patch Command - Optimistic policy update. The revision is mandatory: a patch without one silently overwrites whatever another writer just installed.
- Apply
Skill Activation Command - §13.2 · skill activation state. Both directions in one command so a swap is atomic.
- Cancel
Command - Cancellation. The operation id lives in the envelope and is not repeated here: the historical duplicate field forced every SDK to special-case cancel when building an input.
- Capability
Patch - Enum
Param - Force
Compact Command - Empty payload rather than a unit variant so
deny_unknown_fieldsstill applies. - Governance
Policy - Syscall-gate policy — the complete posture, replaced atomically.
- Knowledge
Mutation - Live
Policy State - The kernel-side live policy state: the resolved configuration plus the revision that guards mutations of it.
- Policy
Rule - Range
Param - Rate
Limit Spec - Per-tool rolling-window rate limit.
- Recovery
Policy - Semantic recovery ladders the kernel owns. Host transport retry/backoff stays host-side.
- Replace
Governance Policy - Replace
Recovery Policy - Replace
Signal Policy - Required
Param - Seed
Knowledge Command - Signal
Policy - Signal routing policy. Replaced atomically — a partial signal policy is not a thing.
- Skill
Activation - Tail
Bounds Policy - Sparse override of
TailBounds. Each axis is independent: a host that only wants to shorten the record watermark keeps the kernel’s byte bounds. - Task
Update - A partial edit of the task state. Every field is optional; absent ⇒ unchanged.
- Tighten
Resource Quota - Quotas only ever shrink at runtime. Growing one is a reservation fact, not a policy patch, and needs its own contract before it exists.
- Update
Deadline Command - Absolute deadline for the operation.
Noneclears it. - Update
Task Command
Enums§
- Cancellation
Reason - Host
Command - Live commands a host may issue against a running operation.
- Live
Policy Patch - The closed set of policies that may change while an operation runs (§13.2).
- Param
Constraint - Structural constraint on a tool call’s parameters. Pattern/predicate matching stays in the host execution layer — the kernel only enforces shapes it can replay identically.
- Policy
Action