Commit Graph

5 Commits

Author SHA1 Message Date
Cal Corum
9356122591 docs: add CLAUDE.md, README, and fix desktop Exec path
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>
2026-02-11 14:54:46 -06:00
Cal Corum
d388002fec feat: add cancelled status for archiving discarded entries
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>
2026-02-11 14:50:14 -06:00
Cal Corum
0900329020 fix: handle SIGINT so Ctrl+C cleanly exits the app
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>
2026-02-11 14:50:08 -06:00
Cal Corum
53caf193af fix: fall back to CPU when CUDA inference fails at transcribe time
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>
2026-02-11 14:38:58 -06:00
Cal Corum
195cd443cb feat: initial commit — voice/text memory capture with kanban board
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>
2026-02-11 13:55:21 -06:00