diff --git a/.changeset/cursor-native-skills.md b/.changeset/cursor-native-skills.md deleted file mode 100644 index d86343b..0000000 --- a/.changeset/cursor-native-skills.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Stop mirroring skills into `.cursor/skills` during `codemap agents init`. Cursor loads skills from `.agents/skills/` natively, so the extra copies double-registered. diff --git a/CHANGELOG.md b/CHANGELOG.md index c04fc8f..933cef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @stainless-code/codemap +## 0.11.6 + +### Patch Changes + +- [#231](https://github.com/stainless-code/codemap/pull/231) [`9b31170`](https://github.com/stainless-code/codemap/commit/9b31170d20c08608e320a517cd2bb3aed8e80dcb) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Stop mirroring skills into `.cursor/skills` during `codemap agents init`. Cursor loads skills from `.agents/skills/` natively, so the extra copies double-registered. + ## 0.11.5 ### Patch Changes diff --git a/package.json b/package.json index 831dc73..eea5351 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stainless-code/codemap", - "version": "0.11.5", + "version": "0.11.6", "description": "Local codebase intelligence for AI agents — a SQLite index of symbols, imports, and calls. SQL and recipes instead of scanning the tree.", "keywords": [ "agents",