Skip to Content
ConceptsOverview

Concepts

Context Nest is built on a small set of composable concepts. Understanding these gives you the full picture of how vaults work.

Architecture

┌────────────────────────────────────────────────────────┐ │ Context Nest Vault │ │ │ │ ┌──────────┐ ┌──────────┐ ┌──────────────────────┐ │ │ │ Nodes │ │ Sources │ │ Packs │ │ │ │ (docs, │ │ (live │ │ (curated bundles │ │ │ │ refs, │ │ data │ │ with agent │ │ │ │ etc.) │ │ feeds) │ │ instructions) │ │ │ └────┬─────┘ └────┬─────┘ └──────────┬───────────┘ │ │ │ │ │ │ │ └──────────────┼───────────────────┘ │ │ │ │ │ ┌───────▼────────┐ │ │ │ Selectors │ │ │ │ tag, type, │ │ │ │ pack, status │ │ │ └───────┬────────┘ │ │ │ │ │ ┌───────▼────────┐ │ │ │ Resolver │ │ │ │ Evaluates │ │ │ │ queries, │ │ │ │ returns docs │ │ │ └───────┬────────┘ │ │ │ │ │ ┌───────▼────────┐ │ │ │ Versioning │ │ │ │ Hash chains, │ │ │ │ checkpoints │ │ │ └────────────────┘ │ └────────────────────────────────────────────────────────┘

Key Concepts

ConceptWhat it is
Vault StructureHow files and directories are organized
Node TypesThe 8 types of documents a vault can contain
FrontmatterYAML metadata that governs every document
Context Indexcontext.yaml — the machine-readable vault manifest
SelectorsComposable query grammar for filtering documents
Context PacksCurated bundles of documents with agent instructions
Addressingcontextnest:// URI scheme for cross-referencing
Source NodesDocuments that instruct agents to fetch live data
VersioningHash chains, keyframes, diffs, and checkpoints
Last updated on