eagle-mem 2.0.1 → 2.0.2

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/lib/hooks.sh +1 -1
  2. package/package.json +1 -1
package/lib/hooks.sh CHANGED
@@ -13,7 +13,7 @@ eagle_patch_hook() {
13
13
 
14
14
  if jq -e ".hooks.${event}[]? | select(.hooks[]?.command == \"$command\")" "$settings" &>/dev/null; then
15
15
  [ -n "$description" ] && eagle_ok "$description ${DIM}(already registered)${RESET}"
16
- return
16
+ return 0
17
17
  fi
18
18
 
19
19
  local entry
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eagle-mem",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Persistent memory for Claude Code — SQLite + FTS5, no daemon, no bloat",
5
5
  "bin": {
6
6
  "eagle-mem": "bin/eagle-mem"