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/affected-tests-recipe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-residuals-r1-r3.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/index-lock-error-log.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mcp-instructions-allowlist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/parse-worker-hardening.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/trace-recipes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wsl-watch-git-hooks.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @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 `<state-dir>/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.

- [#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.

- [#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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down