Sets up the layered wiki/linked/libs knowledge base described in CLAUDE.md/AGENTS.md, with a frontmatter schema, recursive index/log convention, and conformance lint checks aligned with Google's Open Knowledge Format. Adds two on-demand Claude Code Skills: export-okf (regenerate an OKF-conformant bundle at outputs/okf/) and sync-changes (reconcile this repo's git history with its origin remote, surfacing conflicts to the user). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1.1 KiB
1.1 KiB
| kb_schema_version |
|---|
| 1.1 |
Knowledge Base Index
Routing table: read the Use when column to decide if a page is relevant.
| Page | Description | Use when |
|---|---|---|
| Overview | High-level map of the knowledge base | Getting started, understanding the structure |
| Log | Chronological record of root-level changes | Reviewing recent modifications |
| Error Book | Known compilation errors and fixes | Debugging a bad ingest or lint issue |
| Entities | Typed entity pages (people, projects, libraries, concepts) | Looking up a specific person, project, library, or concept |
| Graph | Edge lists and relationship data between entities | Finding what depends on / relates to a given entity |
Entity Pages
Pages in entities/ describe typed entities (people, projects, libraries, concepts)
extracted during ingest. See Entities index /
entities/index for the full list. Each links to related entities via the
graph index.
(Agent populates this as entities are extracted.)