git.cjennings.net
:
pearl
main
Pearl Edits and Reflects Linear — manage Linear.app issues as org-mode in Emacs
Craig Jennings
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
fix(refresh): merge keeps any locally-edited ticket
Craig Jennings
2026-05-26
2
-4
/
+30
*
fix(comments): don't recolor the leading heading stars
Craig Jennings
2026-05-26
2
-11
/
+27
*
feat(comments): dim read-only comments so they read as disabled
Craig Jennings
2026-05-26
2
-9
/
+43
*
refactor: remove the dead state-to-todo mapping subsystem
Craig Jennings
2026-05-26
16
-145
/
+32
*
feat(comments): lead the Comments heading with the 💬 glyph
Craig Jennings
2026-05-26
4
-19
/
+22
*
fix(comments): apply comment highlighting on the bulk render path
Craig Jennings
2026-05-26
2
-2
/
+43
*
feat(coverage): print a terminal coverage summary from the SimpleCov report
Craig Jennings
2026-05-26
4
-2
/
+378
*
chore: gitignore the local inbox/ directory
Craig Jennings
2026-05-26
1
-0
/
+1
*
feat: resolve a cycled TODO keyword to its Linear state at save
Craig Jennings
2026-05-26
5
-80
/
+209
*
docs: supersede the keyword spec's sync-back half with save-model-v2
Craig Jennings
2026-05-26
1
-1
/
+5
*
feat(render): rebuild the derived #+TODO header on merge refresh
Craig Jennings
2026-05-25
3
-5
/
+69
*
feat(render): derive the #+TODO line and keywords from team workflow states
Craig Jennings
2026-05-25
3
-10
/
+94
*
feat(render): add the pure helpers for workspace-derived TODO keywords
Craig Jennings
2026-05-25
2
-0
/
+122
*
fix(save): extend the killed-buffer guard to the text-field savers
Craig Jennings
2026-05-25
2
-14
/
+46
*
fix(save): guard atomic-saver commit callbacks against a killed buffer
Craig Jennings
2026-05-25
2
-3
/
+49
*
docs: drop the stale sync-hook mention in set-heading-state
Craig Jennings
2026-05-25
1
-3
/
+3
*
docs: rewrite the README editing section for the unified save model
Craig Jennings
2026-05-25
1
-29
/
+35
*
refactor(save): remove the immediate-state-push org-sync machinery
Craig Jennings
2026-05-25
5
-346
/
+39
*
refactor(save): retire the immediate-push field setters for buffer-editors
Craig Jennings
2026-05-25
10
-289
/
+129
*
feat(save): reconcile structured fields in save-issue and save-all
Craig Jennings
2026-05-25
2
-17
/
+87
*
feat(save): add the priority, state, and labels savers
Craig Jennings
2026-05-25
3
-6
/
+215
*
feat(save): add the atomic field-save engine and the assignee saver
Craig Jennings
2026-05-25
2
-0
/
+219
*
feat(save): add an atomic conflict gate for enum and relation fields
Craig Jennings
2026-05-25
2
-0
/
+102
*
feat(save): detect dirty structured fields against synced baselines
Craig Jennings
2026-05-25
4
-18
/
+128
*
build: resolve test-file to the exact name before globbing
Craig Jennings
2026-05-25
1
-1
/
+9
*
feat(save): write synced baselines for structured fields
Craig Jennings
2026-05-25
2
-0
/
+32
*
docs: add the ticket save-model v2 spec
Craig Jennings
2026-05-25
2
-0
/
+229
*
refactor: rename issue-body tests to match entry-body-at-point
Craig Jennings
2026-05-25
1
-5
/
+5
*
feat: render inline code spans verbatim in the Org buffer
Craig Jennings
2026-05-25
2
-36
/
+75
*
refactor: rename pearl--issue-body-at-point to pearl--entry-body-at-point
Craig Jennings
2026-05-25
6
-27
/
+28
*
refactor: drop the now-dead issue-id guards in the field setters
Craig Jennings
2026-05-25
1
-6
/
+0
*
fix: guard issue async callbacks against a killed buffer
Craig Jennings
2026-05-25
2
-12
/
+45
*
docs: record the WorkflowState.position verification in the TODO-keywords spec
Craig Jennings
2026-05-25
1
-2
/
+6
*
fix: seven quick bugs from the 2026-05-25 code review
Craig Jennings
2026-05-25
2
-47
/
+255
*
feat: add pearl-delete-current-comment
Craig Jennings
2026-05-25
4
-6
/
+318
*
docs: incorporate the spec reviews and move four specs to Ready
Craig Jennings
2026-05-25
4
-104
/
+411
[next]