-
Notifications
You must be signed in to change notification settings - Fork 2
CLI Reference
worklog edited this page Jul 29, 2026
·
4 revisions
Current — this is the living version. Historical snapshots are linked from Index-Releases.
Deterministic tools used by okf-graph-eng skills and the GraphEngineer agent.
Fallback when okf / okfcli is not installed. Operates on an OKF bundle directory (e.g. sample-okf, .okf).
python3 scripts/okf-graph.py impact <bundle> <concept>
python3 scripts/okf-graph.py backlinks <bundle> <concept>
python3 scripts/okf-graph.py subgraph <bundle> <concept> [--hops N]
python3 scripts/okf-graph.py pack <bundle> <concept> [--hops 2] [--max-nodes 20]
python3 scripts/okf-graph.py edges <bundle> [--from PATH] [--rel REL]
python3 scripts/okf-graph.py validate <bundle>
python3 scripts/okf-graph.py orphans <bundle>| Command | Output |
|---|---|
impact |
Inbound/outbound closures, typed direct_edges, suggested update order (JSON) |
pack |
Progressive disclosure pack; JSON includes ready-to-paste markdown
|
edges |
Edge list; filter by --rel routes_to etc. |
validate |
Conformance + broken links + unverified high-impact (JSON) |
Concepts resolve by path, stem, or title. Typed edges come from Markdown links plus optional frontmatter links[].rel.
Emit OKF TicketLink concepts from WikiTicket worklog items.
bin/worklog fold | python3 scripts/okf-ticket-link.py emit --bundle <bundle> --open-only
python3 scripts/okf-ticket-link.py emit --bundle <bundle> --id <ULID> --title "..." --github-issue N
python3 scripts/okf-ticket-link.py emit --bundle <bundle> --dry-run # preview pathsDefault GitHub project: SpillwaveSolutions/okf-plugin.
Post-edit hook helper: validates OKF paths after Write/Edit when okf is available; otherwise lightweight frontmatter/link checks.
Repo project management (not OKF-specific):
bin/worklog list
bin/worklog add "Title" --level task --kind feature --body "what and why"
bin/worklog update <ulid> --status in_progress
bin/worklog close <ulid> --status done --resolution "..."
bin/worklog roadmap-render
bin/worklog ia-index
bin/worklog sync # needs WORKLOG_TICKET_* / adapters/githubSee Worklog-Spec and upstream wiki_ticket_sdd.
okf validate <bundle>
okf graph <bundle>
# okfcli variants if installed as okfcli- Index-Releases
- Latest snapshot: Roadmap-2026-08-03_v0.3.2-release
- Index-Status
- Index-Decisions