-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Summary
agentd vendors and distributes methodology skills via loadout. In the three-layer architecture (daemon → runtime → methodology), skill distribution is not agentd's concern. Operators acquire methodology plugins independently. The runtime (runa) reads them from a path. agentd provides the container, identity, credentials, network, and context — not skills.
Remove all skill distribution artifacts.
Scope
Remove:
skills/— vendored skill filesskills.manifest.toml— vendor manifestscripts/skills_sync.sh— vendor sync scriptscripts/skills_verify.sh— vendor verification script.loadout/— loadout pilot configurationtests/loadout_pilot_smoke.sh— loadout smoke testtests/gitignore_skill_targets_smoke.sh— gitignore smoke testdocs/personal-skill-overlay.md— loadout overlay documentationdocs/skills-loadout-pilot-spec.md— loadout pilot specMakefile— only contains skill targets
Update:
README.md— remove "Developer Tooling: Skills" section and loadout referencesAGENTS.md— remove skill management references; keep development discipline (ground, BDD, coherence on landing) but note these come from the methodology plugin, not from agentd.gitignore— remove/.agents/skills,/.claude/skills,/.opencode/skillsentries. Keep/target..github/workflows/skills.yml— remove loadout and skill verification steps. Keepcargo test --workspace, build, clippy, fmt. Rename toci.yml.
Acceptance Criteria
- No files or directories related to skill distribution remain in the repo
-
cargo build --workspacesucceeds -
cargo test --workspacesucceeds - CI workflow runs build, test, clippy, fmt — no loadout or skill steps
- README describes agentd without referencing skills, loadout, or methodology distribution
- AGENTS.md references methodology skills as externally provided, not vendored
-
.github/workflows/contains a clean CI workflow with no skill verification -
git statusafter checkout shows no untracked skill directories
Dependencies
None.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels