Expand description
Markdown-backed storage utilities extracted from VTCode.
This crate provides lightweight persistence helpers that serialize structured data into Markdown files with embedded JSON and YAML blocks. It also exposes simple project and cache managers built on top of the markdown storage abstraction so command-line tools can persist human-readable state without requiring a database.
Structsยง
- Markdown
Storage - Simple markdown storage manager
- Project
Data - Simple project metadata storage
- Project
Storage - Project storage using markdown
- Simple
Cache - Simple cache using file system
- SimpleKV
Storage - Simple key-value storage using markdown
- Simple
Project Manager - Simple project manager that orchestrates project metadata persistence.