aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(view-sync): pearl-pick-source distinguishes [saved] / [saved → scope] ...Craig Jennings2026-05-283-32/+256
* feat(view-sync): extend pearl-delete-saved-query with delete-on-Linear promptCraig Jennings2026-05-282-13/+221
* feat(view-sync): pearl-sync-saved-query-to-linear + transient entryCraig Jennings2026-05-284-62/+842
* docs(view-sync): phase 1 verified, pearl filter output works as filterDataCraig Jennings2026-05-281-0/+15
* docs(spec): saved-query-sync to Linear views, Ready after sprint reviewCraig Jennings2026-05-281-0/+294
* feat(prompts): split sentinel + default-yes for safe yes/noCraig Jennings2026-05-283-79/+158
* docs(README): explain that pearl follows browse-url-browser-functionCraig Jennings2026-05-281-0/+15
* feat(saved): add pearl-delete-saved-query and a sentinel cancel for runCraig Jennings2026-05-283-4/+102
* fix(filter): pin builder candidate order so [ None. ] stays at the topCraig Jennings2026-05-282-10/+44
* feat(filter): show "[ None. ]" as the topmost option in builder promptsCraig Jennings2026-05-282-22/+83
* refactor(preamble): tighten buffer affordance comments to keymap formCraig Jennings2026-05-272-7/+8
* feat(sources): favorites, views, and filters via pick-sourceCraig Jennings2026-05-278-39/+597
* docs: add the issue-sources spec (favorites, views, filters)Craig Jennings2026-05-271-0/+143
* refactor: verb-align command names and prefixes, use issue not ticketCraig Jennings2026-05-2712-100/+105
* feat(compose): open compose and conflict buffers in a configurable side windowCraig Jennings2026-05-272-2/+53
* fix(save): detect comment edits with a rendered-Org hash, not the md round-tripCraig Jennings2026-05-272-27/+87
* feat(labels): render Linear labels as Org tags on issue headingsCraig Jennings2026-05-274-5/+238
* feat(commands): add pearl-copy-issue-url, bound at u cCraig Jennings2026-05-273-6/+44
* docs: document pearl-mode and the completed keymapCraig Jennings2026-05-271-7/+26
* feat(keys): add pearl-mode and complete the command keymapCraig Jennings2026-05-272-63/+224
* feat(render): render issue titles and the view name verbatimCraig Jennings2026-05-276-18/+49
* fix(commands): run add-comment and delete from anywhere in a ticketCraig Jennings2026-05-263-13/+30
* feat(refresh): re-tidy drawers via org-tidy when it's activeCraig Jennings2026-05-262-3/+37
* feat(comments): fold the drawer and update the heading count on addCraig Jennings2026-05-263-6/+46
* feat(refresh): prompt instead of silently deferring a dirty refreshCraig Jennings2026-05-263-14/+113
* 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