From 15fe0cfe3cc8a94ee65e40293256ec7dc765a469 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Fri, 19 Dec 2025 18:32:24 -0500 Subject: [PATCH] docs: simplify build commands section in CLAUDE.md --- CLAUDE.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 86f81ed0..2e0d5d7a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -33,12 +33,7 @@ Claude-mem is a Claude Code plugin providing persistent memory across sessions. ## Build Commands ```bash -npm run build-and-sync # Build, sync to marketplace, restart worker (most common) -npm run build # Compile TypeScript only -npm run sync-marketplace # Copy to ~/.claude/plugins only -npm run worker:restart # Restart worker service only -npm run worker:status # Check worker status -npm run worker:logs # View worker logs +npm run build-and-sync # Build, sync to marketplace, restart worker ``` **Viewer UI**: http://localhost:37777