This release ensures the /docs:write command works with up-to-date documentation by synchronizing the .docs/ clone with the latest changes from main before writing.
🐞 Bug Fixes
Section titled “🐞 Bug Fixes”Synchronize documentation repository before writing
Section titled “Synchronize documentation repository before writing”Dec 22, 2025 · @mavam, @claude
The /docs:write command now synchronizes the .docs/ clone before writing documentation. A new scripts/synchronize-docs.sh script handles cloning, fetching the latest changes from main, and installing dependencies.