Skip to content

Interface: ContextRuleScopeFields

Makaio Framework


Makaio Framework / services-core/context-rules / ContextRuleScopeFields

Defined in: ../../../packages/services/core/src/context-rules/types.ts:99

Scope fields shared by rule inputs and persisted rule records.

optional projectId?: string

Defined in: ../../../packages/services/core/src/context-rules/types.ts:103

Project identifier for project scope and optionally project-bound session scope.


scope: ContextRuleScope

Defined in: ../../../packages/services/core/src/context-rules/types.ts:101

Hierarchical scope deciding when the rule is a candidate.


optional sessionId?: string

Defined in: ../../../packages/services/core/src/context-rules/types.ts:105

Session identifier for session-scoped rules.