refactor(confidence-engine): add investigation storage provider
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// investigation-storage — generic persistence boundary
|
||||
// Exposes loadInvestigation / saveInvestigation / clearInvestigation
|
||||
// and delegates internally to the concrete localStorage provider.
|
||||
|
||||
export { loadInvestigation, saveInvestigation, clearInvestigation } from "./providers/local-storage.js";
|
||||
Reference in New Issue
Block a user