Skip to content

Commit 5d351f8

Browse files
fix: update bin paths to dist/src/cli/ and bump to 0.5.61
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2a1a90a commit 5d351f8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackmemoryai/stackmemory",
3-
"version": "0.5.60",
3+
"version": "0.5.61",
44
"description": "Lossless memory runtime for AI coding tools - call stack context, predictive edits, AI code review, prompt optimization, model switching, and mobile sync",
55
"engines": {
66
"node": ">=20.0.0",
@@ -9,8 +9,8 @@
99
"type": "module",
1010
"main": "dist/index.js",
1111
"bin": {
12-
"stackmemory": "dist/cli/index.js",
13-
"codex-sm": "dist/cli/codex-sm.js",
12+
"stackmemory": "dist/src/cli/index.js",
13+
"codex-sm": "dist/src/cli/codex-sm.js",
1414
"codex-smd": "bin/codex-smd",
1515
"claude-sm": "bin/claude-sm",
1616
"claude-smd": "bin/claude-smd",

0 commit comments

Comments
 (0)