INDEX.md
Flat registry for retrieval
INDEX.md is a generated map of memory entries. It exists so retrieval can find candidates without crawling every file path or guessing from nested folders.
Format
Keep the registry flat, deterministic, and generated. Humans edit memory entries; the generator writes the index.
| id | layer | title | path | updated | tags | verified |
|---|---|---|---|---|---|---|
| semantic-memory-routing | semantic | Routing by retrieval question | semantic/memory-routing.md | 2026-05-05 | routing,davai | 2026-05-05 |
Generator behavior
- Walk the seven canonical folders.
- Read frontmatter with a structured parser.
- Fall back gracefully on missing optional fields.
- Sort by layer, title, and path for stable diffs.
- Emit warnings for missing required fields once the schema is enforced.
Schema