You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Multi-wrapper support** — `claude-sm`, `codex-sm`, `opencode-sm` with auto context loading
17
19
-**Skills system** with `/spec` and `/linear-run` for Claude Code
18
20
-**Automatic hooks** for task tracking, Linear sync, and spec progress
19
21
-**Memory monitor daemon** with automatic capture/clear on RAM pressure
20
-
-**652 tests passing** with comprehensive coverage
22
+
-**Auto-save service** for periodic context persistence
23
+
-**Comprehensive test coverage** across all core modules
21
24
22
25
Instead of a linear chat log, StackMemory organizes memory as a **call stack** of scoped work (frames), with intelligent LLM-driven retrieval and team collaboration features.
23
26
@@ -50,13 +53,14 @@ Tools forget decisions and constraints between sessions. StackMemory makes conte
50
53
51
54
## Features
52
55
53
-
-**MCP tools** for Claude Code: 25 tools across context, tasks, Linear, traces, and discovery
56
+
-**MCP tools** for Claude Code: 36 tools across context, tasks, Linear, traces, discovery, cord, and team
57
+
-**FTS5 search**: full-text search with BM25 scoring, hybrid retrieval, and smart thresholds
54
58
-**Skills**: `/spec` (iterative spec generation), `/linear-run` (task execution via RLM)
55
-
-**Hooks**: automatic context save, task tracking, Linear sync, PROMPT_PLAN updates
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "@stackmemoryai/stackmemory",
3
3
"version": "1.2.4",
4
-
"description": "Project-scoped memory for AI coding tools. Durable context across sessions with MCP integration, frames, smart retrieval, Claude Code skills, and automatic hooks.",
4
+
"description": "Project-scoped memory for AI coding tools. Durable context across sessions with 32 MCP tools, FTS5 search, Claude/Codex/OpenCode wrappers, Linear sync, automatic hooks, and log analysis.",
0 commit comments