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