Directory layout
<Vault>/
├── Notes/ # your .md documents
├── Tables/ # one .kitable file per table
├── Resources/ # images, PDFs, attachments
├── Templates/ # templates callable from the palette
└── .kition/
├── config.json # provider & UI config
├── hooks.json # hooks definitions
├── mcp.json # MCP server config
├── sessions/ # agent session history
└── cache/ # safe to deleteApp config
App-level config (recently opened vaults, window size) lives in ~/.kition/ (macOS / Linux) or %APPDATA%\Kition\ (Windows) — outside the vault.
