Add SQLite quick-reference runbook for operations

This commit is contained in:
William Valentin
2026-02-22 19:06:33 -08:00
parent d8de295cb0
commit d4a13e3c71
4 changed files with 118 additions and 0 deletions
@@ -105,3 +105,6 @@ If `/reset` is run in that chat, it also clears the session's `lastAudioAttachme
- `session.clear()` (e.g. `/reset`) removes messages, tool executions, and session config for that session.
- Session TTL pruning removes stale sessions and associated config from SQLite.
For additional operational queries (sessions, tools, pairing, backups), see:
- `docs/runbooks/SQLITE_QUICK_REFERENCE.md`