docs: decouple muse and musehub version bumps from the release flow
Both repos previously shared one version string, forced-bumped together on every release. Dropped that convention: it kept forcing meaningless, empty-diff version bumps on whichever repo hadn't actually changed (most recently, muse's musehub#221 hub-scoping registration fix, which touched zero musehub code). There is also no technical coupling requiring it -- install.sh's served version comes from scanning uploaded tarballs by mtime (_latest_published_muse_version() in musehub/api/routes/musehub/install.py), falling back to musehub's own package version only if no tarball has ever been uploaded.
muse and musehub now version independently, matching the standard CLI/server pattern (git/GitHub, kubectl/API server, Terraform CLI/Terraform Cloud). Updated .museagent.md and docs/deploy.md accordingly.
Semantic Changes
5 symbols
0 comments
muse hub commit comment sha256:d62b94b7068530fe28ffa1e09ebf27139d0461129490c9b01ae71b4467f51c51 --body "your comment"
No comments yet. Be the first to start the discussion.