summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add horizontal nav bar and Made for GNU Emacs badge to READMECraig Jennings2026-04-042-20/+5
* Show modeline icon immediately on chime-mode enableCraig Jennings2026-04-042-11/+92
* Default modeline lighter to empty stringCraig Jennings2026-04-042-12/+10
* Improve defaults: 2-hour modeline window, notify at event timeCraig Jennings2026-04-042-9/+12
* Clean up README prose: remove AI-isms, fix typoCraig Jennings2026-04-041-20/+18
* Update README for accuracy and completenessCraig Jennings2026-04-041-41/+126
* Add comments for non-obvious code patternsCraig Jennings2026-04-041-7/+15
* Remove dead code and reduce default tooltip lookahead to 1 weekCraig Jennings2026-04-043-38/+6
* Hoist loop-invariant computations and remove redundant sortCraig Jennings2026-04-041-68/+53
* Nil chime--timer after cancellation in chime--stopCraig Jennings2026-04-042-0/+12