-
Notifications
You must be signed in to change notification settings - Fork 2
Code Walkthrough
worklog edited this page Jul 29, 2026
·
5 revisions
Current — this is the living version. Historical snapshots are linked from Index-Releases.
Map of the repository as implemented. Read with Design-Doc.
| Path | Role |
|---|---|
.claude-plugin/ |
plugin.json, marketplace.json
|
.grok-plugin/ |
Optional Grok marketplace pin |
skills/ |
Seven skills with templates/references |
commands/ |
Slash command wrappers |
agents/graph-engineer.md |
Specialist agent |
hooks/hooks.json |
PostToolUse → curate |
scripts/ |
okf-graph.py, okf-ticket-link.py, okf-curate.sh
|
sample-okf/ |
Dual-graph sample |
bin/worklog + friends |
WikiTicket SDD tooling (vendored) |
.work/ |
Event log, config, publish ledger |
docs/ |
Plans, roadmap, guides, designs, IA index |
skills/
okf-init-graph/ # scaffold bundle + templates
okf-author/ # concepts + typed edges + TicketLink refs
okf-impact/ # blast radius
okf-query/ # packs / multi-hop
okf-maintain/ # curation
okf-validate/ # health checks
okf-visualize/ # mermaid / html / json
Loads all *.md under a bundle, parses frontmatter (including links[]), merges Markdown + typed edges, then:
- BFS impact / subgraph
- Trust-aware
pack -
edgeslisting - validate / orphans
Entry: sample-okf/index.md. Agents under agents/, workflows under workflows/, skills documented as knowledge nodes. Useful for:
python3 scripts/okf-graph.py validate sample-okf
python3 scripts/okf-graph.py pack sample-okf agents/graph-engineer.md- Hooks under
hooks/enforce ULID-in-commit and roadmap freshness -
bin/worklog ia-indexbuildsdocs/.index/and Home/Sidebar - Wiki publish reads
docs/.index/publish-manifest.json
- New skill directory under
skills/withSKILL.md - New concept type taught in
okf-author - Richer
okf-graph.pyonce officialokfCLI covers the case - MCP server / CI overlays (roadmap later)
- Index-Releases
- Latest snapshot: Roadmap-2026-08-03_v0.3.2-release
- Index-Status
- Index-Decisions