Methods
checkHumanAction
- checkHumanAction(actionType, details?): Promise<void>
Parameters
- actionType: string
Optional details: Record<string, unknown>
Returns Promise<void>
recordGenesis
- recordGenesis(genesisEventId): Promise<void>
Returns Promise<void>
isSealed
- isSealed(): boolean
Returns boolean
wouldAllow
- wouldAllow(actionType): boolean
Returns boolean
Check if a human action is allowed under the current autonomy config. Throws ProvenanceViolationError if the action is blocked.