Rename storage_exp/ to store/, remove unused storage/

Update all active scripts, .gitignore, CLAUDE.md, and README.md.
Also fix stale filename references in script header comments.
This commit is contained in:
Eric Furst 2026-02-26 16:36:57 -05:00
commit 13785d667a
5 changed files with 12 additions and 13 deletions

View file

@ -27,7 +27,7 @@ ssearch/
│ └── retrieve_clippings.py # Verbatim clippings chunk retrieval
├── data/ # Symlink to journal .txt files
├── clippings/ # Symlink to clippings (PDFs, TXT, webarchive, RTF)
├── storage_exp/ # Persisted journal vector store (~242 MB)
├── store/ # Persisted journal vector store (~242 MB)
├── storage_clippings/ # Persisted clippings vector store (ChromaDB)
├── models/ # Cached HuggingFace models (offline)
├── archived/ # Superseded script versions