The Meta Museum knowledge system is the set of project surfaces that preserve context for humans and agents: canonical docs, source records, evidence artifacts, agent instructions, public docs APIs, and now the OKF-style wiki bundle.
Existing Surfaces
| Surface | Role |
|---|---|
| `CLAUDE.md` | Agent operating contract and durable engineering rules. |
| `docs/` | Canonical project prose, standards ledgers, runbooks, and public documentation. |
| `/docs` | Human-readable docs renderer. |
| `/api/docs/manifest` | Machine-readable docs catalog. |
| `/api/docs/content?path=...` | Machine-readable access to specific docs. |
| Evidence artifacts | Source-of-truth operational proof for launch, readiness, ActivityStreams, pilots, and SLOs. |
| `docs/knowledge/` | Agent-maintained OKF-style synthesis and cross-link layer. |
Adoption Rule
Use the wiki for synthesis that benefits from compounding:
- Standards concepts and implementation implications.
- Cross-cutting product decisions.
- Partner/evidence interpretation.
- Query answers that should survive the current chat.
Keep canonical facts in their authoritative homes:
- Linked Art conformance details stay in `docs/linked-art/`.
- Strict readiness status stays in `docs/roadmap.md`, `docs/roadmap-to-10.md`, and generated artifacts.
- Source records stay in storage and API routes.
- Secrets never enter the wiki.
Current Bootstrap
The first bundle version starts with:
- Open Knowledge Format(open-knowledge-format.md)
- LLM Wiki Pattern(llm-wiki-pattern.md)
- LLM Wiki Maintainer Schema(../schema/llm-wiki-maintainer.md)
- Source summaries for the OKF announcement and LLM Wiki note.
- `pnpm okf:check` as a lightweight conformance command.
Related
- Open Knowledge Format(open-knowledge-format.md)
- LLM Wiki Pattern(llm-wiki-pattern.md)
- LLM Wiki Maintainer Schema(../schema/llm-wiki-maintainer.md)