MDAA TS Docs
Preparing search index...
@aws-mdaa/agent-rules
RuleScope
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.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
MDAA TS Docs
Loading...
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 likemanual.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.