Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/safe-skill-reinstall.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/agent-install/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/agent-install/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down