-
-
Notifications
You must be signed in to change notification settings - Fork 397
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Environment:
OS: Linux Mint 22.1 (Ubuntu Noble base)
Bun: 1.3.4
Node: 24.5.0
Claude Code: Latest
Issues:
- Worker startup fails - bun plugin/scripts/worker-cli.js start returns "Process died during startup"
- Bun directory error - Constant "CouldntReadCurrentDirectory" error when running any bun command from plugin directory
- Permission errors - EACCES posix_spawn() errors when running worker-cli.js even after chmod +x
- Workaround found - Worker only starts with full path: ~/.bun/bin/bun ~/.claude/plugins/marketplaces/thedotmack/plugin/scripts/worker-service.cjs
- Hook failures - Even with worker running, all plugin hooks fail: UserPromptSubmit, PostToolUse:TodoWrite, PostToolUse:Read
Expected: Plugin auto-starts worker and hooks work seamlessly
Actual: Manual worker start required, hooks still broken
Request: Fix startup script to use full Bun path, investigate hook compatibility on Linux Mint
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working