claude-mem 12.7.2 → 12.7.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.
@@ -48,7 +48,11 @@ description: Automated semantic versioning and release workflow for Claude Code
48
48
  ```
49
49
  (Runs `node scripts/generate-changelog.js`, which pulls releases from the GitHub API and rewrites `CHANGELOG.md`.)
50
50
  10. **Sync changelog**: Commit and push the updated `CHANGELOG.md`.
51
- 11. **Notify**: `npm run discord:notify vX.Y.Z` if applicable.
51
+ 11. **Notify**: Run the Discord notification from `~/Scripts/claude-mem/`, where the `.env` with Discord webhook details lives:
52
+ ```bash
53
+ cd ~/Scripts/claude-mem/ && npm run discord:notify vX.Y.Z
54
+ ```
55
+ Do this even when the release worktree does not have a local `.env`.
52
56
  12. **Finalize**: `git status` — working tree must be clean.
53
57
 
54
58
  ## Checklist
@@ -60,4 +64,5 @@ description: Automated semantic versioning and release workflow for Claude Code
60
64
  - [ ] **`npm publish` succeeded and `npm view claude-mem@X.Y.Z version` confirms it** (so `npx claude-mem@X.Y.Z` resolves)
61
65
  - [ ] GitHub release created with notes
62
66
  - [ ] `CHANGELOG.md` updated and pushed
67
+ - [ ] Discord notification run from `~/Scripts/claude-mem/`
63
68
  - [ ] `git status` shows clean tree