style(docs): apply prettier formatting to policy-engine.md

This commit is contained in:
Spencer
2026-04-02 18:04:19 +00:00
parent 330938b7e3
commit fc04977f41
+3 -3
View File
@@ -159,9 +159,9 @@ For example:
Approval modes allow the policy engine to apply different sets of rules based on
the CLI's operational mode. A rule in a TOML policy file can be associated with
one or more modes (e.g., `autoEdit`, `plan`). The rule will only be
active if the CLI is running in one of its specified modes. If a rule has no
modes specified, it is always active.
one or more modes (e.g., `autoEdit`, `plan`). The rule will only be active if
the CLI is running in one of its specified modes. If a rule has no modes
specified, it is always active.
- `default`: The standard interactive mode where most write tools require
confirmation.