Conversation
Renumbers the release from 2.0.0. `REMOVED_FILES` now names 1.5.0 as the version that renamed `/loop`, `/recap` and `/design-system-sync`, so `devtronic update` tells the user the right release, and the sample manifest versions in the docs are refreshed to match. The changelog leads the upgrade section with what the number does not say: the release moves three skill names, two runtime paths and the Node floor. Note: the merge commits on main from #50 and #51 carry "Release v2.0.0" in their subjects. They are published history and are left as they are.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Renumbers the release from
2.0.0to1.5.0at the maintainer's decision, and refreshes thesample versions the docs print.
v2.0.0was never published — the npm job failed on auth, sono tarball, no GitHub release, no plugin sync. The tag is deleted.
What changed
packages/cli/package.json→1.5.0CHANGELOG.md→## [1.5.0] - 2026-08-20src/data/removals.ts→ the three renamed skills now name1.5.0as the version that movedthem, so
devtronic updatereports the right releaseskill-cross-references.test.ts→ the retired-name guard names1.5.0docs/plugins.md,docs/existing-projects.mdanddocs/cli-reference.mdrefreshed from1.2.6/1.8.0/1.0.0One note kept in the changelog
The number is a minor, and three things still change under the user: three skills answer to new
names, two runtimes read new paths, and Node 18 is dropped. The upgrade section now says so in
its first paragraph rather than leaving it to the table.
History
The merge commits on
mainfrom #50 and #51 carry "Release v2.0.0" in their subjects. They arepublished history and are left alone.
Verification
typecheck,lint,buildclean. 1074 tests, 50 files.