aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(render): save the buffer to disk after a fetch or refreshCraig Jennings2026-06-052-2/+42
* fix(render): serialize the source header in full regardless of print-lengthCraig Jennings2026-06-052-2/+23
* fix(views): make a server-side sort actually reorder the bufferCraig Jennings2026-06-052-8/+46
* feat(comments): fetch an issue's full comment threadCraig Jennings2026-06-054-4/+255
* feat(views): sort the active view interactivelyCraig Jennings2026-06-053-11/+540
* feat(render): overlay content glyphs on issue and comment headingsCraig Jennings2026-06-053-6/+200
* docs: note that the default team is optionalCraig Jennings2026-06-051-0/+2
* feat(compose): @-mention Linear users from a pickerCraig Jennings2026-06-034-7/+201
* feat(render): pin the priority range to Linear's A-D in the rendered fileCraig Jennings2026-06-032-0/+11
* fix(render): nest comments under their issue in a grouped viewCraig Jennings2026-06-032-11/+47
* feat(views): add pearl-assignee-tag-short to trim the @-tag to first nameCraig Jennings2026-06-032-5/+34
* fix(views): slug the assignee @-tag from Linear's displayName handleCraig Jennings2026-06-032-7/+37
* feat(views): surface the issue assignee as an @-tag on the headingCraig Jennings2026-06-035-14/+128
* feat(views): render a Linear view's grouping as Org sectionsCraig Jennings2026-06-036-30/+336
* fix(views): honor a Linear view's completed-issues display preferenceCraig Jennings2026-06-033-21/+273
* feat(render): open a fetched view folded to the issue headingsCraig Jennings2026-06-034-8/+10
* 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-032-14/+138
* fix(views): rebuild Linear view URLs instead of querying the missing url fieldCraig Jennings2026-06-033-21/+121
* feat(render): collapse the #+ preamble to a styled summary lineCraig Jennings2026-06-022-10/+144
* feat(render): foldable Pearl help header, dropping the # commentsCraig Jennings2026-06-022-9/+92
* fix(priority): error on an out-of-range cookie instead of silent NoneCraig Jennings2026-06-022-3/+36
* feat(keys): friendlier which-key labels for the prefix sub-mapsCraig Jennings2026-06-022-11/+11
* feat(views): offer open-default-view in the transient menuCraig Jennings2026-06-022-1/+3
* feat(views): wire the default view into the keymap, transient, and docsCraig Jennings2026-06-024-20/+36
* feat(views): set-default-view commandCraig Jennings2026-06-022-0/+179
* feat(views): default-view resolver and open commandCraig Jennings2026-06-022-0/+183
* docs: spec for a configurable default viewCraig Jennings2026-06-021-0/+162
* feat(keys): dedicated views group, de-overloaded fetch, account bindingCraig Jennings2026-06-024-73/+154
* docs(filter): document multi-state selection and reconcile the views boundaryCraig Jennings2026-06-012-7/+7
* feat(filter): multi-select states in the interactive builderCraig Jennings2026-06-012-8/+57
* feat(filter): :state accepts a list of state namesCraig Jennings2026-06-013-6/+74
* docs: spec for selecting multiple statuses in a filterCraig Jennings2026-06-011-0/+148
* test(views): source-level naming regression locking out "saved query"Craig Jennings2026-06-011-0/+10
* docs(views): update README and package summary to the views vocabularyCraig Jennings2026-06-012-37/+53
* feat(views): save a Linear view locally via the reverse-compile (copy down)Craig Jennings2026-06-014-2/+510
* feat(views): guard publish and delete against cross-account local viewsCraig Jennings2026-06-012-1/+41
* feat(views): rework the picker for local/Linear labels, dedup, and local disp...Craig Jennings2026-06-012-67/+117
* feat(views): reshape the keymap and transient around the view nounCraig Jennings2026-06-013-24/+36
* feat(views): add create and edit local views with a metadata-preserving writerCraig Jennings2026-06-013-27/+321
* refactor: rename saved-query surface to local-view vocabularyCraig Jennings2026-06-0113-243/+317
* docs: finalize local/Linear views spec for implementationCraig Jennings2026-06-011-82/+366
* docs: add bidirectional copy to the local/Linear views specCraig Jennings2026-06-011-26/+72
* docs: spec for local views and Linear viewsCraig Jennings2026-06-011-0/+197
* chore: remove the CI workflow until a GitHub repo existsCraig Jennings2026-05-312-62/+0
* docs: compose-window knobs and merge-refresh view preservationCraig Jennings2026-05-311-0/+5
* ci: add GitHub Actions workflowCraig Jennings2026-05-311-0/+61
* fix(accounts): pearl-check-setup reports the active account, not the legacy keyCraig Jennings2026-05-312-6/+51
* feat(accounts): multi-account support with testsCraig Jennings2026-05-314-46/+843
* fix(merge): land the type-nil marker fix that should have been in eb56295Craig Jennings2026-05-282-18/+26