What's wrong with this entry?
Agent definitions can now use the literal string "$defaults" in auto mode classifier sections to inherit built-in rules at a specific position.
- Works in
allow,deny(soft_deny), andenvironmentsections of the auto mode classifier - When
$defaultsis present, the built-in rules are inserted at that position in the list - Custom rules can appear before or after
$defaults, enabling augmentation rather than replacement - The UI now distinguishes between modes:
"Defaults also in effect:"(custom rules added alongside) vs"Defaults being replaced:"(custom rules replacing defaults)
Variable definition do$ = "$defaults" and schema descriptions (search for "Include the literal string \"$defaults\" to inherit the built-in rules at that position").
Strings lifted out of the shipped bundle, so the claim above can be checked against them.