$ brv query "What is the context tree structure?"
Querying context tree...
🔧 find_knowledge_topics → Querying knowledge base...
✅ find_knowledge_topics → Complete (2 topics retrieved)
Query Results:
The context tree is a hierarchical file-based structure used to store and organize knowledge. Here's an overview of its structure:
**Location:** The context tree is stored in the `.brv/context-tree/` directory.
**Domains:**
The top level of the tree consists of a predefined set of domain folders. These domains include categories like `architecture`, `components`, and `apis`.
**Topics:**
Within each domain folder, there are topic subfolders. Each topic folder represents a specific area of knowledge within that domain.
**Content:**
The actual knowledge is stored in `context.md` files within each topic folder. These files contain the context information and are timestamped.