Use shared Agent Skills ConsoleAppFramework commands#450
Merged
Conversation
Why: - uCLI no longer needs to duplicate Agent Skills command selection, operation dispatch, and report shaping now that Agent Skills provides a shared command runtime and ConsoleAppFramework source integration. What Changed: - Register the Agent Skills command runtime and generated ConsoleAppFramework commands. - Route command results through the uCLI JSON envelope and preserve legacy skills option spellings before dispatch. - Remove local skills command implementations and update command-surface tests. Impact: - uCLI skills commands use the shared Agent Skills runtime while keeping uCLI-specific output and option compatibility.
…ls-consoleappframework
Why: - ConsoleAppFramework generates --repository-root for shared skills commands, while existing uCLI skills scripts and users may still pass shorter legacy aliases. What Changed: - Map --repo-root to the generated --repository-root option for skills commands. - Extend the argument normalizer test to cover the kebab-case alias. Impact: - Existing skills install, update, prune, and doctor invocations keep working after the shared command migration.
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.
Summary
Scope
skillscommand registration and dispatch.Verification
bash scripts/code-quality.sh verifybash scripts/verify.sh