5 Commits

Author SHA1 Message Date
doum1004
c552ebaca6 chore: update version to 1.0.0 in package-lock.json 2026-04-30 23:32:06 -04:00
doum1004
4f07b6af24 refactor: remove Git backend support and related code
- Removed GitProvider and associated Git operations from the codebase.
- Updated status command to eliminate Git-related information.
- Simplified storage provider creation to only support filesystem.
- Removed Git-related tests and configurations.
- Updated documentation to reflect the removal of Git backend support.
2026-04-30 16:31:08 -04:00
doum1004
1a85663798 Refactor wiki CLI structure and documentation 2026-04-30 16:28:08 -04:00
doum1004
cf0bf05163 Refactor storage backend: Remove Supabase support and related code
- Removed Supabase-related SQL schema and configuration options from the init command.
- Updated profile command to reflect changes in storage profile handling.
- Refactored search command to use new profile management.
- Removed SupabaseProvider and related JWT parsing functionality.
- Updated registry management to eliminate legacy Supabase profiles.
- Introduced new profile validation and resolution logic.
- Updated tests to remove Supabase-related cases and added tests for new profile functionality.
2026-04-15 15:01:31 -04:00
doum1004
bd0107ab2a feat: add npm install and uninstall commands to permissions, and improve Supabase initialization logic 2026-04-11 02:56:14 -04:00