aboutsummaryrefslogtreecommitdiff
path: root/pearl.el
Commit message (Expand)AuthorAgeFilesLines
* feat(sources): favorites, views, and filters via pick-sourceCraig Jennings2026-05-271-27/+271
* refactor: verb-align command names and prefixes, use issue not ticketCraig Jennings2026-05-271-30/+35
* feat(compose): open compose and conflict buffers in a configurable side windowCraig Jennings2026-05-271-2/+30
* fix(save): detect comment edits with a rendered-Org hash, not the md round-tripCraig Jennings2026-05-271-27/+35
* feat(labels): render Linear labels as Org tags on issue headingsCraig Jennings2026-05-271-2/+42
* feat(commands): add pearl-copy-issue-url, bound at u cCraig Jennings2026-05-271-2/+17
* feat(keys): add pearl-mode and complete the command keymapCraig Jennings2026-05-271-25/+109
* feat(render): render issue titles and the view name verbatimCraig Jennings2026-05-271-10/+13
* fix(commands): run add-comment and delete from anywhere in a ticketCraig Jennings2026-05-261-8/+2
* feat(refresh): re-tidy drawers via org-tidy when it's activeCraig Jennings2026-05-261-3/+13
* feat(comments): fold the drawer and update the heading count on addCraig Jennings2026-05-261-2/+33
* feat(refresh): prompt instead of silently deferring a dirty refreshCraig Jennings2026-05-261-10/+48
* fix(refresh): merge keeps any locally-edited ticketCraig Jennings2026-05-261-4/+13
* fix(comments): don't recolor the leading heading starsCraig Jennings2026-05-261-4/+10
* feat(comments): dim read-only comments so they read as disabledCraig Jennings2026-05-261-9/+19
* refactor: remove the dead state-to-todo mapping subsystemCraig Jennings2026-05-261-45/+2
* feat(comments): lead the Comments heading with the 💬 glyphCraig Jennings2026-05-261-8/+11
* fix(comments): apply comment highlighting on the bulk render pathCraig Jennings2026-05-261-2/+5
* feat: resolve a cycled TODO keyword to its Linear state at saveCraig Jennings2026-05-261-48/+101
* feat(render): rebuild the derived #+TODO header on merge refreshCraig Jennings2026-05-251-0/+31
* feat(render): derive the #+TODO line and keywords from team workflow statesCraig Jennings2026-05-251-10/+52
* feat(render): add the pure helpers for workspace-derived TODO keywordsCraig Jennings2026-05-251-0/+35
* fix(save): extend the killed-buffer guard to the text-field saversCraig Jennings2026-05-251-14/+20
* fix(save): guard atomic-saver commit callbacks against a killed bufferCraig Jennings2026-05-251-3/+18
* docs: drop the stale sync-hook mention in set-heading-stateCraig Jennings2026-05-251-3/+3
* refactor(save): remove the immediate-state-push org-sync machineryCraig Jennings2026-05-251-125/+1
* refactor(save): retire the immediate-push field setters for buffer-editorsCraig Jennings2026-05-251-106/+47
* feat(save): reconcile structured fields in save-issue and save-allCraig Jennings2026-05-251-17/+50
* feat(save): add the priority, state, and labels saversCraig Jennings2026-05-251-1/+146
* feat(save): add the atomic field-save engine and the assignee saverCraig Jennings2026-05-251-0/+110
* feat(save): add an atomic conflict gate for enum and relation fieldsCraig Jennings2026-05-251-0/+46
* feat(save): detect dirty structured fields against synced baselinesCraig Jennings2026-05-251-8/+56
* feat(save): write synced baselines for structured fieldsCraig Jennings2026-05-251-0/+7
* feat: render inline code spans verbatim in the Org bufferCraig Jennings2026-05-251-32/+59
* refactor: rename pearl--issue-body-at-point to pearl--entry-body-at-pointCraig Jennings2026-05-251-15/+16
* 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-251-12/+20
* fix: seven quick bugs from the 2026-05-25 code reviewCraig Jennings2026-05-251-47/+100
* feat: add pearl-delete-current-commentCraig Jennings2026-05-251-1/+75
* feat: add the pearl-prefix-map keymap and regroup the transient menuCraig Jennings2026-05-251-30/+96
* feat: add the unified ticket save model with save-issue and save-allCraig Jennings2026-05-251-167/+459
* feat: add the local dirty scanners for the ticket save modelCraig Jennings2026-05-241-0/+51
* feat: title-case the view name in the file titleCraig Jennings2026-05-241-1/+2
* feat: make comment sort order configurable, newest-first by defaultCraig Jennings2026-05-241-11/+27
* feat: compose comments and descriptions in an Org bufferCraig Jennings2026-05-241-18/+138
* feat: render recent comments in the bulk issue listCraig Jennings2026-05-241-24/+102
* feat: render issue headings with the identifier prefix and title caseCraig Jennings2026-05-241-9/+90
* refactor: extract the label-category picker out of pearl-new-issueCraig Jennings2026-05-241-37/+44
* refactor: share the push-and-report tail of the field settersCraig Jennings2026-05-241-47/+42
* refactor: share one conflict-gate dispatch across the three sync commandsCraig Jennings2026-05-241-80/+95