From 97a3a245aa57c2328ab9e2ea3fd4e1d6db2b4018 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:43:43 +0000 Subject: [PATCH] chore: version packages --- .changeset/affected-tests-recipe.md | 5 ----- .changeset/agents-init-mcp.md | 5 ----- .changeset/field-qualified-search.md | 5 ----- .changeset/fix-residuals-r1-r3.md | 5 ----- .changeset/index-lock-error-log.md | 5 ----- .changeset/mcp-affected-tool.md | 5 ----- .changeset/mcp-instructions-allowlist.md | 5 ----- .changeset/parse-worker-hardening.md | 5 ----- .changeset/trace-recipes.md | 5 ----- .changeset/wsl-watch-git-hooks.md | 5 ----- CHANGELOG.md | 26 ++++++++++++++++++++++++ package.json | 2 +- 12 files changed, 27 insertions(+), 51 deletions(-) delete mode 100644 .changeset/affected-tests-recipe.md delete mode 100644 .changeset/agents-init-mcp.md delete mode 100644 .changeset/field-qualified-search.md delete mode 100644 .changeset/fix-residuals-r1-r3.md delete mode 100644 .changeset/index-lock-error-log.md delete mode 100644 .changeset/mcp-affected-tool.md delete mode 100644 .changeset/mcp-instructions-allowlist.md delete mode 100644 .changeset/parse-worker-hardening.md delete mode 100644 .changeset/trace-recipes.md delete mode 100644 .changeset/wsl-watch-git-hooks.md diff --git a/.changeset/affected-tests-recipe.md b/.changeset/affected-tests-recipe.md deleted file mode 100644 index aaaa0a4..0000000 --- a/.changeset/affected-tests-recipe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Add `affected-tests` recipe and `codemap affected` CLI for reverse-dependency test selection from changed files. diff --git a/.changeset/agents-init-mcp.md b/.changeset/agents-init-mcp.md deleted file mode 100644 index bc043f7..0000000 --- a/.changeset/agents-init-mcp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Add `codemap agents init --mcp` — project-level MCP config for Cursor, Claude Code, VS Code, Continue, Cline, Amazon Q (workspace `.amazonq/default.json` + legacy `.amazonq/mcp.json`), and Gemini CLI (Windsurf when that integration is selected), with idempotent JSON merge and Claude `mcp__codemap__*` permissions. diff --git a/.changeset/field-qualified-search.md b/.changeset/field-qualified-search.md deleted file mode 100644 index 2a30a77..0000000 --- a/.changeset/field-qualified-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Add field-qualified symbol discovery on `codemap show --query` and MCP/HTTP `show` / `snippet` via a `query` argument (`kind:`, `name:`, `path:`, `in:` + optional free text). Includes parameterized SQL engine, optional FTS join, `--print-sql` Moat-A transparency, and `{matches, disambiguation?, warning?}` envelope parity across CLI, MCP, and HTTP. diff --git a/.changeset/fix-residuals-r1-r3.md b/.changeset/fix-residuals-r1-r3.md deleted file mode 100644 index 1cdc204..0000000 --- a/.changeset/fix-residuals-r1-r3.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Honor `--state-dir` for project recipes; populate `function_params.owner_kind`; register MCP `files`/`symbols` resource templates with optional `?in=` filter; watcher fixes for custom state dirs. diff --git a/.changeset/index-lock-error-log.md b/.changeset/index-lock-error-log.md deleted file mode 100644 index d3b99e5..0000000 --- a/.changeset/index-lock-error-log.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": minor ---- - -Add cross-process index lock with `codemap unlock`, and append parse failures to `/errors.log`. diff --git a/.changeset/mcp-affected-tool.md b/.changeset/mcp-affected-tool.md deleted file mode 100644 index 094bffe..0000000 --- a/.changeset/mcp-affected-tool.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Add MCP/HTTP `affected` tool — same preprocessor as `codemap affected`, composes the `affected-tests` recipe. Respects `CODEMAP_MCP_TOOLS` allowlist. diff --git a/.changeset/mcp-instructions-allowlist.md b/.changeset/mcp-instructions-allowlist.md deleted file mode 100644 index fccab34..0000000 --- a/.changeset/mcp-instructions-allowlist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Add MCP initialize server instructions (tool-selection playbook) and `CODEMAP_MCP_TOOLS` env for subset tool registration. diff --git a/.changeset/parse-worker-hardening.md b/.changeset/parse-worker-hardening.md deleted file mode 100644 index 9a25275..0000000 --- a/.changeset/parse-worker-hardening.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": minor ---- - -Add per-file parse timeouts with worker recycle during full and incremental indexing; failures log to errors.log and appear in the index summary. diff --git a/.changeset/trace-recipes.md b/.changeset/trace-recipes.md deleted file mode 100644 index ba19232..0000000 --- a/.changeset/trace-recipes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Add `call-path` and `symbol-neighborhood` query recipes for cycle-safe call-graph tracing and bidirectional symbol exploration. diff --git a/.changeset/wsl-watch-git-hooks.md b/.changeset/wsl-watch-git-hooks.md deleted file mode 100644 index 820a5cf..0000000 --- a/.changeset/wsl-watch-git-hooks.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@stainless-code/codemap": patch ---- - -Add WSL watch policy (auto-disable on `/mnt/*` mounts) and opt-in git hooks for background incremental index when the watcher is off. diff --git a/CHANGELOG.md b/CHANGELOG.md index cc3e796..71bde2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # @stainless-code/codemap +## 0.9.0 + +### Minor Changes + +- [#129](https://github.com/stainless-code/codemap/pull/129) [`6648add`](https://github.com/stainless-code/codemap/commit/6648add30205e1d07cf0c778a9d1332fd583fd43) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add cross-process index lock with `codemap unlock`, and append parse failures to `/errors.log`. + +- [#130](https://github.com/stainless-code/codemap/pull/130) [`f5374b8`](https://github.com/stainless-code/codemap/commit/f5374b8519135066ce7271837d65bb0547c0c53d) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add per-file parse timeouts with worker recycle during full and incremental indexing; failures log to errors.log and appear in the index summary. + +### Patch Changes + +- [#132](https://github.com/stainless-code/codemap/pull/132) [`8a1de53`](https://github.com/stainless-code/codemap/commit/8a1de53ae978b2d038fdc355917391be416a5fe2) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add `affected-tests` recipe and `codemap affected` CLI for reverse-dependency test selection from changed files. + +- [#135](https://github.com/stainless-code/codemap/pull/135) [`c4b4b36`](https://github.com/stainless-code/codemap/commit/c4b4b3686c5c34d686f5f128dbab3360cd04a478) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add `codemap agents init --mcp` — project-level MCP config for Cursor, Claude Code, VS Code, Continue, Cline, Amazon Q (workspace `.amazonq/default.json` + legacy `.amazonq/mcp.json`), and Gemini CLI (Windsurf when that integration is selected), with idempotent JSON merge and Claude `mcp__codemap__*` permissions. + +- [#138](https://github.com/stainless-code/codemap/pull/138) [`829075c`](https://github.com/stainless-code/codemap/commit/829075cc13a4241718935c2ec724addfa9928e3b) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add field-qualified symbol discovery on `codemap show --query` and MCP/HTTP `show` / `snippet` via a `query` argument (`kind:`, `name:`, `path:`, `in:` + optional free text). Includes parameterized SQL engine, optional FTS join, `--print-sql` Moat-A transparency, and `{matches, disambiguation?, warning?}` envelope parity across CLI, MCP, and HTTP. + +- [#124](https://github.com/stainless-code/codemap/pull/124) [`04c4aa7`](https://github.com/stainless-code/codemap/commit/04c4aa738c83dc612cc7cff6c96c5fd95e01ecdf) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Honor `--state-dir` for project recipes; populate `function_params.owner_kind`; register MCP `files`/`symbols` resource templates with optional `?in=` filter; watcher fixes for custom state dirs. + +- [#133](https://github.com/stainless-code/codemap/pull/133) [`386ffa6`](https://github.com/stainless-code/codemap/commit/386ffa663d2dbb94b16d07c85c6cdf91f04e5b4e) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add MCP/HTTP `affected` tool — same preprocessor as `codemap affected`, composes the `affected-tests` recipe. Respects `CODEMAP_MCP_TOOLS` allowlist. + +- [#126](https://github.com/stainless-code/codemap/pull/126) [`ed4ca6b`](https://github.com/stainless-code/codemap/commit/ed4ca6bc4d2feab67901079951d3077ca405c588) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add MCP initialize server instructions (tool-selection playbook) and `CODEMAP_MCP_TOOLS` env for subset tool registration. + +- [#131](https://github.com/stainless-code/codemap/pull/131) [`a8cf25b`](https://github.com/stainless-code/codemap/commit/a8cf25ba787312224e7dfe0ca1945c45dae51285) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add `call-path` and `symbol-neighborhood` query recipes for cycle-safe call-graph tracing and bidirectional symbol exploration. + +- [#127](https://github.com/stainless-code/codemap/pull/127) [`4318cc4`](https://github.com/stainless-code/codemap/commit/4318cc4694e5af6157842d864bc9075617d26af9) Thanks [@SutuSebastian](https://github.com/SutuSebastian)! - Add WSL watch policy (auto-disable on `/mnt/*` mounts) and opt-in git hooks for background incremental index when the watcher is off. + ## 0.8.0 ### Minor Changes diff --git a/package.json b/package.json index c735115..e71698a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stainless-code/codemap", - "version": "0.8.0", + "version": "0.9.0", "description": "Query your codebase — structural SQLite index for AI agents", "keywords": [ "agents",