Documentation
    Preparing search index...

    Variable DEFAULT_EXCEED_ACTIONConst

    DEFAULT_EXCEED_ACTION: Action = 'flag'

    Default exceed-action for rate limits: flag (pass + audit).

    Conservative, allow-and-audit default — operations are never silently blocked on first deployment. The shell hears about violations via audit events without disrupting the napplet experience (CORE-04).

    const limit: RateLimit = { capacity: 60, windowMs: 60_000, action: DEFAULT_EXCEED_ACTION };