Switch the skills CLI to versioned repositories - #23
Closed
git-hulk wants to merge 1 commit into
Closed
Conversation
git-hulk
force-pushed
the
skills-versioned-manifest-cli
branch
from
August 31, 2026 13:50
ce03aa9 to
1de60ef
Compare
git-hulk
changed the base branch from
skills-snapshot-cache
to
skills-transactional-reconcile
August 31, 2026 13:51
Rewire every skills command onto the versioned manifest and transactional Reconcile, and delete the legacy mutable-checkout implementation (clone/pull sources, per-skill overwrite installs, and the legacy manifest). - skills install <repo>[@Version] resolves the version (latest when omitted), opens a multi-select over the catalog at that locked version, and reconciles; --force re-offers installed skills for reinstall. Local directory paths are rejected with an explicit unsupported-source error instead of writing an unreproducible manifest entry. - skills update [<repo>[@Version]] updates one repository, or every repository to latest, preserving selected skills; an update whose catalog lost a selected skill fails without changing anything. - skills sync applies only the locked versions and never rewrites a hand-edited manifest; with all snapshots cached it needs no network. skills purge removes unreferenced cache entries, and skills uninstall drops a repository together with its final skill. - skills list shows repositories, locked versions, selected skills, and per-target install state without network access. - Plugin-provided skills install at resolved, locked versions through the same reconcile path. CLI output and errors use the credential-free canonical repository rather than the original transport URL. Assistant By Fable 5 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
git-hulk
force-pushed
the
skills-versioned-manifest-cli
branch
from
September 1, 2026 02:18
1de60ef to
247ab7f
Compare
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.
Rewire every skills command onto the versioned manifest and
transactional Reconcile, and delete the legacy mutable-checkout
implementation (clone/pull sources, per-skill overwrite installs, and
the legacy manifest).
skills install [@Version] resolves the version (latest when
omitted), opens a multi-select over the catalog at that locked
version, and reconciles; --force re-offers installed skills for
reinstall. Local directory paths are rejected with an explicit
unsupported-source error instead of writing an unreproducible
manifest entry.
skills update [[@Version]] updates one repository, or every
repository to latest, preserving selected skills; an update whose
catalog lost a selected skill fails without changing anything.
skills sync applies only the locked versions and never rewrites a
hand-edited manifest; with all snapshots cached it needs no
network. skills purge removes unreferenced cache entries, and
skills uninstall drops a repository together with its final skill.
skills list shows repositories, locked versions, selected skills,
and per-target install state without network access.
Plugin-provided skills install at resolved, locked versions
through the same reconcile path.
CLI output and errors use the credential-free canonical repository
rather than the original transport URL.
🤖 Generated with Claude Code