andy-stack_vaultkeeper-ai/Helpers
Andrew Beal 167a2b13a5 refactor: standardize error handling with Exception helper and improve return types
Add Exception helper class for consistent error handling and logging. Replace throw statements and console.error calls with Exception methods. Update service methods to return Error | T instead of mixed success/failure objects. Improve type safety in Claude.extractContents with explicit return type.

Add WikiLinks helper to VaultCacheService for managing wiki link references.

Update unit tests.
2025-11-17 19:02:15 +00:00
..
Exception.ts refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
FileTagMapping.ts feat: add VaultCacheService and vault monitoring capabilities 2025-10-25 12:46:07 +01:00
Helpers.ts Optimize vault search with parallel processing and early termination 2025-11-12 21:49:16 +00:00
SearchTypes.ts feature: implement fuzzysearch service 2025-10-29 19:35:19 +00:00
Semaphore.ts refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
StringTools.ts refactor: consolidate string utilities into StringTools class 2025-11-12 21:12:36 +00:00
WikiLinks.ts refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00