- **Location:** **src/lib.rs** (**VectorStore**, **GraphLayers**) - **Issue:** Internal fields are `pub`, allowing valid state to be corrupted by external code. - **Fix:** Make fields private and expose safe getters/setters.