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
fix(conductor): resolve claude-app-server.cjs path from package root
__dirname in ESM bundles points to dist/src/cli/commands/ which lacks
the scripts/ directory. Use findPackageRoot() to walk up to package.json
and resolve scripts/conductor/ from there. Also adds fallback candidates
for repoRoot-relative resolution.
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,6 +1,6 @@
1
1
{
2
2
"name": "@stackmemoryai/stackmemory",
3
-
"version": "1.5.0",
3
+
"version": "1.5.1",
4
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.",
0 commit comments