Add project context file for AI agents and a user-facing README
covering features, installation, usage, and configuration. Update
the desktop file Exec to use the full uv path for autostart.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Entries in On Docket or In Progress can be moved to Cancelled via the
right-click context menu. Cancelled entries are preserved on disk but
hidden from the board.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Qt's event loop swallows SIGINT. Add a periodic timer to let Python
process signals and route SIGINT to the clean quit handler.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CUDA model loading can succeed even when runtime libs like libcublas
are missing — the error only surfaces during model.transcribe(). Catch
that and retry on CPU so transcription still works without the full
CUDA toolkit installed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PySide6 app for capturing quick memories via voice or text, organized
on a kanban board (On Docket → In Progress → Complete). Complete column
is collapsible with 7d/30d/All date filters.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>