Pin reference downloads before skill package migration - #53
Draft
marcelofinamorvieira wants to merge 2 commits into
Draft
Pin reference downloads before skill package migration#53marcelofinamorvieira wants to merge 2 commits into
marcelofinamorvieira wants to merge 2 commits into
Conversation
This was referenced Sep 11, 2026
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.
Pin reference downloads to the retained pre-migration skill revision. This keeps the existing command and documents available when the unified package removes the old paths from master.
Release this preparation before the package migration. Unified reference names are handled in a separate follow-up.
Register the existing help assertion as a test and load the CLI package explicitly so its output capture cannot overlap reference tests during suite registration.
Validation on Node 22: forced workspace build passed, all seven offline CLI tests passed (six mocked reference cases and one help test), and changed-file Biome and diff checks passed. The reference cases cover the pinned URL, output, invalid arguments, network errors, and failed downloads. No live project operations were run.
Rollout: release and verify this preparation before datocms/agent-skills#12. The unified consumer follow-up is #54.