aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix(refresh): merge keeps any locally-edited ticketCraig Jennings2026-05-262-4/+30
* fix(comments): don't recolor the leading heading starsCraig Jennings2026-05-262-11/+27
* feat(comments): dim read-only comments so they read as disabledCraig Jennings2026-05-262-9/+43
* refactor: remove the dead state-to-todo mapping subsystemCraig Jennings2026-05-2616-145/+32
* feat(comments): lead the Comments heading with the 💬 glyphCraig Jennings2026-05-264-19/+22
* fix(comments): apply comment highlighting on the bulk render pathCraig Jennings2026-05-262-2/+43
* feat(coverage): print a terminal coverage summary from the SimpleCov reportCraig Jennings2026-05-264-2/+378
* chore: gitignore the local inbox/ directoryCraig Jennings2026-05-261-0/+1
* feat: resolve a cycled TODO keyword to its Linear state at saveCraig Jennings2026-05-265-80/+209
* docs: supersede the keyword spec's sync-back half with save-model-v2Craig Jennings2026-05-261-1/+5
* feat(render): rebuild the derived #+TODO header on merge refreshCraig Jennings2026-05-253-5/+69
* feat(render): derive the #+TODO line and keywords from team workflow statesCraig Jennings2026-05-253-10/+94
* feat(render): add the pure helpers for workspace-derived TODO keywordsCraig Jennings2026-05-252-0/+122
* fix(save): extend the killed-buffer guard to the text-field saversCraig Jennings2026-05-252-14/+46
* fix(save): guard atomic-saver commit callbacks against a killed bufferCraig Jennings2026-05-252-3/+49
* docs: drop the stale sync-hook mention in set-heading-stateCraig Jennings2026-05-251-3/+3
* docs: rewrite the README editing section for the unified save modelCraig Jennings2026-05-251-29/+35
* refactor(save): remove the immediate-state-push org-sync machineryCraig Jennings2026-05-255-346/+39
* refactor(save): retire the immediate-push field setters for buffer-editorsCraig Jennings2026-05-2510-289/+129
* feat(save): reconcile structured fields in save-issue and save-allCraig Jennings2026-05-252-17/+87
* feat(save): add the priority, state, and labels saversCraig Jennings2026-05-253-6/+215
* feat(save): add the atomic field-save engine and the assignee saverCraig Jennings2026-05-252-0/+219
* feat(save): add an atomic conflict gate for enum and relation fieldsCraig Jennings2026-05-252-0/+102
* feat(save): detect dirty structured fields against synced baselinesCraig Jennings2026-05-254-18/+128
* build: resolve test-file to the exact name before globbingCraig Jennings2026-05-251-1/+9
* feat(save): write synced baselines for structured fieldsCraig Jennings2026-05-252-0/+32
* docs: add the ticket save-model v2 specCraig Jennings2026-05-252-0/+229
* refactor: rename issue-body tests to match entry-body-at-pointCraig Jennings2026-05-251-5/+5
* feat: render inline code spans verbatim in the Org bufferCraig Jennings2026-05-252-36/+75
* refactor: rename pearl--issue-body-at-point to pearl--entry-body-at-pointCraig Jennings2026-05-256-27/+28
* refactor: drop the now-dead issue-id guards in the field settersCraig Jennings2026-05-251-6/+0
* fix: guard issue async callbacks against a killed bufferCraig Jennings2026-05-252-12/+45
* docs: record the WorkflowState.position verification in the TODO-keywords specCraig Jennings2026-05-251-2/+6
* fix: seven quick bugs from the 2026-05-25 code reviewCraig Jennings2026-05-252-47/+255
* feat: add pearl-delete-current-commentCraig Jennings2026-05-254-6/+318
* docs: incorporate the spec reviews and move four specs to ReadyCraig Jennings2026-05-254-104/+411
* feat: add the pearl-prefix-map keymap and regroup the transient menuCraig Jennings2026-05-254-33/+206
* feat: add the unified ticket save model with save-issue and save-allCraig Jennings2026-05-253-169/+783
* docs: title-case the section headings in the save-model specCraig Jennings2026-05-241-8/+8
* feat: add the local dirty scanners for the ticket save modelCraig Jennings2026-05-242-0/+174
* docs: add the ticket-save-model and multi-account specsCraig Jennings2026-05-242-0/+375
* feat: title-case the view name in the file titleCraig Jennings2026-05-242-1/+13
* feat: make comment sort order configurable, newest-first by defaultCraig Jennings2026-05-243-37/+77
* feat: compose comments and descriptions in an Org bufferCraig Jennings2026-05-242-18/+291
* feat: render recent comments in the bulk issue listCraig Jennings2026-05-244-28/+259
* feat: render issue headings with the identifier prefix and title caseCraig Jennings2026-05-245-19/+241
* docs: capitalize PEARL in the README titleCraig Jennings2026-05-241-1/+1
* test: add an end-to-end acceptance flowCraig Jennings2026-05-241-0/+200
* test: cover sort and render ordering boundary casesCraig Jennings2026-05-241-0/+46
* test: cover comment insertion and extraction boundary casesCraig Jennings2026-05-242-0/+49