andy-stack_vaultkeeper-ai/__tests__
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
..
AIClasses refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
Conversations Add promptContent parameter to ConversationContent class 2025-10-29 19:41:05 +00:00
Helpers refactor: consolidate string utilities into StringTools class 2025-11-12 21:12:36 +00:00
Services refactor: standardize error handling with Exception helper and improve return types 2025-11-17 19:02:15 +00:00
setup.ts refactor: replace direct DOM manipulation with HTMLService 2025-11-01 13:27:53 +00:00