aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* feat(view-sync): extend pearl-delete-saved-query with delete-on-Linear promptCraig Jennings2026-05-281-0/+128
* feat(view-sync): pearl-sync-saved-query-to-linear + transient entryCraig Jennings2026-05-283-1/+383
* feat(prompts): split sentinel + default-yes for safe yes/noCraig Jennings2026-05-282-35/+87
* feat(saved): add pearl-delete-saved-query and a sentinel cancel for runCraig Jennings2026-05-282-1/+63
* fix(filter): pin builder candidate order so [ None. ] stays at the topCraig Jennings2026-05-281-0/+16
* feat(filter): show "[ None. ]" as the topmost option in builder promptsCraig Jennings2026-05-281-0/+29
* refactor(preamble): tighten buffer affordance comments to keymap formCraig Jennings2026-05-271-2/+3
* feat(sources): favorites, views, and filters via pick-sourceCraig Jennings2026-05-275-5/+301
* refactor: verb-align command names and prefixes, use issue not ticketCraig Jennings2026-05-2710-53/+53
* feat(compose): open compose and conflict buffers in a configurable side windowCraig Jennings2026-05-271-0/+23
* fix(save): detect comment edits with a rendered-Org hash, not the md round-tripCraig Jennings2026-05-271-0/+52
* feat(labels): render Linear labels as Org tags on issue headingsCraig Jennings2026-05-272-2/+195
* feat(commands): add pearl-copy-issue-url, bound at u cCraig Jennings2026-05-272-4/+27
* feat(keys): add pearl-mode and complete the command keymapCraig Jennings2026-05-271-38/+115
* feat(render): render issue titles and the view name verbatimCraig Jennings2026-05-274-8/+23
* fix(commands): run add-comment and delete from anywhere in a ticketCraig Jennings2026-05-262-5/+28
* feat(refresh): re-tidy drawers via org-tidy when it's activeCraig Jennings2026-05-261-0/+24
* feat(comments): fold the drawer and update the heading count on addCraig Jennings2026-05-262-4/+13
* feat(refresh): prompt instead of silently deferring a dirty refreshCraig Jennings2026-05-262-4/+65
* fix(refresh): merge keeps any locally-edited ticketCraig Jennings2026-05-261-0/+17
* fix(comments): don't recolor the leading heading starsCraig Jennings2026-05-261-7/+17
* feat(comments): dim read-only comments so they read as disabledCraig Jennings2026-05-261-0/+24
* refactor: remove the dead state-to-todo mapping subsystemCraig Jennings2026-05-2614-99/+30
* feat(comments): lead the Comments heading with the 💬 glyphCraig Jennings2026-05-262-10/+10
* fix(comments): apply comment highlighting on the bulk render pathCraig Jennings2026-05-261-0/+38
* feat(coverage): print a terminal coverage summary from the SimpleCov reportCraig Jennings2026-05-262-1/+165
* feat: resolve a cycled TODO keyword to its Linear state at saveCraig Jennings2026-05-263-21/+104
* feat(render): rebuild the derived #+TODO header on merge refreshCraig Jennings2026-05-252-5/+38
* feat(render): derive the #+TODO line and keywords from team workflow statesCraig Jennings2026-05-252-0/+42
* feat(render): add the pure helpers for workspace-derived TODO keywordsCraig Jennings2026-05-251-0/+87
* fix(save): extend the killed-buffer guard to the text-field saversCraig Jennings2026-05-251-0/+26
* fix(save): guard atomic-saver commit callbacks against a killed bufferCraig Jennings2026-05-251-0/+31
* refactor(save): remove the immediate-state-push org-sync machineryCraig Jennings2026-05-254-221/+38
* refactor(save): retire the immediate-push field setters for buffer-editorsCraig Jennings2026-05-258-179/+79
* feat(save): reconcile structured fields in save-issue and save-allCraig Jennings2026-05-251-0/+37
* feat(save): add the priority, state, and labels saversCraig Jennings2026-05-252-5/+69
* feat(save): add the atomic field-save engine and the assignee saverCraig Jennings2026-05-251-0/+109
* feat(save): add an atomic conflict gate for enum and relation fieldsCraig Jennings2026-05-251-0/+56
* feat(save): detect dirty structured fields against synced baselinesCraig Jennings2026-05-253-10/+72
* 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-251-0/+25
* 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-251-4/+16
* refactor: rename pearl--issue-body-at-point to pearl--entry-body-at-pointCraig Jennings2026-05-255-12/+12
* fix: guard issue async callbacks against a killed bufferCraig Jennings2026-05-251-0/+25
* fix: seven quick bugs from the 2026-05-25 code reviewCraig Jennings2026-05-251-0/+155
* feat: add pearl-delete-current-commentCraig Jennings2026-05-252-3/+240
* feat: add the pearl-prefix-map keymap and regroup the transient menuCraig Jennings2026-05-252-1/+96
* feat: add the unified ticket save model with save-issue and save-allCraig Jennings2026-05-252-2/+324
* feat: add the local dirty scanners for the ticket save modelCraig Jennings2026-05-241-0/+123