From 94be40416dbfb09ff45638d69eda86c08ad66c9a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 14:20:29 +0000 Subject: [PATCH] chore: version packages --- .changeset/cursor-native-skills.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cursor-native-skills.md 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",