Why
ClawLoop captures agent-environment interactions for learning. Anyone integrating with production data — internal LLM use, customer support, agentic workflows — needs to know:
- what's captured by default
- where it's stored (`LocalArchiveStore` writes to disk)
- what redaction hooks exist
- how to scope what `clawloop.wrap()` collects
- what the `EpisodeCollector` retains in memory vs persists
Right now this information is scattered across docstrings or absent. AI engineers who read the code will infer answers; AI engineers who read only the README will assume the worst (or assume nothing and hit it later).
What
Acceptance
- `docs/privacy.md` exists and is linked from README
- A reader can answer "what does ClawLoop persist about my agent runs?" in under 60 seconds
Source
Plan §2 P2 #25.
Why
ClawLoop captures agent-environment interactions for learning. Anyone integrating with production data — internal LLM use, customer support, agentic workflows — needs to know:
Right now this information is scattered across docstrings or absent. AI engineers who read the code will infer answers; AI engineers who read only the README will assume the worst (or assume nothing and hit it later).
What
Acceptance
Source
Plan §2 P2 #25.