Skip to main content
NoteWise stores persistent state under <state>, where <state> is NOTEWISE_HOME or ~/.notewise.

Cache

The cache database is <state>/.notewise_cache.db. SQLite sidecars may include .notewise_cache.db-wal and .notewise_cache.db-shm.
cache clear deletes the local SQLite DB and sidecars. It does not delete generated notes, quizzes, transcripts, HTML, PDF, or DOCX output files.

History and stats

history shows recent cached videos and run details. stats summarizes totals, tokens, costs, and model breakdowns from the cache database.

Logs

Logs live under <state>/logs and use filenames like notewise-YYYY-MM-DD_HH-MM-SS.log.
Logs are structlog key-value logs, not JSON. They should not include raw prompts, provider payloads, OAuth tokens, API keys, or cookies.
Last modified on May 1, 2026