@kungfusaini/opencode-worklog
v0.1.0
Published
OpenCode server plugin for project worklog tracking and /worklog orientation.
Maintainers
Readme
opencode-worklog
OpenCode server plugin for project worklog tracking and /worklog orientation.
What it provides
worklog_appendtool for concise project progress, decision, blocker, and finish entries./worklogcommand handling that toggles tracking for the current project.- Hidden recap injection when enabling tracking, so the assistant can give a short orientation summary without dumping raw JSONL entries.
- A small reminder while tracking is enabled so the assistant appends meaningful updates and can read deeper history only when needed.
Local usage
Add the package to global ~/.config/opencode/opencode.json:
{
"plugin": [
["file:///Users/sumeet/matrix/tools/opencode/opencode-worklog", {}]
]
}Keep ~/.config/opencode/commands/worklog.md present so the TUI recognizes /worklog as a slash command.
After changing plugin code or config, restart opencode.
