HCOM reference and setup status
Checks hcom installation status and provides setup troubleshooting steps.
/plugin marketplace add aannoo/claude-hook-comms/plugin install hcom@hcom!command -v hcom >/dev/null 2>&1 && hcom -v || echo "NOT INSTALLED - restart Claude Code to auto-install"
!grep -q '"HCOM"' ~/.claude/settings.json 2>/dev/null && echo "HOOKS: installed ✓" || echo "HOOKS: not installed - restart Claude Code"
!echo "HCOM_SESSION_ID=$HCOM_SESSION_ID"
Run hcom list to see active instances (requires active session)
Based on checks above:
NOT_INSTALLED → Restart Claude Code. Plugin will auto-install hcom.
HOOKS: not installed → Restart Claude Code. After install, hcom sets up hooks.
SESSION: not active → Run hcom start to enable in current session. If that fails, restart Claude Code.
All green → You're ready. Use hcom for TUI or hcom send "msg" to message.
hcom start in your sessionIf anything goes wrong or theres any issues, fresh start:
/plugin uninstall hcom@hcom
hcom reset all && pip uninstall hcom
pip install hcom && hcom -v
# Then restart claude code and it should be working
!curl -fsSL https://raw.githubusercontent.com/aannoo/claude-hook-comms/main/README.md 2>/dev/null || echo "Failed to fetch README from GitHub"
"hcom: command not found"
pip install hcomHooks not working (no messages received)
grep hcom ~/.claude/settings.jsonhcom start fails
Messages not delivered
hcom starthcom list for instance statusLogs
~/.hcom/.tmp/logs/hooks.logTo completely remove hcom:
/plugin uninstall hcom@hcom
hcom reset all
pip uninstall hcom