| Commit message (Expand) | Author | Age | Files | Lines |
| * | docs: spec for selecting multiple statuses in a filter | Craig Jennings | 2026-06-01 | 1 | -0/+148 |
| * | test(views): source-level naming regression locking out "saved query" | Craig Jennings | 2026-06-01 | 1 | -0/+10 |
| * | docs(views): update README and package summary to the views vocabulary | Craig Jennings | 2026-06-01 | 2 | -37/+53 |
| * | feat(views): save a Linear view locally via the reverse-compile (copy down) | Craig Jennings | 2026-06-01 | 4 | -2/+510 |
| * | feat(views): guard publish and delete against cross-account local views | Craig Jennings | 2026-06-01 | 2 | -1/+41 |
| * | feat(views): rework the picker for local/Linear labels, dedup, and local disp... | Craig Jennings | 2026-06-01 | 2 | -67/+117 |
| * | feat(views): reshape the keymap and transient around the view noun | Craig Jennings | 2026-06-01 | 3 | -24/+36 |
| * | feat(views): add create and edit local views with a metadata-preserving writer | Craig Jennings | 2026-06-01 | 3 | -27/+321 |
| * | refactor: rename saved-query surface to local-view vocabulary | Craig Jennings | 2026-06-01 | 13 | -243/+317 |
| * | docs: finalize local/Linear views spec for implementation | Craig Jennings | 2026-06-01 | 1 | -82/+366 |
| * | docs: add bidirectional copy to the local/Linear views spec | Craig Jennings | 2026-06-01 | 1 | -26/+72 |
| * | docs: spec for local views and Linear views | Craig Jennings | 2026-06-01 | 1 | -0/+197 |
| * | chore: remove the CI workflow until a GitHub repo exists | Craig Jennings | 2026-05-31 | 2 | -62/+0 |
| * | docs: compose-window knobs and merge-refresh view preservation | Craig Jennings | 2026-05-31 | 1 | -0/+5 |
| * | ci: add GitHub Actions workflow | Craig Jennings | 2026-05-31 | 1 | -0/+61 |
| * | fix(accounts): pearl-check-setup reports the active account, not the legacy key | Craig Jennings | 2026-05-31 | 2 | -6/+51 |
| * | feat(accounts): multi-account support with tests | Craig Jennings | 2026-05-31 | 4 | -46/+843 |
| * | fix(merge): land the type-nil marker fix that should have been in eb56295 | Craig Jennings | 2026-05-28 | 2 | -18/+26 |
| * | feat(merge): preserve the user's view across a merge refresh | Craig Jennings | 2026-05-28 | 2 | -9/+151 |
| * | refactor(render): drop the leading 💬 glyph from the Comments heading | Craig Jennings | 2026-05-28 | 5 | -41/+58 |
| * | refactor(view-sync): pick-scope returns (display . plist), drops rassoc lookup | Craig Jennings | 2026-05-28 | 2 | -66/+162 |
| * | fix(view-sync): refuse sync of a saved query whose filter is empty | Craig Jennings | 2026-05-28 | 2 | -27/+56 |
| * | refactor(view-sync): pearl--save-query-mark-synced preserves unknown plist keys | Craig Jennings | 2026-05-28 | 2 | -16/+44 |
| * | docs(view-sync): README sync-up section + spec status to Done | Craig Jennings | 2026-05-28 | 2 | -6/+45 |
| * | feat(view-sync): pearl-publish-current-source convenience wrapper | Craig Jennings | 2026-05-28 | 4 | -2/+106 |
| * | feat(view-sync): pearl-pick-source distinguishes [saved] / [saved → scope] ... | Craig Jennings | 2026-05-28 | 3 | -32/+256 |
| * | feat(view-sync): extend pearl-delete-saved-query with delete-on-Linear prompt | Craig Jennings | 2026-05-28 | 2 | -13/+221 |
| * | feat(view-sync): pearl-sync-saved-query-to-linear + transient entry | Craig Jennings | 2026-05-28 | 4 | -62/+842 |
| * | docs(view-sync): phase 1 verified, pearl filter output works as filterData | Craig Jennings | 2026-05-28 | 1 | -0/+15 |
| * | docs(spec): saved-query-sync to Linear views, Ready after sprint review | Craig Jennings | 2026-05-28 | 1 | -0/+294 |
| * | feat(prompts): split sentinel + default-yes for safe yes/no | Craig Jennings | 2026-05-28 | 3 | -79/+158 |
| * | docs(README): explain that pearl follows browse-url-browser-function | Craig Jennings | 2026-05-28 | 1 | -0/+15 |
| * | feat(saved): add pearl-delete-saved-query and a sentinel cancel for run | Craig Jennings | 2026-05-28 | 3 | -4/+102 |
| * | fix(filter): pin builder candidate order so [ None. ] stays at the top | Craig Jennings | 2026-05-28 | 2 | -10/+44 |
| * | feat(filter): show "[ None. ]" as the topmost option in builder prompts | Craig Jennings | 2026-05-28 | 2 | -22/+83 |
| * | refactor(preamble): tighten buffer affordance comments to keymap form | Craig Jennings | 2026-05-27 | 2 | -7/+8 |
| * | feat(sources): favorites, views, and filters via pick-source | Craig Jennings | 2026-05-27 | 8 | -39/+597 |
| * | docs: add the issue-sources spec (favorites, views, filters) | Craig Jennings | 2026-05-27 | 1 | -0/+143 |
| * | refactor: verb-align command names and prefixes, use issue not ticket | Craig Jennings | 2026-05-27 | 12 | -100/+105 |
| * | feat(compose): open compose and conflict buffers in a configurable side window | Craig Jennings | 2026-05-27 | 2 | -2/+53 |
| * | fix(save): detect comment edits with a rendered-Org hash, not the md round-trip | Craig Jennings | 2026-05-27 | 2 | -27/+87 |
| * | feat(labels): render Linear labels as Org tags on issue headings | Craig Jennings | 2026-05-27 | 4 | -5/+238 |
| * | feat(commands): add pearl-copy-issue-url, bound at u c | Craig Jennings | 2026-05-27 | 3 | -6/+44 |
| * | docs: document pearl-mode and the completed keymap | Craig Jennings | 2026-05-27 | 1 | -7/+26 |
| * | feat(keys): add pearl-mode and complete the command keymap | Craig Jennings | 2026-05-27 | 2 | -63/+224 |
| * | feat(render): render issue titles and the view name verbatim | Craig Jennings | 2026-05-27 | 6 | -18/+49 |
| * | fix(commands): run add-comment and delete from anywhere in a ticket | Craig Jennings | 2026-05-26 | 3 | -13/+30 |
| * | feat(refresh): re-tidy drawers via org-tidy when it's active | Craig Jennings | 2026-05-26 | 2 | -3/+37 |
| * | feat(comments): fold the drawer and update the heading count on add | Craig Jennings | 2026-05-26 | 3 | -6/+46 |
| * | feat(refresh): prompt instead of silently deferring a dirty refresh | Craig Jennings | 2026-05-26 | 3 | -14/+113 |