diff --git a/.changeset/safe-skill-reinstall.md b/.changeset/safe-skill-reinstall.md deleted file mode 100644 index d9283c4..0000000 --- a/.changeset/safe-skill-reinstall.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-install": patch ---- - -Fix skill re-install wiping/not updating files when the discovered source path is the same as (or overlaps) the install destination (e.g. authoring skills directly in `.agents/skills`). The copy now stages overlapping sources and is a no-op when source and destination resolve to the same path, instead of deleting the source before copying. diff --git a/packages/agent-install/CHANGELOG.md b/packages/agent-install/CHANGELOG.md index f60ebff..9802e1d 100644 --- a/packages/agent-install/CHANGELOG.md +++ b/packages/agent-install/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-install +## 0.0.7 + +### Patch Changes + +- 188dddf: Fix skill re-install wiping/not updating files when the discovered source path is the same as (or overlaps) the install destination (e.g. authoring skills directly in `.agents/skills`). The copy now stages overlapping sources and is a no-op when source and destination resolve to the same path, instead of deleting the source before copying. + ## 0.0.6 ### Patch Changes diff --git a/packages/agent-install/package.json b/packages/agent-install/package.json index 2fd6b64..881ee35 100644 --- a/packages/agent-install/package.json +++ b/packages/agent-install/package.json @@ -1,6 +1,6 @@ { "name": "agent-install", - "version": "0.0.6", + "version": "0.0.7", "description": "Install SKILL.md files, MCP servers, and AGENTS.md guidance for any coding agent. Ships both a Node API and a CLI.", "keywords": [ "agent",