Docs Sync Overview Identify doc coverage gaps and inaccuracies by comparing main branch features and configuration options against the current docs structure, then propose targeted improvements. Workflow 1. Confirm scope and base branch - Identify the current branch and default branch (usually ). - Prefer analyzing the current branch to keep work aligned with in-flight changes. - If the current branch is not , analyze only the diff vs to scope doc updates. - Avoid switching branches if it would disrupt local changes; use or when needed. 2. Build a feature inventory from the selected scope - I…