Expand description
lore-engine — the framework-agnostic wiki engine behind Lore.
Provides vault management, wiki-link parsing, full-text search, an in-memory link graph, and force-directed layout — with no GUI dependencies.
§Consumers
- lore (Qt GUI) — desktop app
- lore-cli — command-line interface
- lore-mcp — Model Context Protocol server for AI agents
Each consumer creates its own state::AppState and calls into
engine::vault_ops for all operations.