Crate vtcode_markdown_store

Crate vtcode_markdown_store 

Source
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ยง

MarkdownStorage
Simple markdown storage manager
ProjectData
Simple project metadata storage
ProjectStorage
Project storage using markdown
SimpleCache
Simple cache using file system
SimpleKVStorage
Simple key-value storage using markdown
SimpleProjectManager
Simple project manager that orchestrates project metadata persistence.