feat: pilot loadout-managed project skill discovery#15
Merged
pentaxis93 merged 4 commits intomainfrom Mar 3, 2026
Merged
Conversation
Implements issue #14 by moving tracked skills to a neutral source, adding repo-local loadout config, documenting pilot and rollback flow, and adding a behavioral smoke test for cross-tool parity. Also includes loadout-owned sourcing for land, issue-craft, and planning from sibling skill repositories.
Remove trailing slashes in root-anchored ignore patterns so .agents/.claude/.opencode skill targets are ignored whether they are directories or symlinks. Add regression smoke test via git check-ignore.
Owner
Author
|
Addressed review feedback on ignore-pattern regression. Changes in commit
Verification run:
|
Make project skill defaults self-contained and reproducible from this repo by using skills.manifest.toml, repo-local loadout sources, and scripted sync/verify workflow. Vendor only the curated project set: ground, bdd, land, issue-craft, planning. Add CI checks for manifest coherence, loadout smoke tests, and workspace tests.
Owner
Author
|
Implemented the self-contained, manifest-driven skills model. New commit: What changed:
Verification run locally:
|
Restrict disable-step config rewrite to [global].skills so [sources].skills remains intact and the test accurately validates reconfiguration behavior.
Owner
Author
|
Addressed P2 smoke-test mutation bug in commit Change:
This restores the intended behavior under test: disable enabled skills while preserving source configuration. Verification:
|
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
agentd.agents/skillstoskills/.loadout/agentd.tomlground,land,issue-craft,planningwith explicit sibling source precedenceVerification
LOADOUT_CONFIG=$PWD/.loadout/agentd.toml loadout listLOADOUT_CONFIG=$PWD/.loadout/agentd.toml loadout validateLOADOUT_CONFIG=$PWD/.loadout/agentd.toml loadout checkLOADOUT_CONFIG=$PWD/.loadout/agentd.toml loadout install --dry-runbash tests/loadout_pilot_smoke.shcargo test --workspaceNotes
Closes #14