haiku.rag/haiku_rag_slim/haiku
Yiorgis Gozadinos 81e05cba7a
Name what a command calls its database, and whether it exists
`tag_restore` reached into `HaikuRAGApp._display_path` and `_path`, and seven
places spelled out `self._is_local and not self._path.exists()`. `display_path`
and `database_missing` say both, and `database_missing` is False for a database
behind a URI, which has no path to check.

`init` keeps its own check: it asks the opposite question.
2026-08-28 14:02:56 +03:00
..
rag Name what a command calls its database, and whether it exists 2026-08-28 14:02:56 +03:00