docs: note session log disk access

This commit is contained in:
Peter Steinberger
2026-01-17 19:30:40 +00:00
parent a7c0887f94
commit e71fa4a145
2 changed files with 9 additions and 0 deletions

View File

@@ -165,6 +165,7 @@ Notes:
- Session updates are debounced and indexed lazily on the next `memory_search` (or manual `clawdbot memory index`).
- Results still include snippets only; `memory_get` remains limited to memory files.
- Session indexing is isolated per agent (only that agents session logs are indexed).
- Session logs live on disk (`~/.clawdbot/agents/<agentId>/sessions/*.jsonl`). Any process/user with filesystem access can read them, so treat disk access as the trust boundary. For stricter isolation, run agents under separate OS users or hosts.
### SQLite vector acceleration (sqlite-vec)