aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore: refresh .claude rules and hooks to rulesets canonicalHEADmainCraig Jennings31 hours3-15/+67
* docs: reword package summary and keywords for searchabilityCraig Jennings31 hours2-4/+4
* docs: stack README epigraph lines and reword the lead sentenceCraig Jennings32 hours1-3/+5
* docs: replace README epigraph with Fitzgerald's chime verseCraig Jennings32 hours1-2/+7
* chore: gitignore editor backup filesCraig Jennings2 days1-0/+1
* docs: document chime-async-timeout and the frozen-modeline symptomCraig Jennings2 days2-0/+36
* feat: interrupt async fetches that exceed chime-async-timeoutCraig Jennings2 days1-1/+51
* fix: skip unavailable agenda files in the async fetch childCraig Jennings2 days1-0/+5
* test: add failing tests for the async fetch watchdogCraig Jennings2 days2-0/+179
* fix: scrub aux-file headers in convert-org-contacts-birthdays.elCraig Jennings2026-05-131-3/+4
* fix: scope validate-el.sh hook to in-project filesCraig Jennings2026-05-131-0/+7
* test: cover per-event override through the agenda pipelineCraig Jennings2026-05-111-0/+79
* docs: document the per-event :CHIME_NOTIFY_BEFORE: propertyCraig Jennings2026-05-112-1/+23
* feat: add per-event :CHIME_NOTIFY_BEFORE: interval overrideCraig Jennings2026-05-113-57/+152
* test: add failing tests for per-event interval overrideCraig Jennings2026-05-111-0/+208
* docs: correct test inventory and org-wild-notifier historyCraig Jennings2026-05-112-19/+6
* test: close coverage gaps to 99.88% line coverageCraig Jennings2026-05-115-0/+549
* feat: make modeline status-message strings customizableCraig Jennings2026-05-113-10/+235
* build: include optional helpers and sounds in packageCraig Jennings2026-05-101-1/+5
* feat: tighten chime runtime validation and tooltip behaviorCraig Jennings2026-05-1010-742/+1344
* docs: split detailed user docs out of readmeCraig Jennings2026-05-105-1035/+1019
* test: harden test dependency and temp-dir setupCraig Jennings2026-05-105-16/+143
* chore: symlink claude rules to rulesets canonicalCraig Jennings2026-05-073-385/+3
* refactor!: collapse six filter defcustoms into include/exclude alistsCraig Jennings2026-05-058-246/+228
* 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