| Commit message (Expand) | Author | Age | Files | Lines |
| * | test(recording): add direct tests for device-sort-key, device-status-label, g... | Craig Jennings | 2026-04-05 | 3 | -0/+198 |
| * | test(calendar-sync): add 32 tests for recurrence exceptions, helpers, unfolding | Craig Jennings | 2026-04-05 | 6 | -0/+313 |
| * | refactor(calendar-sync): extract require-calendars guard from 4 locations | Craig Jennings | 2026-04-05 | 1 | -8/+10 |
| * | refactor(calendar-sync): extract RFC 5545 continuation line unfolding | Craig Jennings | 2026-04-05 | 1 | -17/+17 |
| * | refactor(calendar-sync): extract CN and email parsing from duplicated code | Craig Jennings | 2026-04-05 | 1 | -25/+19 |
| * | refactor(calendar-sync): remove dead function calendar-sync--timezone-name | Craig Jennings | 2026-04-05 | 2 | -12/+1 |
| * | test(calendar-sync): add 68 tests across 13 files for untested pure functions | Craig Jennings | 2026-04-05 | 13 | -0/+647 |
| * | test(recording): add direct tests for extracted refactoring helpers | Craig Jennings | 2026-04-05 | 3 | -0/+243 |
| * | refactor(recording): extract select-from-labeled helper, flatten quick-setup | Craig Jennings | 2026-04-05 | 1 | -33/+27 |
| * | refactor(recording): extract video command builder from ffmpeg-record-video | Craig Jennings | 2026-04-05 | 1 | -42/+42 |
| * | refactor(recording): extract shared test-device helper from test-mic/test-mon... | Craig Jennings | 2026-04-05 | 1 | -21/+16 |
| * | refactor(recording): unify parse-pactl-sources/sinks-verbose into single func... | Craig Jennings | 2026-04-05 | 3 | -61/+28 |
| * | chore: gitignore and untrack data/ directory | Craig Jennings | 2026-04-05 | 3 | -230/+2 |
| * | chore: gitignore and untrack CLAUDE.mdv0.7.2 | Craig Jennings | 2026-04-05 | 2 | -28/+1 |
| * | chore: gitignore and untrack build artifacts, vendored assets, personal files | Craig Jennings | 2026-04-05 | 2043 | -30969/+15 |
| * | feat(music): add random-aware next/previous; refactor music + calendar-sync | Craig Jennings | 2026-04-03 | 6 | -174/+1050 |
| * | feat(org): add <cj structure template for daily prep comment blocks | Craig Jennings | 2026-04-02 | 1 | -1/+3 |
| * | feat(music): add test coverage for 7 functions, refactor with extracted helpers | Craig Jennings | 2026-04-01 | 8 | -36/+975 |
| * | fix(slack): disable emojify in lui buffers, add org cache reset command | Craig Jennings | 2026-03-16 | 2 | -1/+27 |
| * | fix(slack): add error visibility to notification handler | Craig Jennings | 2026-03-14 | 2 | -10/+23 |
| * | fix(slack): fix notification bug, add close-all-buffers command | Craig Jennings | 2026-03-10 | 1 | -1/+17 |
| * | fix(music): place point on first track after playlist load/reload | Craig Jennings | 2026-03-10 | 1 | -2/+4 |
| * | fix(calendar-sync): handle variable-length date lists in RRULE UNTIL | Craig Jennings | 2026-03-09 | 4 | -5/+133 |
| * | refactor(gptel): extract model-list and selection logic for testability | Craig Jennings | 2026-03-06 | 3 | -20/+217 |
| * | refactor(gptel): lazy-load gptel-magit, rebind rewrite/context keys | Craig Jennings | 2026-03-06 | 4 | -35/+181 |
| * | refactor(gptel): move config defuns to top level, rebind keys, set reasoning | Craig Jennings | 2026-03-06 | 2 | -52/+44 |
| * | test(gptel): add unit tests for ai-config, remove dead cj/gptel-backends | Craig Jennings | 2026-03-06 | 5 | -6/+277 |
| * | fix(gptel): fix docstring warnings, rename model->string to model-to-string | Craig Jennings | 2026-03-06 | 2 | -16/+11 |
| * | fix(gptel): remove duplicate backend setter, fix commentary keybindings | Craig Jennings | 2026-03-06 | 1 | -10/+9 |
| * | feat(gptel): update Claude models, fix default system prompt | Craig Jennings | 2026-03-06 | 2 | -5/+104 |
| * | fix(slack): fix notification and mark-as-read bugs | Craig Jennings | 2026-03-06 | 2 | -3/+55 |
| * | feat: add Slack client module with dashboard integration | Craig Jennings | 2026-03-06 | 3 | -0/+150 |
| * | session: switch Python LSP to pyright, add Django web-mode config | Craig Jennings | 2026-03-04 | 3 | -120/+124 |
| * | feat(json,yaml): add tree-sitter modes, formatting, and jq integration | Craig Jennings | 2026-03-02 | 8 | -21/+292 |
| * | test(recording): add tests for label-devices, label-sinks, get-sink-apps | Craig Jennings | 2026-02-26 | 5 | -0/+372 |
| * | feat(recording): intuitive labels, show muted devices, add app names | Craig Jennings | 2026-02-26 | 4 | -133/+256 |
| * | feat(recording): replace icons with text state labels in quick-setup | Craig Jennings | 2026-02-26 | 4 | -197/+146 |
| * | feat(recording): add mic indicators and fix misleading sink icon | Craig Jennings | 2026-02-26 | 2 | -38/+142 |
| * | fix(recording): remove drift detection that overrides explicit sink choice | Craig Jennings | 2026-02-26 | 2 | -36/+26 |
| * | feat(recording): show sinks with active audio indicators in quick-setup | Craig Jennings | 2026-02-26 | 7 | -86/+490 |
| * | fix(recording): replace blocking y-or-n-p with non-blocking warning | Craig Jennings | 2026-02-26 | 2 | -22/+41 |
| * | feat(recording): validate system audio device before recording | Craig Jennings | 2026-02-26 | 11 | -51/+560 |
| * | fix(pdf): move pdf-tools-install to eval-after-load and revert stale buffers | Craig Jennings | 2026-02-25 | 1 | -2/+11 |
| * | feat(buffer): add open-with-default-app and open-with-program keybindings | Craig Jennings | 2026-02-25 | 3 | -10/+12 |
| * | chore: rename chime.el references to Chime | Craig Jennings | 2026-02-23 | 7 | -12/+12 |
| * | fix(user-constants): create calendar data files on first launch | Craig Jennings | 2026-02-21 | 1 | -0/+6 |
| * | fix(keybindings): make C-z a prefix map instead of unsetting it | Craig Jennings | 2026-02-21 | 1 | -1/+1 |
| * | fix(music): force case-insensitive search when adding songs | Craig Jennings | 2026-02-21 | 1 | -0/+1 |
| * | fix(mousetrap): use buffer-local keymaps via emulation-mode-map-alists | Craig Jennings | 2026-02-20 | 2 | -18/+41 |
| * | chore: enable wttrin debug, clean up lorem-optimum startup | Craig Jennings | 2026-02-20 | 3 | -233/+2 |