aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* feat(views): add pearl-assignee-tag-short to trim the @-tag to first nameCraig Jennings2026-06-031-0/+14
* fix(views): slug the assignee @-tag from Linear's displayName handleCraig Jennings2026-06-031-0/+21
* feat(views): surface the issue assignee as an @-tag on the headingCraig Jennings2026-06-033-6/+80
* feat(views): render a Linear view's grouping as Org sectionsCraig Jennings2026-06-034-2/+198
* fix(views): honor a Linear view's completed-issues display preferenceCraig Jennings2026-06-031-4/+157
* feat(render): open a fetched view folded to the issue headingsCraig Jennings2026-06-032-5/+7
* test: narrow the no-file-id assertion to :ID: specificallyCraig Jennings2026-06-031-2/+5
* feat(views): run a Linear view in its configured sort orderCraig Jennings2026-06-031-2/+84
* fix(views): rebuild Linear view URLs instead of querying the missing url fieldCraig Jennings2026-06-032-3/+53
* feat(render): collapse the #+ preamble to a styled summary lineCraig Jennings2026-06-021-3/+60
* feat(render): foldable Pearl help header, dropping the # commentsCraig Jennings2026-06-021-3/+48
* fix(priority): error on an out-of-range cookie instead of silent NoneCraig Jennings2026-06-021-0/+23
* feat(keys): friendlier which-key labels for the prefix sub-mapsCraig Jennings2026-06-021-3/+3
* feat(views): offer open-default-view in the transient menuCraig Jennings2026-06-021-0/+1
* feat(views): wire the default view into the keymap, transient, and docsCraig Jennings2026-06-022-12/+20
* feat(views): set-default-view commandCraig Jennings2026-06-021-0/+117
* feat(views): default-view resolver and open commandCraig Jennings2026-06-021-0/+134
* feat(keys): dedicated views group, de-overloaded fetch, account bindingCraig Jennings2026-06-022-23/+65
* feat(filter): multi-select states in the interactive builderCraig Jennings2026-06-011-0/+40
* feat(filter): :state accepts a list of state namesCraig Jennings2026-06-012-0/+44
* test(views): source-level naming regression locking out "saved query"Craig Jennings2026-06-011-0/+10
* feat(views): save a Linear view locally via the reverse-compile (copy down)Craig Jennings2026-06-013-2/+233
* feat(views): guard publish and delete against cross-account local viewsCraig Jennings2026-06-011-0/+33
* feat(views): rework the picker for local/Linear labels, dedup, and local disp...Craig Jennings2026-06-011-22/+61
* feat(views): reshape the keymap and transient around the view nounCraig Jennings2026-06-011-5/+7
* feat(views): add create and edit local views with a metadata-preserving writerCraig Jennings2026-06-012-7/+178
* refactor: rename saved-query surface to local-view vocabularyCraig Jennings2026-06-0112-129/+203
* fix(accounts): pearl-check-setup reports the active account, not the legacy keyCraig Jennings2026-05-311-0/+34
* feat(accounts): multi-account support with testsCraig Jennings2026-05-311-0/+481
* fix(merge): land the type-nil marker fix that should have been in eb56295Craig Jennings2026-05-281-14/+16
* feat(merge): preserve the user's view across a merge refreshCraig Jennings2026-05-281-0/+92
* refactor(render): drop the leading 💬 glyph from the Comments headingCraig Jennings2026-05-283-13/+29
* refactor(view-sync): pick-scope returns (display . plist), drops rassoc lookupCraig Jennings2026-05-281-4/+79
* fix(view-sync): refuse sync of a saved query whose filter is emptyCraig Jennings2026-05-281-0/+20
* refactor(view-sync): pearl--save-query-mark-synced preserves unknown plist keysCraig Jennings2026-05-281-0/+28
* feat(view-sync): pearl-publish-current-source convenience wrapperCraig Jennings2026-05-283-1/+69
* feat(view-sync): pearl-pick-source distinguishes [saved] / [saved → scope] ...Craig Jennings2026-05-282-0/+151
* 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