OKF Workbench

OKF v0.1 compatibility contract

OKF v0.1 compatibility contract

Authority

The canonical authority is the Open Knowledge Format v0.1 specification at ee67a5ca27044ebe7c38385f5b6cffc2305a9c1a, observed on 2026-07-22. This document records how OKF Workbench consumes that draft specification; it does not replace it.

Bundle model

An OKF bundle is a directory tree of UTF-8 Markdown files.

Workbench keeps an invalid non-reserved document in the concept and graph inventory as a partial source-backed concept. Its empty metadata/body values are recovery sentinels rather than a claim that the source conforms; the associated parse failure remains the conformance authority.

Frontmatter

For concept documents:

Workbench implications:

Internal relationships use ordinary Markdown links.

Workbench implications:

Reserved files

index.md

Indexes support progressive disclosure by listing concepts and subdirectories. They normally contain no frontmatter; the bundle-root index alone may use frontmatter to declare okf_version: "0.1". The extension may synthesize missing indexes and update explicitly managed content.

log.md

Logs are optional chronological histories with ISO date headings. The MVP validates existing logs but does not automatically maintain them.

Validation levels

OKF Workbench separates two concerns:

Conformance

Whether a bundle satisfies the hard interoperability contract of OKF v0.1.

Curation

Whether a conformant bundle is easy to navigate and maintain. Examples include orphan concepts, missing recommended metadata, duplicate resources, and stale timestamps.

The Problems panel must make this distinction visible through severity and wording.

Versioning