MDAA TS Docs
    Preparing search index...

    Type Alias RuleScope

    RuleScope: "always" | "auto" | "manual" | "fileMatch"

    Activation scope for a rule across supported tools.

    • always: rule is loaded into every agent session unconditionally.
    • auto: rule is loaded automatically by tools that support description-based activation; otherwise behaves like manual.
    • manual: rule is loaded only when explicitly referenced by the user or another rule.
    • fileMatch: rule is loaded only when the agent is operating on files matching the configured globs.