Emacs llm-log-corpus-mode: bounded corpus browser, session/task views and org-roam report export #95
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/llm-log#95
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: corpus workbench epic.
Goal
Ship a first-class Emacs major mode for the entire llm-log corpus without opening/parsing events.jsonl directly.
UX
Provide
llm-log-corpus-modebacked by the bounded localhost query API/CLI:Use ordinary Emacs buffers and standard navigation; work under Doom and non-Doom configs.
Org / org-roam export
Export a selected query/session/task/report to Org with:
If org-roam is available, create/update a normal org-roam node under a configurable directory; do not make org-roam the canonical datastore.
Acceptance
Opening the mode against a large corpus fetches only the first bounded page. ERT tests prove no direct 50GB file read occurs.