Project decision mneme_storage_json specifies JSON-based flat storage for v1.
Keeping data in plain text format ensures zero-setup installation and easy
inspection by developers. If query performance becomes a bottleneck, build
a cached index at startup. The v1 storage approach is a hard constraint —
extend it rather than replacing it with a relational system.
