FlowGuard API - v1.2.0-rc.2
    Preparing search index...

    Interface AuditPolicy

    Controls which audit events are emitted and how.

    interface AuditPolicy {
        emitTransitions: boolean;
        emitToolCalls: boolean;
        enableChainHash: boolean;
    }
    Index

    Properties

    emitTransitions: boolean

    Emit per-transition audit events (one per state change).

    emitToolCalls: boolean

    Emit per-tool-call audit events.

    enableChainHash: boolean

    Enable SHA-256 hash chain for tamper detection.