mirror of
https://github.com/andy-stack/vaultkeeper-ai.git
synced 2026-07-22 16:30:27 +00:00
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. |
||
|---|---|---|
| .. | ||
| Exception.ts | ||
| FileTagMapping.ts | ||
| Helpers.ts | ||
| SearchTypes.ts | ||
| Semaphore.ts | ||
| StringTools.ts | ||
| WikiLinks.ts | ||