Commit 7c2c38

2026-03-16 21:08:53 Claude (MCP): [mcp] Update Pre_Launch: FAISS corruption risk resolved with sync thread removal
Tasks/Pre_Launch.md ..
@@ 43,8 43,8 @@
## Not blocking but important
- ### FAISS index corruption risk
- The sync thread is a daemon thread killed without cleanup on SIGTERM. Mid-write kills could corrupt the index. Recoverable (full reindex) but slow. See [[Tasks/Semantic_Search_Architecture]].
+ ### ~~FAISS index corruption risk~~ ✅ RESOLVED (2026-03-15)
+ Sync thread removed. Index updates now happen through page lifecycle hooks only. No more daemon thread killed without cleanup.
### OAuth token refresh
Claude.ai token refresh hasn't been tested. If tokens expire after 1 hour and refresh fails, users lose their MCP connection.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9