feat(skills): unified /skills manager with audit and owned mutations#4679
Open
SamhandsomeLee wants to merge 6 commits into
Open
feat(skills): unified /skills manager with audit and owned mutations#4679SamhandsomeLee wants to merge 6 commits into
SamhandsomeLee wants to merge 6 commits into
Conversation
Extract SkillRootCatalog so runtime discovery, ownership, and audit-compatible roots share one precedence table without changing scan_codewhale_only behavior. Signed-off-by: samhandsome <samhandsome@vip.qq.com>
Introduce a read-only SkillAuditScanner that keeps every on-disk copy, computes package digests and conflict/shadow state, and classifies managed/manual/built-in sources without writing or networking. Signed-off-by: samhandsome <samhandsome@vip.qq.com>
Signed-off-by: samhandsome <samhandsome@vip.qq.com>
Signed-off-by: samhandsome <samhandsome@vip.qq.com>
Signed-off-by: samhandsome <samhandsome@vip.qq.com>
Signed-off-by: samhandsome <samhandsome@vip.qq.com>
Contributor
|
Thanks @SamhandsomeLee for taking the time to contribute. This repository is observing a maintainer-managed PR intake gate in dry-run mode, so this pull request is staying open. This note helps maintainers prepare the allowlist before any enforcement is considered. Please read |
Contributor
Author
|
@claude please code review |
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
Delivers the Skills lane tracked on the v0.9.1 completion board (#4650): one
/skillsmanager for inventory, audit, install/import, update, remove, and trust across CodeWhale-owned and compatible roots.Refs #4650 (board: Skills /
#4651checkbox).Refs #4651 (original product contract; issue was closed after
load_skilllisting mode — this PR completes the remaining manager / audit / mutation surface)..codewhale/skills(project + global) is writable;.codex/skillsis audit-only (not runtime).Unknownuntil v0.9.1: Report artifact-skill readiness and define a managed dependency runtime #4407./skillsopens owned-only, zero-network manager; view emits events only; host runs mutations and refreshes./skill install|update|uninstall|trustshare the same controller; default install target is global owned.docs/SKILLS.md, CONFIGURATION/GUIDE links; unit +skill_cli+ Unixqa_ptycoverage.Commits
refactor(skills): centralize root catalog and precedencefeat(skills): add bounded audit inventory and status modelfeat(skills): unify validated mutations and managed metadatafeat(tui): add unified skills manager viewtest(skills): cover roots conflicts mutations and pty behaviordocs(skills): document manager audit provenance and readinessTest plan
cargo test -p codewhale-tui --bin codewhale-tui --locked skills::roots skills::audit skills::mutation skills_managercargo test -p codewhale-tui --test skill_cli --lockedcargo test -p codewhale-tui --test qa_pty --locked skills_opens_manager -- --test-threads=1(Unix)/skillsopens manager (no registry);cshows compatible; Esc closes.claude/skillsuntouched--project/--globaldocs/SKILLS.mdmatch shipped behaviorOut of scope
/skills auditCLI subcommand (manager +/skills inspectcover the need)Unknown)