aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refactor!: collapse three time-left format defcustoms into one alistCraig Jennings2026-05-056-67/+82
* refactor!: demote chime-validation-max-retries to private defvarCraig Jennings2026-05-054-52/+25
* refactor!: drop chime-play-sound, use chime-sound-file = nil to disableCraig Jennings2026-05-053-48/+17
* fix: validate numeric defcustoms at customize-timeCraig Jennings2026-05-052-6/+228
* fix: stop tooltip dedup from hiding distinct events sharing a titleCraig Jennings2026-05-052-14/+76
* ci: flip lint job from advisory to requiredCraig Jennings2026-05-051-6/+1
* refactor: clear the rest of the lint backlog and make `make lint' actually workCraig Jennings2026-05-056-183/+61
* refactor: clear package-lint warnings for MELPA prepCraig Jennings2026-05-056-59/+73
* test: replace string-search with portable form for Emacs 27.1Craig Jennings2026-05-051-11/+11
* ci: add GitHub Actions workflow with test matrix, lint, and coverageCraig Jennings2026-05-053-12/+122
* chore: bump version to 0.7.0v0.7.0Craig Jennings2026-05-052-2/+2
* fix: skip declined events in tooltip, modeline, and notificationsCraig Jennings2026-05-052-1/+166
* test: tag integration suite :slow and unstick test-allCraig Jennings2026-05-054-1/+16
* build: fail compile on byte-compile warningsCraig Jennings2026-05-051-3/+3
* chore: drop non-standard keywords from chime.el headerCraig Jennings2026-05-051-1/+1
* fix: remove unused `title` lexical in chime--process-notificationsCraig Jennings2026-05-051-2/+1
* fix: trim chime--find-soonest-modeline-event docstring to <=80 colsCraig Jennings2026-05-051-2/+3
* build: add eask manifest and setup/compile/coverage targetsCraig Jennings2026-05-055-91/+278
* refactor: rewrite chime--time-left without threading-pcaseCraig Jennings2026-05-051-7/+9
* adding to gitignoreCraig Jennings2026-04-241-0/+1
* refactor: move 12 internal helpers from chime- to chime-- prefixCraig Jennings2026-04-228-157/+157
* test: add unit tests for chime--day-label-for-event-timeCraig Jennings2026-04-221-0/+71
* refactor: extract chime--day-label-for-event-time from chime--group-events-by...Craig Jennings2026-04-221-29/+30
* test: pin group-events-by-day clock and add midnight edge casesCraig Jennings2026-04-221-94/+123
* test: add unit tests for async result helpersCraig Jennings2026-04-221-0/+147
* refactor: extract async result helpers from chime--fetch-and-processCraig Jennings2026-04-221-27/+26
* fix: load convert-org-contacts-birthdays from load-pathCraig Jennings2026-04-211-3/+1
* test: add unit tests for chime--render-modeline-stringCraig Jennings2026-04-211-0/+52
* refactor: extract chime--render-modeline-string from chime--update-modelineCraig Jennings2026-04-211-25/+30
* fix(hooks): run validate-el test phase from tests/ directoryCraig Jennings2026-04-211-1/+4
* docs: expand custom predicate examples in READMECraig Jennings2026-04-201-7/+22
* chore: ignore .stignore (syncthing)Craig Jennings2026-04-201-0/+1
* restructure: move docs/ to .ai/ + sync latest templateCraig Jennings2026-04-201-1/+1
* chore(claude): sync validate-el.sh JSON channel + pairwise rule from rulesetsCraig Jennings2026-04-192-9/+44
* chore: sync testing rules — pyramid, overmocking, refactor-for-testability,...Craig Jennings2026-04-192-0/+130
* chore: sync elisp-testing.md (testutil pattern generalized)Craig Jennings2026-04-191-3/+3
* chore: sync bundle — add commits.md rule, attribution suppressionCraig Jennings2026-04-192-0/+70
* chore: add Claude Code ruleset via ~/code/rulesets install-elispCraig Jennings2026-04-198-0/+564
* Improve README quick start, manual install, and filtering docsCraig Jennings2026-04-041-59/+60
* Add personality and reorganize READMECraig Jennings2026-04-041-264/+135
* Fix TOC formatting in TESTING.orgCraig Jennings2026-04-041-3/+1
* Add table of contents to TESTING.orgCraig Jennings2026-04-041-0/+4
* Rewrite TESTING.org with current test infrastructureCraig Jennings2026-04-041-176/+275
* Remove duplicate COPYING fileCraig Jennings2026-04-041-674/+0
* Consolidate Makefiles and update TESTING.orgCraig Jennings2026-04-042-129/+73
* Add tests for chime-environment-regexCraig Jennings2026-04-041-0/+62
* Decompose chime--debug-notification-filtering into step functionsCraig Jennings2026-04-041-71/+71
* Remove unused chime--today functionCraig Jennings2026-04-042-88/+0
* Bundle multiple day-wide events into a single notificationCraig Jennings2026-04-042-2/+67
* Restructure README and address review commentsCraig Jennings2026-04-043-151/+828