What problem does it solve? Keeping changelogs, READMEs, and docs synchronized with code changes is tedious and error-prone, leading to stale documentation and inconsistent changelog entries across components. ## Core Features & Use Cases - Changelog Entry Authoring: Write entries using standardized categories (Added, Changed, Fixed, Documentation, Dependencies, Security) with user-impact-oriented bullets and issue/PR references. - Scoped Documentation Updates: Locate and update the smallest set of affected files across per-component changelogs, CLI docs, GitHub Action docs, SDK READMEs, and architecture docs. - Validation Workflow: Verify edits with pnpm lint and website builds, and delegate cross-surface drift detection to the doc-sync skill. - Use Case: After merging a bug fix for Azure Key Vault timeouts, add a Fixed entry to the CLI changelog, update the affected docs, and run lint to confirm formatting consistency. ## Quick Start Add a changelog entry for the latest bug fix and update any README sections affected by the change.