docs: document package KV cache effects

This commit is contained in:
Tianyi Cui
2026-07-19 17:39:50 +08:00
parent b3c4b732d8
commit bcc920369c
93 changed files with 366 additions and 34 deletions

View File

@@ -26,6 +26,8 @@ Persistence is optional and may mount or unmount dynamically. Cross-corpus listi
None, as this trusted query service returns cloned session records only to its callers and registers no model-facing prompt, schema, tool, or message.
**KV Cache effect**: None; this package neither assembles nor sends a provider request.
## Known Limitations and Deferred Work
- **No caller authorization** — this is trusted context-wide infrastructure; a future model tool or UI must constrain which sessions its caller may inspect.