mirror of
https://github.com/doum1004/llmwiki-cli.git
synced 2026-04-28 23:16:09 +02:00
Add core page operations and text search: - wiki read/write/append for page CRUD via stdin/stdout - wiki list with --tree and --json output - wiki search with term-frequency scoring, snippets, --all flag - WikiManager class and search engine in src/lib/ - 23 new tests (46 total)