CLI reference
Query — search, status
Ask questions and check sync state from the terminal without involving an editor.
repowise search
Search the wiki by keyword, meaning, or symbol name.
repowise search QUERY [PATH] [OPTIONS]Prop
Type
repowise search "auth token validation"
repowise search "auth token validation" --mode semantic --limit 20
repowise search "GraphBuilder" --mode symbolModes:
- fulltext — keyword match (SQLite FTS).
- semantic — meaning-based (LanceDB vector search, falls back to FTS).
- symbol — symbol name match.
repowise status
Show the wiki's sync state and page statistics — last sync commit, total pages, provider/model, token usage, and a per-type page breakdown.
repowise status [PATH] [OPTIONS]Prop
Type
repowise status
repowise status --workspaceServer & watch — serve, watch, mcp
Run the repowise API and dashboard, auto-update on file save, or expose the MCP server directly to an editor.
Code health — health, risk
repowise health scores every file from 25 deterministic biomarkers; repowise risk scores the defect risk of a commit or diff range. Both are zero-LLM and run in seconds.