14 Commits

Author SHA1 Message Date
github-actions[bot]
8287b55c01 chore: release v0.2.3 2026-04-15 19:03:18 +00: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
github-actions[bot]
a810007ecb chore: release v0.2.2 2026-04-13 04:18:42 +00:00
github-actions[bot]
1f0019a523 chore: release v0.2.1 2026-04-11 05:23:09 +00:00
doum1004
bf2ddb1ca5 refactor: remove deprecated commands and authentication logic
- Deleted push, repo, sync, and auth commands as they are no longer needed.
- Updated the use command to handle wiki selection without relying on the picker.
- Refactored GitProvider to handle automatic commits and push logic.
- Simplified GitHub API interactions by removing unnecessary functions and parameters.
- Updated types to reflect changes in configuration and removed unused imports.
- Cleaned up tests related to removed functionalities.
2026-04-11 01:10:57 -04:00
doum1004
5ed99c7b45 feat: add Supabase backend support for wiki storage and commands 2026-04-11 00:37:50 -04:00
github-actions[bot]
b2736fe0be chore: release v0.1.5 2026-04-11 03:42:01 +00:00
github-actions[bot]
95df135a3f chore: release v0.1.4 2026-04-10 06:35:47 +00:00
doum1004
140b224b1a feat: add MIT license file and specify license in package.json 2026-04-10 02:27:38 -04:00
github-actions[bot]
3b938d288a chore: release v0.1.3 2026-04-10 06:17:27 +00:00
github-actions[bot]
006d3d1532 chore: release v0.1.2 2026-04-10 06:06:52 +00:00
github-actions[bot]
fb39b3b1ff chore: release v0.1.1 2026-04-10 05:51:43 +00:00
doum1004
7ef1378321 Update README and package.json with additional metadata and badges 2026-04-10 01:49:00 -04:00
doum1004
6a8b9a5612 Phase 1: Bootstrap + Init + Registry
Implement llmwiki-cli v0.1.0 — a CLI tool for LLM agents to build and
maintain personal knowledge bases via pure filesystem + git operations.

Phase 1 includes:
- wiki init: create wiki with directory structure, SCHEMA.md, git init
- wiki registry: list all registered wikis
- wiki use: switch active wiki
- Global registry at ~/.config/llmwiki/
- Wiki resolution chain (--wiki flag > cwd > walk up > default)
- 23 tests passing
- Published to npm as llmwiki-cli
2026-04-10 01:36:17 -04:00