Copy recommended file structures for common knowledge bundles, then add concept files with required type frontmatter and links between related concepts.
Use index.md to list the bundle contents for progressive disclosure.
2. Concepts
Create one non-reserved Markdown file per metric, table, API, playbook, process, or idea.
3. Links
Use standard Markdown links. OKF v0.2 recommends bundle-relative targets such as /tables/orders.md; ordinary relative targets remain valid.
4. Log
Use log.md when you want chronological updates for a bundle or directory.
v0.2 starter
Start with honest metadata.
Copy the structural fields. Replace every example value with evidence from the project, and remove optional fields you cannot support.
concepts/getting-started.md
markdown
---
type: Guide
title: Getting started
description: Purpose and conventions for this bundle.
tags: [guide]
status: draft
generated: { by: human:bundle-owner, at: 2026-08-24T00:00:00Z }
---
# Purpose
Explain what belongs in this bundle and who maintains it.
Minimal knowledge bundle
Use a root index, a log, and one concept file with required type frontmatter.