libertaria-stack/ncp-prototype/src
Markus Maiwald 514e521abe feat(ncp): add L1 index layer with path-based addressing
Implement B-Tree style index:
- Path to CID mapping (exact lookup)
- List by prefix (directory listing)
- Glob pattern matching (* and ? wildcards)
- Insert, remove, paths operations

Supports hierarchical addressing: /agents/frankie/tasks

Refs RFC-NCP-001 L1 Index
Developed with Frankie assistance
2026-02-02 12:19:40 +01:00
..
l0_storage.nim feat(ncp): add L0 storage layer with file backend 2026-02-02 12:15:34 +01:00
l1_index.nim feat(ncp): add L1 index layer with path-based addressing 2026-02-02 12:19:40 +01:00
types.nim feat(ncp): add core types for Nexus Context Protocol 2026-02-02 12:09:38 +01:00