Commit Graph

2 Commits (6b1c2c97c436feaa61acf030bc03c1e6afe680ba)

Author SHA1 Message Date
Marcus Sanatan e73c9c1651 docs: add version update workflow documentation to development guides
Add comprehensive documentation for the version update process in both English and Chinese development guides:
- Document manifest.json and package.json version synchronization during releases
- Explain update_versions.py script usage with examples (default, --version, --dry-run)
- List all files updated by the script (package.json, manifest.json, pyproject.toml, READMEs)
- Provide guidance on manual tool updates outside release
2026-01-22 16:09:04 -04:00
Marcus Sanatan 9682e3c3e1
Marcus/update readme on release (#607)
* chore: update version references in README files during release

- Add version update for root README.md UPM fixed version examples
- Add version update for README-zh.md UPM and pip fixed version examples
- Include README.md and README-zh.md in release commit

* Update version in README

* Update example command version

* Update simplified Chinese readme to match english one

* The readme has changed

* docs: reorganize documentation into structured subdirectories

- Move README-zh.md to docs/i18n/README-zh.md
- Move development docs to docs/development/ (README-DEV.md, README-DEV-zh.md)
- Move user guides to docs/guides/ (CLI_USAGE.md, CURSOR_HELP.md, MCP_CLIENT_CONFIGURATORS.md)
- Move migration guides to docs/migrations/ (v5_MIGRATION.md, v6_NEW_UI_CHANGES.md, v8_NEW_NETWORKING_SETUP.md)
- Move reference docs to docs/reference/ (CUSTOM_TOOLS.md, TELEMETRY.md)
- Update all internal links in README
2026-01-21 22:35:24 -04:00