mirror of
https://github.com/doum1004/llmwiki-cli.git
synced 2026-05-04 01:46:11 +02:00
- Introduced `--profile` option for `wiki init` and `wiki profile` commands to manage storage profiles. - Updated `GitProvider` to support a `wikiDataRoot` for markdown I/O. - Enhanced `SupabaseProvider` to handle user-specific data isolation using JWTs. - Merged legacy `supabaseProfiles` into `storageProfiles` in the registry. - Added functions to validate and resolve storage profiles. - Implemented tests for new profile management features and Supabase interactions.