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>
24 lines
1.1 KiB
Markdown
24 lines
1.1 KiB
Markdown
---
|
|
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](overview.md) | High-level map of the knowledge base | Getting started, understanding the structure |
|
|
| [Log](log.md) | Chronological record of root-level changes | Reviewing recent modifications |
|
|
| [Error Book](error-book.md) | Known compilation errors and fixes | Debugging a bad ingest or lint issue |
|
|
| [Entities](entities/index.md) | Typed entity pages (people, projects, libraries, concepts) | Looking up a specific person, project, library, or concept |
|
|
| [Graph](graph/index.md) | 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.md) /
|
|
[[entities/index]] for the full list. Each links to related entities via the
|
|
graph index.
|
|
|
|
*(Agent populates this as entities are extracted.)*
|