From 8d5bfec90ebedbc804917d8e11886b5323087b52 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:31:16 +0000 Subject: [PATCH] Fix list formatting consistency in CLAUDE.md Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com> --- CLAUDE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 6f66a641..2f4226dd 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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 ``` -1. Compiles TypeScript and outputs hook executables to `plugin/scripts/` -2. Generates `ensure-dependencies.js` - cross-platform installer script -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 +1) Compiles TypeScript and outputs hook executables to `plugin/scripts/` +2) Generates `ensure-dependencies.js` - cross-platform installer script +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 **Build Outputs**: - Hook executables: `*-hook.js` (ESM format)