Fix list formatting consistency in CLAUDE.md

Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-23 21:31:16 +00:00
parent ab2c44069b
commit 8d5bfec90e
+4 -4
View File
@@ -200,10 +200,10 @@ claude-mem/
npm run build && git commit -a -m "Build and update" && git push && cd ~/.claude/plugins/marketplaces/thedotmack/ && git pull && pm2 flush claude-mem-worker && pm2 restart claude-mem-worker && pm2 logs claude-mem-worker --nostream npm run build && git commit -a -m "Build and update" && git push && cd ~/.claude/plugins/marketplaces/thedotmack/ && git pull && pm2 flush claude-mem-worker && pm2 restart claude-mem-worker && pm2 logs claude-mem-worker --nostream
``` ```
1. Compiles TypeScript and outputs hook executables to `plugin/scripts/` 1) Compiles TypeScript and outputs hook executables to `plugin/scripts/`
2. Generates `ensure-dependencies.js` - cross-platform installer script 2) Generates `ensure-dependencies.js` - cross-platform installer script
3. Creates `package.json` in `plugin/scripts/` with runtime dependencies 3) Creates `package.json` in `plugin/scripts/` with runtime dependencies
4. Does all the things needed to update and test since plugin-based installs are out of the .claude/ folder 4) Does all the things needed to update and test since plugin-based installs are out of the .claude/ folder
**Build Outputs**: **Build Outputs**:
- Hook executables: `*-hook.js` (ESM format) - Hook executables: `*-hook.js` (ESM format)