kavi paths
Inspect resolved repo-local, user-local, worktree, and runtime paths.
Synopsis
kavi pathsDescription
Displays all resolved paths used by Kavi, including the repo-local .kavi directory, user-local ~/.kavi config, worktree locations for each agent, and runtime paths (SQLite database, JSONL logs, socket files). Useful for debugging path resolution issues or understanding where Kavi stores its data.
Examples
# View all resolved paths
kavi pathsRelated
- kavi init -- initialize config that paths resolves
- kavi doctor -- verify path accessibility
- kavi status -- session health overview