--- name: docs-update description: Standard procedure for updating documentation --- ## Procedure 1. Identify the scope of changes (User facing vs Dev facing). 2. Update `README.md` if setup changed. 3. Update `docs/*.md` (e.g., `features.md`, `api.md`) as needed. 4. Add JSDoc comments to new functions. 5. Verify links and formatting.