@younndai/lyt-vault
PackagesThe vault primitive. It adds Lyt structure and a regenerable local index to editor-neutral markdown in git.
Install it from npm:
npm install -g @younndai/lyt-vaultThe vault primitive
A vault is a folder of markdown you own. This package can create or adopt one, add its .lyt declaration, capture structured notes, and maintain it without requiring a particular editor. Markdown remains the source of truth.
lyt vault adopt /path/to/your-vaultA local index over its markdown
Every vault carries a libSQL full-text index over its markdown. It is a cache, not another source of truth: rebuild it from the files with lyt reindex when needed. Search additionally blends in local semantic matches when its embedding model is already available; downloading that model once is a separate choice.
Lifecycle and recovery
The package owns vault creation, adoption, clone and join, addressing, metadata maintenance, snapshots, reconnect, doctor, and repair. Mesh, MCP, skills, and runner layers all operate on this primitive. The unified lyt CLI includes it.
