What is the Open Knowledge Format (OKF)?
OKF is an open specification from Google Cloud (v0.1, June 2026) for representing the knowledge AI agents need. A bundle is just a directory of Markdown files with YAML frontmatter - no SDK, runtime, or registry. It formalizes the “LLM-wiki” pattern into one portable, vendor-neutral format so wikis written by one producer can be read by any agent.
What file format does an OKF bundle use?
Plain Markdown (.md) files with a small YAML frontmatter block. Each concept is one file, and the only required field is `type`; title, description, resource, tags, and timestamp are optional. Concepts link to each other with normal Markdown links, and reserved index.md / log.md files handle directory listings and change history.
What's the best editor for authoring OKF bundles?
Because OKF is Markdown + YAML edited by both people and agents, the right editor renders frontmatter and body live and keeps AI under review. FlashType runs Claude Code and Codex directly on your bundle's local files and shows every agent edit as an inline diff, so you approve or reject each change instead of pasting in unreviewed output.
Can AI agents write and maintain OKF bundles?
Yes - that's the point of the format. OKF was designed so enrichment agents can write into it and consumption agents can read it without translation. In FlashType, you direct Claude Code or Codex to draft concepts, add schemas, and fix cross-links across the bundle, then review the diffs before anything is saved.
How does FlashType keep an OKF bundle from drifting?
Version history powered by Lix tracks every change automatically - what the agent changed, when, and why - so you can roll back any edit. Combined with diff-by-diff review, your bundle stays curated like code instead of accumulating silent, unreviewed rewrites.
Is FlashType free and open source?
Yes. FlashType is free, open source under the MIT license, and runs on macOS. It edits plain .md files in any folder or Git repo, so it works on OKF bundles with no migration or proprietary format. Issues, pull requests, and stars are welcome on GitHub.