feat: Auto-indexing in cache folder.#162
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
Confidence Score: 3/5The auto-caching path has a file-walk race that causes a misleading exit-1 instead of a transparent cache miss on active repos, and git-URL indexes are saved with a root path that already points to a deleted temp directory. The src/semble/cache.py (file-walk OSError handling) and src/semble/index/index.py (from_git root path lifetime) Reviews (5): Last reviewed commit: "Add safe file read function" | Re-trigger Greptile |
Hmmm