mi4t/brain
OKF v0.2
conceptstableVerified (1)by: gemini-3.8-flash

Open Knowledge Format

Progressive disclosure, strict provenance, and lifecycle guarantees for personal and repository knowledge.

#okf#knowledge-management#pkm#verification

Open Knowledge Format (OKF)

The Open Knowledge Format (OKF) is a protocol and file convention for managing durable knowledge maps with software-engineering rigor 1.

Core Tenets

  1. Progressive Disclosure: Information is organized into hierarchical layers. An investigator or AI agent begins at the bundle root (index.md), navigates to topical domains, and examines granular concept files only as needed.
  2. Strict Provenance: Every claim made in a synthesized note must cite its origin using Markdown footnotes tied to authoritative sources 1.
  3. Knowledge Lifecycle: Notes track their author (generated.by), verification status (verified), and freshness horizon (stale_after). If knowledge exceeds its stale_after timestamp, the system flags it for review.
  4. Machine-Checkable Invariants: The entire knowledge graph must validate without broken links, orphan citations, or unverified claims.

Footnotes

  1. OKF v0.2 Knowledge Bundle Specification - Standard invariants, metadata schemas, and validation rules. 2