aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-delete.el
Commit message (Collapse)AuthorAgeFilesLines
* test: cover the delete-failure branch keeping the subtreeCraig Jennings3 hours1-0/+16
| | | | Added an ERT test that pearl-delete-current-issue, when the confirmation is given but pearl--delete-issue-async returns :success nil, leaves the issue subtree and its sibling intact rather than removing local state on a failed remote delete. The command already behaves correctly. 361 tests green.
* feat: pearl — manage Linear issues from org-modeCraig Jennings5 hours1-0/+97
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.