Rich operator CLI + OpenCode integration + standalone installer #92
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#92
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.
CLI
Evolve the current argparse/JSON expert maintenance CLI into a rich operator surface while retaining machine-readable JSON modes.
Required commands include:
llm-log corpus sessionsllm-log corpus tasksllm-log corpus requestsllm-log corpus show <id>llm-log stats/cost ...llm-log expert query ...llm-log expert backfill ...llm-log report org ...llm-log learn ...llm-log doctorUse Rich for human tables/progress where useful;
--json/JSONL stays stable for scripts.All list/export operations must be cursor/page/batch bounded.
OpenCode
Ship llm-log project/global skill material and command examples so OpenCode can:
OpenCode must call the same CLI/API; no private parallel corpus reader.
Install
Provide a standalone install script for non-Nix hosts that installs the CLI/Emacs package/systemd user units without writing secrets.
The operator's primary desktop installation remains Home Manager-owned in lost-rob0t/dotfiles.