init
axiom-wiki initInteractive setup wizard that configures:
- Scope — local (project
axiom/) or global (~/axiom/) - LLM provider — Google Gemini, OpenAI, Anthropic, or Ollama
- API key — your provider key (Ollama runs locally, no key needed)
- Model — select from the provider’s available models
- Wiki directory — where wiki pages are stored
- Semantic Search — Enable hybrid search (recommended) and configure an embedding provider.
Upgrading Legacy Wikis
Section titled “Upgrading Legacy Wikis”For local mode, the wizard auto-detects git repos and adds axiom/ to .gitignore.
Running init again lets you reconfigure an existing wiki.
Legacy wiki migration
Section titled “Legacy wiki migration”If you’re upgrading from v0.4 and have an existing ~/my-wiki/ directory, init will detect it and offer to migrate it to ~/axiom/. See the migration guide for details.