@side-quest/kit 0.0.0 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#5](https://github.com/nathanvale/side-quest-kit/pull/5) [`279b000`](https://github.com/nathanvale/side-quest-kit/commit/279b0004159b2787cbf38c834f748498d98a21c0) Thanks [@nathanvale](https://github.com/nathanvale)! - Initial release of @side-quest/kit - MCP server with 7 tools for token-efficient codebase navigation.
8
+
9
+ Tools included:
10
+
11
+ - `kit_grep` - fast regex search across files
12
+ - `kit_files` - glob-based file discovery
13
+ - `kit_semantic` - semantic code search via embeddings
14
+ - `kit_symbols` - AST-powered symbol extraction
15
+ - `kit_callers` - find callers of a function/method
16
+ - `kit_context` - retrieve file context around a location
17
+ - `kit_index_find` - query the kit index for matches
18
+
3
19
  All notable changes to this project will be documented in this file.
4
20
 
5
21
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@side-quest/kit",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "description": "Kit CLI integration for intelligent code search - MCP server with 7 tools for token-efficient codebase navigation",
5
5
  "author": {
6
6
  "name": "Nathan Vale",