From fc04977f417ce072b2734b8e8a6053049838ccac Mon Sep 17 00:00:00 2001 From: Spencer Date: Thu, 2 Apr 2026 18:04:19 +0000 Subject: [PATCH] style(docs): apply prettier formatting to policy-engine.md --- docs/reference/policy-engine.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/policy-engine.md b/docs/reference/policy-engine.md index ac7442d29b..9550080721 100644 --- a/docs/reference/policy-engine.md +++ b/docs/reference/policy-engine.md @@ -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.