brainy/src/storage
dpsifr 2cf63c5e1f **refactor(storage): remove redundant type aliases and use original types directly**
- **Storage**: Replaced all instances of `HNSWNoun_internal` and `Verb` type aliases with their original equivalents (`HNSWNoun` and `GraphVerb`) in `MemoryStorage` adapter. Simplified method definitions and internal logic by directly using the original types.
- **Code Cleanup**:
  - Removed unused type alias declarations to reduce code clutter and improve readability.
  - Adjusted method parameters and return types accordingly to maintain consistency.

**Purpose**: Simplify the codebase by removing redundant type aliasing, ensuring consistency and better readability across storage adapter logic. Reduces potential confusion and streamlines type usage.
2025-07-25 11:03:28 -07:00
..
adapters **refactor(storage): remove redundant type aliases and use original types directly** 2025-07-25 11:03:28 -07:00
baseStorage.ts **feat(core, storage, tests): enhance verb construction with timestamps and metadata** 2025-07-25 09:44:10 -07:00
storageFactory.ts feat: reformat imports and exports for consistency and readability 2025-07-21 13:59:33 -07:00