/session-conflicts
Check for file lock, project, task, and CWD conflicts across active LLM sessions using the Inter-Session Message Bus (messaging.db) to prevent silent overwrites and coordinate multi-session work.
Check for file lock, project, task, and CWD conflicts across active LLM sessions using the Inter-Session Message Bus (messaging.db) to prevent silent overwrites and coordinate multi-session work.
Send directed messages between active LLM sessions for real-time coordination. Uses the bus.send() API from ADR-173 for delivery-tracked, session-to-session messaging.
Register the current LLM session with the Inter-Session Message Bus (messaging.db) to enable multi-session coordination, file conflict detection, task claim/release, and automatic conflict detection with operator alerts (ADR-173).
Show all active LLM sessions with full identifiers, task claims, file locks, operator alerts, unread messages, session lifecycle events, and cross-LLM coordination status from the Inter-Session Message Bus (messaging.db). Automatically appends a detailed entry to the session log.
How to coordinate multiple LLM sessions (Claude, Codex, Gemini, Kimi) working on the same project using the Inter-Session Message Bus.