claudetracer 1.0.1 → 1.0.3

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.
Files changed (2) hide show
  1. package/bin/init.ts +1 -1
  2. package/package.json +1 -2
package/bin/init.ts CHANGED
@@ -48,7 +48,7 @@ async function main() {
48
48
  console.log("✅ Claude Code configured");
49
49
 
50
50
  console.log("\n✅ Tracerit is ready! Open Claude Code and start coding.");
51
- console.log("👉 Run 'npx tracerit dashboard' to view your sessions.\n");
51
+ console.log("👉 Run 'npx claudetracer dashboard' to view your sessions.\n");
52
52
 
53
53
  rl.close();
54
54
  }
package/package.json CHANGED
@@ -1,9 +1,8 @@
1
1
  {
2
2
  "name": "claudetracer",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Agent replay and memory for Claude Code",
5
5
  "bin": {
6
- "tracerit": "bin/cli.js",
7
6
  "claudetracer": "./bin/cli.js"
8
7
  },
9
8
  "scripts": {