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
docs: update descriptions for v1.5 features (loop, conductor, snapshot)
- Update package.json description with loop/watch, conductor, snapshot, preflight
- Add Loop/Watch CLI section to README with usage examples
- Add conductor and loop/watch to README features list
- Add loop command to CLAUDE.md
- Add 3 feature cards to GitHub Pages site (conductor, loop/watch, snapshot)
- Update site meta descriptions
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.5.2",
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.",
4
+
"description": "Lossless, project-scoped memory for AI coding tools. Durable context across sessions with 56 MCP tools, FTS5 search, conductor orchestrator, loop/watch monitoring, snapshot capture, pre-flight overlap checks, Claude/Codex/OpenCode wrappers, Linear sync, and automatic hooks.",
<title>StackMemory — Lossless memory for AI coding tools</title>
7
-
<metaname="description" content="Lossless, project-scoped memory for AI coding tools. Durable context across sessions with MCP tools, FTS5 search, Linear sync, and automatic hooks.">
7
+
<metaname="description" content="Lossless, project-scoped memory for AI coding tools. Durable context across sessions with 56 MCP tools, FTS5 search, conductor orchestrator, loop/watch monitoring, snapshot capture, Linear sync, and automatic hooks.">
8
8
9
9
<!-- Open Graph -->
10
10
<metaproperty="og:type" content="website">
11
11
<metaproperty="og:title" content="StackMemory — Lossless memory for AI coding tools">
12
-
<metaproperty="og:description" content="Project-scoped memory runtime that preserves full context across sessions. 56 MCP tools, FTS5 search, Linear sync, Claude/Codex/OpenCode wrappers.">
12
+
<metaproperty="og:description" content="Lossless memory runtime that preserves full context across sessions. 56 MCP tools, FTS5 search, conductor orchestrator, loop/watch monitoring, Linear sync, Claude/Codex/OpenCode wrappers.">
<pclass="mt-2 text-sm text-neutral-600 dark:text-neutral-400 leading-relaxed">Polls Linear for tasks, creates git worktrees, spawns agents with bounded concurrency and auto team detection.</p>
<pclass="mt-2 text-sm text-neutral-600 dark:text-neutral-400 leading-relaxed">Poll any shell command until a condition is met. Monitor CI runs, deploy logs, inboxes, and external state with <codeclass="bg-neutral-100 dark:bg-neutral-800 px-1 rounded text-xs">stackmemory loop</code>.</p>
0 commit comments