chore: retire bundled agent skills - #765
Draft
majiayu000 wants to merge 1 commit into
Draft
Conversation
Remove the eight bundled agent Skill sources and their distribution manifest entries. Preserve modified or user-owned same-name Codex trees while retiring exact VibeGuard-managed copies during upgrade and clean flows. Closes #763 Constraint: Existing user-owned same-name Skill directories must survive upgrades Rejected: Remove only manifest entries | tracked Codex copies would remain installed Confidence: high Scope-risk: moderate Reversibility: clean Directive: Keep user-level Codex skills outside VibeGuard default distribution Tested: cargo test --manifest-path vibeguard-runtime/Cargo.toml Tested: bash tests/test_setup.sh --shard install (499/499) Tested: bash tests/test_setup.sh --shard protection (127/127) Tested: bash tests/test_setup_hardening.sh (16/16) Signed-off-by: majiayu000 <1835304752@qq.com>
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
Retire the eight bundled agent Skills (
vibeguard,agentsmd-audit,trajectory-review,plan-flow,fixflow,optflow,plan-mode, andauto-optimize) from VibeGuard's source tree and install manifest.Upgrades and clean operations remove only exact VibeGuard-managed Codex copies. Modified, user-owned, symlinked, or otherwise special same-name paths are preserved.
Type of change
Checklist
cargo test/go test ./.../pytest)feat:/fix:/chore:etc.)Related issues
Closes #763
Screenshots / logs
bash tests/test_setup.sh --shard bootstrap: 599/599bash tests/test_setup.sh --shard install: 503/503bash tests/test_setup.sh --shard protection: 137/137bash tests/test_setup_hardening.sh: 16/16bash scripts/local-contract-check.sh --quick: passedcargo test --manifest-path vibeguard-runtime/Cargo.toml: passedAn independent Codex review identified cleanup and custom-
CODEX_HOMErecovery gaps; both were fixed, with regression coverage added before this PR was opened.