@stackmemoryai/stackmemory 1.2.7 → 1.2.8

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stackmemoryai/stackmemory",
3
- "version": "1.2.7",
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.",
3
+ "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.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0",
7
7
  "npm": ">=10.0.0"
@@ -13,3 +13,6 @@ command -v stackmemory >/dev/null 2>&1 || exit 0
13
13
  # Capture without committing, compact format, 10s timeout
14
14
  timeout 10 stackmemory capture --no-commit --format compact \
15
15
  -m "auto-rescue on session close" >/dev/null 2>&1 || true
16
+
17
+ # Generate today's digest (best-effort, 5s timeout)
18
+ timeout 5 stackmemory digest today >/dev/null 2>&1 || true