Hi! I built okft (pip install okft), an Apache-2.0 CLI for OKF v0.1 bundles:
okft lint — spec-conformance checks (frontmatter, type, reserved files) plus hygiene warnings (unresolved links, orphaned concepts, timestamps). CI-friendly exit codes and JSON output. Broken links are warnings, not errors, per the spec's tolerance requirement.
okft serve — an MCP server exposing a bundle to any MCP-capable agent as deterministic navigation tools (overview / read / search / list), following links rather than embeddings.
If you keep a list of community tooling, I'd love for it to be included — and happy to adjust anything to track the spec as it evolves.
Hi! I built okft (
pip install okft), an Apache-2.0 CLI for OKF v0.1 bundles:okft lint— spec-conformance checks (frontmatter,type, reserved files) plus hygiene warnings (unresolved links, orphaned concepts, timestamps). CI-friendly exit codes and JSON output. Broken links are warnings, not errors, per the spec's tolerance requirement.okft serve— an MCP server exposing a bundle to any MCP-capable agent as deterministic navigation tools (overview / read / search / list), following links rather than embeddings.If you keep a list of community tooling, I'd love for it to be included — and happy to adjust anything to track the spec as it evolves.