brainy/src/storage/adapters
David Snelling cb837d5494 **refactor: improve FileSystemStorage compatibility and remove outdated test**
- Modified `storageFactory` to ensure `FileSystemStorage` gracefully degrades to `MemoryStorage` in browser environments, with proper warnings added.
- Enhanced `opfsStorage` adapter to support recursive directory removal with the `recursive` option.
- Removed `test-fix.js` script, as it is no longer relevant with recent storage fixes and updates.

**Purpose**: Streamline and ensure cross-environment compatibility for `FileSystemStorage`, while removing outdated test artifacts for better maintainability.
2025-07-30 11:25:36 -07:00
..
baseStorageAdapter.ts **feat(examples, core, docs): add flushStatistics example, implementation, and documentation** 2025-07-25 10:55:37 -07:00
fileSystemStorage.ts **docs: add detailed concurrency analysis and implementation documentation** 2025-07-30 11:01:24 -07:00
memoryStorage.ts **docs: add detailed concurrency analysis and implementation documentation** 2025-07-30 11:01:24 -07:00
opfsStorage.ts **refactor: improve FileSystemStorage compatibility and remove outdated test** 2025-07-30 11:25:36 -07:00
s3CompatibleStorage.ts **docs: add detailed concurrency analysis and implementation documentation** 2025-07-30 11:01:24 -07:00