Release notes — v1.8.2
MCP / project setup
- epiq_project_init sets up a board directly from the MCP, asking the user for their setup answers first
- epiq_skill_install writes the bundled workflow skill into a project
Commit & diff view
- A "reviewed" checkbox per file diff, remembered in localStorage
- A commit's files open on arrival in both layouts (the remembered habit is gone)
- A ticket's only commit opens on arrival in either layout
- File line counts are computed server-side, so a collapsed header still states its size
- The file's disclosure row folds into the diff's own sticky header
- Commit rows lead with their caret; the rail dot sits on the subject's line
Sync & startup
- The TUI boots from the local log and pulls in the background
- GUI state is broadcast when the event log moves, not when a sync succeeds
- The project root resolves upward for the log signature; a failed derive retries only once the log moves
Docs
- epiq skill: a small, tightly coupled follow-up goes into the original ticket
Internal
- Internal refactoring