Files
claude-mem/plugin/scripts/CLAUDE.md
Alex Newman 4df9f61347 refactor: implement in-process worker architecture for hooks (#722)
* fix: stop generating empty CLAUDE.md files

- Return empty string instead of "No recent activity" when no observations exist
- Skip writing CLAUDE.md files when formatted content is empty
- Remove redundant "auto-generated by claude-mem" HTML comment
- Clean up 98 existing empty CLAUDE.md files across the codebase
- Update tests to expect empty string for empty input

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* build assets

* refactor: implement in-process worker architecture for hooks

Replaces spawn-based worker startup with in-process architecture:
- Hook processes now become the worker when port 37777 is free
- Eliminates Windows spawn issues (NO SPAWN rule)
- SessionStart chains: smart-install && stop && context

Key changes:
- worker-service.ts: hook case starts WorkerService in-process
- hook-command.ts: skipExit option prevents process.exit() when hosting worker
- hooks.json: single chained command replaces separate start/hook commands
- worker-utils.ts: ensureWorkerRunning() returns boolean, doesn't block
- handlers: graceful fallback when worker unavailable

All 761 tests pass. Manual verification confirms hook stays alive as worker.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* context

* a

* MAESTRO: Mark PR #722 test verification task complete

All 797 tests passed (3 skipped, 0 failed) after merge conflict resolution.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* MAESTRO: Mark PR #722 build verification task complete

* MAESTRO: Mark PR #722 code review task complete

Code review verified:
- worker-service.ts hook case starts WorkerService in-process
- hook-command.ts has skipExit option
- hooks.json uses single chained command
- worker-utils.ts ensureWorkerRunning() returns boolean

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

* MAESTRO: Mark PR #722 conflict resolution push task complete

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 19:49:15 -05:00

5.6 KiB

# Recent Activity

Dec 4, 2025

ID Time T Title Read
#20052 3:23 PM Built and deployed version 6.5.2 to marketplace ~321

Dec 7, 2025

ID Time T Title Read
#21251 6:06 PM 🔵 Context Hook Plugin Architecture and Worker Communication ~405

Dec 8, 2025

ID Time T Title Read
#22092 6:40 PM 🔵 Queue Depth Check Not Found in Minified Code ~217
#22091 " 🔵 Save Hook Script Structure Revealed ~472
#22085 6:34 PM 🔵 Examined pre-tool-use-hook.js implementation showing timing-only logic ~330

Dec 9, 2025

ID Time T Title Read
#22557 1:08 AM Build completed for version 7.0.3 ~342

Dec 10, 2025

ID Time T Title Read
#23444 2:25 PM 🟣 Build Pipeline Execution Successful ~293

Dec 11, 2025

ID Time T Title Read
#24057 2:56 PM Hook Scripts Shebang Verification ~294
#24056 2:55 PM Worker CLI Shebang Verification ~258
#24055 " Build Successful with Bun Runtime Shebangs ~355

Dec 12, 2025

ID Time T Title Read
#24636 10:46 PM 🔵 Duplicate Smart Install Scripts in Project Structure ~288
#24635 " 🔵 Claude-Mem Smart Install Script Architecture ~371
#24359 7:00 PM 🟣 Phase 1 Critical Code Fixes Completed via Agent Task ~441
#24358 6:59 PM Completed Phase 1 Code Fixes for better-sqlite3 Migration ~385
#24357 " Removed createRequire Import from smart-install.js ~284
#24356 " Removed Native Module Verification from main() Function ~384
#24355 " Removed better-sqlite3 Error Detection from runNpmInstall() ~324
#24354 6:58 PM Removed getWindowsErrorHelp() Function from smart-install.js ~356
#24353 " Removed verifyNativeModules() Function from smart-install.js ~340
#24352 " Removed better-sqlite3 Existence Check from needsInstall() ~266
#24351 " Removed BETTER_SQLITE3_PATH Constant from smart-install.js ~226
#24344 6:56 PM 🔵 smart-install.js Contains Obsolete better-sqlite3 Dependencies ~380

Dec 13, 2025

ID Time T Title Read
#25286 8:41 PM 🔵 New Hook Fails with Node.js Path Error ~298
#25285 " 🔵 Context Hook Runs Successfully with Node.js ~306
#25283 " 🔵 Bun Wrapper Analysis: Fallback Detection System ~416

Dec 14, 2025

ID Time T Title Read
#26800 11:39 PM Version 7.2.3 Build Complete With Worker Restart Fix ~394
#26791 11:38 PM Phase 3 Complete: Project Built Successfully With Worker Restart Fix ~446
#26720 11:23 PM 🔵 Smart Install Handles Dependencies But No Worker Coordination ~468
#26719 " 🔵 Worker CLI Provides Start/Stop/Restart Commands With Health Check Validation ~490
#26718 " 🔵 Worker CLI Restart Implementation Details ~452
#26717 11:22 PM 🔵 Context Hook Worker Startup Logic Handles Initial Start But Not Post-Update Restart ~485
#26716 " 🔵 Context Hook Worker Startup Logic Revealed ~538
#26715 " 🔵 Smart Install Script Handles Dependency Installation Without Worker Restart ~430
#26052 7:13 PM 🔵 Examined Minified Context Hook Source Code ~285
#25686 4:22 PM 🔵 SessionRoutes tracks missing last_user_message errors at two different locations ~456
#25685 " 🔵 Progress summary generation system uses Claude to create XML-formatted session checkpoints ~461

Dec 16, 2025

ID Time T Title Read
#27554 4:48 PM Project built successfully with version 7.3.1 ~306

Dec 17, 2025

ID Time T Title Read
#28924 7:29 PM 🔵 Plugin MCP Server Uses Bun Runtime ~283

Dec 26, 2025

ID Time T Title Read
#32983 11:04 PM 🟣 Complete build and deployment pipeline executed ~260

Jan 4, 2026

ID Time T Title Read
#36873 1:55 AM 🔵 Smart-Install Script Analyzed for Homebrew Path Implementation ~466

Jan 7, 2026

ID Time T Title Read
#38169 7:21 PM 🔵 SessionStart Hook Output Pattern Investigation Complete ~464
#38168 " 🔵 Smart-Install Script Outputs All Status Messages to stderr via console.error ~438
#38167 7:20 PM 🔵 Context-Hook Uses stdin Event Handlers for Non-TTY JSON Output Mode ~396
#38166 " 🔵 User-Message-Hook Executes at Top Level with Await and Exit Code 1 ~423
#38165 " 🔵 Context-Hook Has Minimal Console Output in Compiled Code ~333
#38164 " 🔵 Worker-Service Script is Large 1575-Line Multi-Purpose Service Manager ~352
#38163 7:19 PM 🔵 Worker-Service Script Uses console.log and console.error for Output ~385
#38162 " 🔵 Smart-Install Script Auto-Installs Bun and UV Dependencies ~495
#38161 " 🔵 User-Message-Hook Outputs to stderr and Exits with Code 1 ~211
#38160 7:18 PM 🔵 Context-Hook Returns JSON with hookSpecificOutput Structure ~470