aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-org-write.el
Commit message (Collapse)AuthorAgeFilesLines
* test: assert the dirty-buffer path preserves disk and buffer stateCraig Jennings5 hours1-0/+29
| | | | Extended the dirty-buffer coverage: with known content saved to disk and an unsaved edit on top, pearl--update-org-from-issues leaves the buffer modified with its edit, leaves the on-disk file at the original saved content (not the render, not the buffer text), and still surfaces the dirty buffer per the UX contract. 362 tests green.
* feat: pearl — manage Linear issues from org-modeCraig Jennings7 hours1-0/+85
Pearl fetches Linear issues into an org file and syncs edits back. It covers list / custom views / saved queries, per-issue and bulk rendering with comments inline, conflict-aware sync of descriptions, titles, and comments, field commands for priority / state / assignee / labels, and a transient dispatch menu. The render folds to a scannable outline and nests issues under a sortable parent. Based on and inspired by Gael Blanchemain's linear-emacs.