The cache
notewise stores transcripts, video metadata, and run statistics in a local SQLite database:What the cache does
| Function | Description |
|---|---|
| Skip processed videos | Tells the pipeline what it has already seen |
| Stats & history | stats and history commands read from it |
| Run telemetry | Token, cost, and timing records stored per run |
Cache commands
Inspect
Inspect
Clear
Clear
Prune old entries
Prune old entries
Usage statistics
Processing history
Session logs
Everyprocess run writes a structured log to:
View logs
Clean up logs
Health check
Run a non-destructive check to verify config, cache, and logs are all in order:~/.notewise/config.envexists and is readable- SQLite cache can be opened
- Log directory is writable
- Configured model’s API key appears to be set