Skip to content

Commit d459957

Browse files
author
StackMemory Bot (CLI)
committed
feat(cli): add daemon health, enhanced doctor checks, update tools docs
- Add `stackmemory daemon health` with 10 checks (process, uptime, memory, services, errors, log size) and GREEN/YELLOW/RED rating - Enhance `stackmemory doctor` with 5 new checks: Linear token auto-detect, hooks detection, node/npm version, MCP config - Update site/tools.html with 15 tool categories (56 tools documented) - Update tool count 55→56 across README, site, OG tags, SVGs
1 parent 8b80eb1 commit d459957

File tree

9 files changed

+1112
-60
lines changed

9 files changed

+1112
-60
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Lossless, project-scoped memory for AI coding tools. **[Website](https://stackme
1414
StackMemory is a **production-ready memory runtime** for AI coding tools that preserves full project context across sessions:
1515

1616
- **Zero-config setup**`stackmemory init` just works
17-
- **55 MCP tools** for Claude Code integration (context, tasks, Linear, traces, discovery, cord, team)
17+
- **56 MCP tools** for Claude Code integration (context, tasks, Linear, traces, discovery, cord, team, planning, providers, and more)
1818
- **FTS5 full-text search** with BM25 scoring and hybrid retrieval
1919
- **Full Linear integration** with bidirectional sync and OAuth/API key support
2020
- **Context persistence** that survives `/clear` operations
@@ -356,7 +356,7 @@ See [docs/cli.md](https://github.com/stackmemoryai/stackmemory/blob/main/docs/cl
356356
## Documentation
357357

358358
- [Getting Started](./docs/GETTING_STARTED.md) — Quick start guide (5 minutes)
359-
- [MCP Tools Reference](https://stackmemoryai.github.io/stackmemory/tools.html) — All 55 MCP tools
359+
- [MCP Tools Reference](https://stackmemoryai.github.io/stackmemory/tools.html) — All 56 MCP tools
360360
- [CLI Reference](./docs/cli.md) — Full command reference
361361
- [Setup Guide](./docs/SETUP.md) — Advanced setup options
362362
- [Development Guide](./docs/DEVELOPMENT.md) — Contributing and development

docs/GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ Hooks handle:
131131

132132
- Read the [CLI Reference](./cli.md) for all commands
133133
- Explore the [Architecture](./architecture.md) to understand the call stack model
134-
- Check the [MCP Tools Reference](./MCP_TOOLS.md) for all 32 tools
134+
- Check the [MCP Tools Reference](./MCP_TOOLS.md) for all 56 tools

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stackmemoryai/stackmemory",
33
"version": "1.2.8",
4-
"description": "Project-scoped memory for AI coding tools. Durable context across sessions with 55 MCP tools, FTS5 search, Claude/Codex/OpenCode wrappers, Linear sync, automatic hooks, and log analysis.",
4+
"description": "Project-scoped memory for AI coding tools. Durable context across sessions with 56 MCP tools, FTS5 search, Claude/Codex/OpenCode wrappers, Linear sync, automatic hooks, and log analysis.",
55
"engines": {
66
"node": ">=20.0.0",
77
"npm": ">=10.0.0"

site/demo.svg

Lines changed: 1 addition & 1 deletion
Loading

site/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
<!-- Open Graph -->
1010
<meta property="og:type" content="website">
1111
<meta property="og:title" content="StackMemory — Lossless memory for AI coding tools">
12-
<meta property="og:description" content="Project-scoped memory runtime that preserves full context across sessions. 55 MCP tools, FTS5 search, Linear sync, Claude/Codex/OpenCode wrappers.">
12+
<meta property="og:description" content="Project-scoped memory runtime that preserves full context across sessions. 56 MCP tools, FTS5 search, Linear sync, Claude/Codex/OpenCode wrappers.">
1313
<meta property="og:url" content="https://stackmemoryai.github.io/stackmemory/">
1414
<meta property="og:image" content="https://stackmemoryai.github.io/stackmemory/og-image.png">
1515
<meta property="og:site_name" content="StackMemory">
1616

1717
<!-- Twitter Card -->
1818
<meta name="twitter:card" content="summary_large_image">
1919
<meta name="twitter:title" content="StackMemory — Lossless memory for AI coding tools">
20-
<meta name="twitter:description" content="Project-scoped memory runtime that preserves full context across sessions. 55 MCP tools, FTS5 search, Linear sync.">
20+
<meta name="twitter:description" content="Project-scoped memory runtime that preserves full context across sessions. 56 MCP tools, FTS5 search, Linear sync.">
2121
<meta name="twitter:image" content="https://stackmemoryai.github.io/stackmemory/og-image.png">
2222

2323
<link rel="icon" href="favicon.svg" type="image/svg+xml">
@@ -115,8 +115,8 @@ <h3 class="font-semibold text-sm">Zero-config</h3>
115115
<h2 class="text-xl font-semibold tracking-tight">Features</h2>
116116
<div class="mt-8 grid gap-6 sm:grid-cols-2 lg:grid-cols-3">
117117
<div class="p-5 rounded-lg border border-neutral-200 dark:border-neutral-800">
118-
<h3 class="font-semibold text-sm">32 MCP Tools</h3>
119-
<p class="mt-2 text-sm text-neutral-600 dark:text-neutral-400 leading-relaxed">Context, tasks, Linear, traces, discovery, cord, and team tools for Claude Code integration.</p>
118+
<h3 class="font-semibold text-sm">56 MCP Tools</h3>
119+
<p class="mt-2 text-sm text-neutral-600 dark:text-neutral-400 leading-relaxed">Context, tasks, Linear, traces, discovery, cord, team, planning, providers, DiffMem, Greptile, and more for Claude Code integration.</p>
120120
</div>
121121
<div class="p-5 rounded-lg border border-neutral-200 dark:border-neutral-800">
122122
<h3 class="font-semibold text-sm">FTS5 Search</h3>

site/og-image.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)