openpencil/crates/op-cli
Kayshen-X 6a38b445de fix(cli): land opencode skill install in the scanned skills dir
The opencode target wrote a plugin entry the loader can never use (no
JS entrypoint, and plugin packages' skills/ are never scanned), so
'op install --target opencode' delivered nothing. Mirror the codex
layout instead: bundle under ~/.config/opencode/openpencil-skill with
a skills/ symlink opencode's {skill,skills}/**/SKILL.md scan picks up.
The installer-owned entry is recreated on every install so stale
squatters can't shadow it; remove_path only treats NotFound as absent
and handles dangling Windows directory symlinks.
2026-07-17 20:18:26 +08:00
..
assets refactor(cli): render bundled skill version from Cargo 2026-07-15 21:17:21 +08:00
src fix(cli): land opencode skill install in the scanned skills dir 2026-07-17 20:18:26 +08:00
Cargo.toml fix(cli): validate document before starting headless MCP server 2026-07-13 14:29:48 +08:00