Type Alias: DeltaCategory
ts
type DeltaCategory =
| "surface"
| "surface.action"
| "behavior.egress"
| "behavior.rules"
| "behavior.guardrails"
| "behavior.middleware"
| "behavior.stateSync"
| "behavior.affordances"
| "tokenEconomics"
| "entitlements";Defined in: packages/core/src/introspection/ContractDiff.ts:62
Broad category of what changed in the contract. Maps to the major sections of ToolContract.