@orangecheck/agent-core / ScopeConstraint
Interface: ScopeConstraint
Defined in: agent-core/src/scope.ts:9
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-key"></a> key | string | - | agent-core/src/scope.ts:10 |
<a id="property-op"></a> op | ScopeOp | - | agent-core/src/scope.ts:11 |
<a id="property-quoted"></a> quoted | boolean | True if the value was supplied as a quoted string; preserved for round-trip fidelity. | agent-core/src/scope.ts:15 |
<a id="property-value"></a> value | string | undefined | undefined for the wildcard * op; otherwise the raw textual value (unquoted). | agent-core/src/scope.ts:13 |