Hunk Review Hunk is an interactive terminal diff viewer. The TUI is for the user -- do NOT run , , or other interactive commands directly. Use CLI commands to inspect and control live sessions through the local daemon. If no session exists, ask the user to launch Hunk in their terminal first. Workflow Session selection Most session commands accept: - -- match the live session by its current loaded repo root (most common) - -- match by exact ID (use when multiple sessions share a repo) - If only one session exists, it auto-resolves also supports: - -- match the live Hunk window by its current…