Overview
The product centers on steady, predictable retrieval. It favors a small set of durable primitives over a wide surface area.
Constraints
- Offline-first with deterministic local storage.
- Search should feel instant on commodity hardware.
- Data portability must be obvious and reversible.
Decisions
- Local index with explicit sync actions.
- Plain export formats instead of proprietary archives.
- Limited feature set with a focus on longevity.
Status
In progress. Next milestone: finalize the import pipeline and confirm the storage contract.