@cstart/coldstart 2.2.3 → 2.2.4

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 (1) hide show
  1. package/package.json +11 -2
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@cstart/coldstart",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
+ "mcpName": "io.github.akashgoenka/coldstart",
4
5
  "publishConfig": {
5
6
  "access": "public"
6
7
  },
7
- "description": "Fast static codebase navigation for AI agents `find` ranks relevant files, `gs` shows a file's structure and callers. CLI-first; also a no-shell MCP server.",
8
+ "description": "Self-maintaining codebase memory for AI coding agents: a deterministic AST index that answers which files matter, plus agent-written notes that flag themselves stale when the code changes. No embeddings, no API key. CLI-first; also a no-shell MCP server for Claude Code, Cursor, and Codex.",
8
9
  "type": "module",
9
10
  "bin": {
10
11
  "coldstart": "./dist/index.js",
@@ -18,6 +19,11 @@
18
19
  "vendor/wasm"
19
20
  ],
20
21
  "keywords": [
22
+ "memory",
23
+ "codebase-memory",
24
+ "agent-memory",
25
+ "ai-memory",
26
+ "context",
21
27
  "cli",
22
28
  "mcp",
23
29
  "ai",
@@ -25,6 +31,9 @@
25
31
  "navigation",
26
32
  "code-navigation",
27
33
  "agent",
34
+ "claude-code",
35
+ "cursor",
36
+ "codex",
28
37
  "dependency",
29
38
  "indexer",
30
39
  "tree-sitter"