/orient - Session Orientation (MoE Task Execution Workflow)
5-step session orientation that combines project discovery, context search, agent discovery, invocation creation, and MoE orchestrated execution.
5-step session orientation that combines project discovery, context search, agent discovery, invocation creation, and MoE orchestrated execution.
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.