| Commit message (Expand) | Author | Age | Files | Lines |
| * | feat(views): add pearl-assignee-tag-short to trim the @-tag to first name | Craig Jennings | 2026-06-03 | 1 | -5/+20 |
| * | fix(views): slug the assignee @-tag from Linear's displayName handle | Craig Jennings | 2026-06-03 | 1 | -7/+16 |
| * | feat(views): surface the issue assignee as an @-tag on the heading | Craig Jennings | 2026-06-03 | 1 | -7/+47 |
| * | feat(views): render a Linear view's grouping as Org sections | Craig Jennings | 2026-06-03 | 1 | -28/+136 |
| * | fix(views): honor a Linear view's completed-issues display preference | Craig Jennings | 2026-06-03 | 1 | -17/+114 |
| * | feat(render): open a fetched view folded to the issue headings | Craig Jennings | 2026-06-03 | 1 | -2/+2 |
| * | feat(views): run a Linear view in its configured sort order | Craig Jennings | 2026-06-03 | 1 | -12/+54 |
| * | fix(views): rebuild Linear view URLs instead of querying the missing url field | Craig Jennings | 2026-06-03 | 1 | -18/+68 |
| * | feat(render): collapse the #+ preamble to a styled summary line | Craig Jennings | 2026-06-02 | 1 | -7/+84 |
| * | feat(render): foldable Pearl help header, dropping the # comments | Craig Jennings | 2026-06-02 | 1 | -6/+44 |
| * | fix(priority): error on an out-of-range cookie instead of silent None | Craig Jennings | 2026-06-02 | 1 | -3/+13 |
| * | feat(keys): friendlier which-key labels for the prefix sub-maps | Craig Jennings | 2026-06-02 | 1 | -8/+8 |
| * | feat(views): offer open-default-view in the transient menu | Craig Jennings | 2026-06-02 | 1 | -1/+2 |
| * | feat(views): wire the default view into the keymap, transient, and docs | Craig Jennings | 2026-06-02 | 1 | -6/+6 |
| * | feat(views): set-default-view command | Craig Jennings | 2026-06-02 | 1 | -0/+62 |
| * | feat(views): default-view resolver and open command | Craig Jennings | 2026-06-02 | 1 | -0/+49 |
| * | feat(keys): dedicated views group, de-overloaded fetch, account binding | Craig Jennings | 2026-06-02 | 1 | -36/+73 |
| * | feat(filter): multi-select states in the interactive builder | Craig Jennings | 2026-06-01 | 1 | -8/+17 |
| * | feat(filter): :state accepts a list of state names | Craig Jennings | 2026-06-01 | 1 | -6/+30 |
| * | feat(views): save a Linear view locally via the reverse-compile (copy down) | Craig Jennings | 2026-06-01 | 1 | -0/+277 |
| * | feat(views): guard publish and delete against cross-account local views | Craig Jennings | 2026-06-01 | 1 | -1/+8 |
| * | feat(views): rework the picker for local/Linear labels, dedup, and local disp... | Craig Jennings | 2026-06-01 | 1 | -45/+56 |
| * | feat(views): reshape the keymap and transient around the view noun | Craig Jennings | 2026-06-01 | 1 | -16/+24 |
| * | feat(views): add create and edit local views with a metadata-preserving writer | Craig Jennings | 2026-06-01 | 1 | -20/+143 |
| * | refactor: rename saved-query surface to local-view vocabulary | Craig Jennings | 2026-06-01 | 1 | -114/+114 |
| * | fix(accounts): pearl-check-setup reports the active account, not the legacy key | Craig Jennings | 2026-05-31 | 1 | -6/+17 |
| * | feat(accounts): multi-account support with tests | Craig Jennings | 2026-05-31 | 1 | -43/+304 |
| * | fix(merge): land the type-nil marker fix that should have been in eb56295 | Craig Jennings | 2026-05-28 | 1 | -4/+10 |
| * | feat(merge): preserve the user's view across a merge refresh | Craig Jennings | 2026-05-28 | 1 | -9/+59 |
| * | refactor(render): drop the leading 💬 glyph from the Comments heading | Craig Jennings | 2026-05-28 | 1 | -13/+14 |
| * | refactor(view-sync): pick-scope returns (display . plist), drops rassoc lookup | Craig Jennings | 2026-05-28 | 1 | -62/+83 |
| * | fix(view-sync): refuse sync of a saved query whose filter is empty | Craig Jennings | 2026-05-28 | 1 | -27/+36 |
| * | refactor(view-sync): pearl--save-query-mark-synced preserves unknown plist keys | Craig Jennings | 2026-05-28 | 1 | -16/+16 |
| * | feat(view-sync): pearl-publish-current-source convenience wrapper | Craig Jennings | 2026-05-28 | 1 | -1/+37 |
| * | feat(view-sync): pearl-pick-source distinguishes [saved] / [saved → scope] ... | Craig Jennings | 2026-05-28 | 1 | -32/+105 |
| * | feat(view-sync): extend pearl-delete-saved-query with delete-on-Linear prompt | Craig Jennings | 2026-05-28 | 1 | -13/+93 |
| * | feat(view-sync): pearl-sync-saved-query-to-linear + transient entry | Craig Jennings | 2026-05-28 | 1 | -61/+459 |
| * | feat(prompts): split sentinel + default-yes for safe yes/no | Craig Jennings | 2026-05-28 | 1 | -44/+71 |
| * | feat(saved): add pearl-delete-saved-query and a sentinel cancel for run | Craig Jennings | 2026-05-28 | 1 | -3/+39 |
| * | fix(filter): pin builder candidate order so [ None. ] stays at the top | Craig Jennings | 2026-05-28 | 1 | -10/+28 |
| * | feat(filter): show "[ None. ]" as the topmost option in builder prompts | Craig Jennings | 2026-05-28 | 1 | -22/+54 |
| * | refactor(preamble): tighten buffer affordance comments to keymap form | Craig Jennings | 2026-05-27 | 1 | -5/+5 |
| * | feat(sources): favorites, views, and filters via pick-source | Craig Jennings | 2026-05-27 | 1 | -27/+271 |
| * | refactor: verb-align command names and prefixes, use issue not ticket | Craig Jennings | 2026-05-27 | 1 | -30/+35 |
| * | feat(compose): open compose and conflict buffers in a configurable side window | Craig Jennings | 2026-05-27 | 1 | -2/+30 |
| * | fix(save): detect comment edits with a rendered-Org hash, not the md round-trip | Craig Jennings | 2026-05-27 | 1 | -27/+35 |
| * | feat(labels): render Linear labels as Org tags on issue headings | Craig Jennings | 2026-05-27 | 1 | -2/+42 |
| * | feat(commands): add pearl-copy-issue-url, bound at u c | Craig Jennings | 2026-05-27 | 1 | -2/+17 |
| * | feat(keys): add pearl-mode and complete the command keymap | Craig Jennings | 2026-05-27 | 1 | -25/+109 |
| * | feat(render): render issue titles and the view name verbatim | Craig Jennings | 2026-05-27 | 1 | -10/+13 |