docs: remove OpenProse telemetry mentions

This commit is contained in:
Peter Steinberger
2026-01-23 01:20:30 +00:00
parent 5a446f3a21
commit 1d658109a8
6 changed files with 8 additions and 82 deletions

View File

@@ -1,9 +1,9 @@
---
summary: "OpenProse: .prose workflows, slash commands, state, and telemetry in Clawdbot"
summary: "OpenProse: .prose workflows, slash commands, and state in Clawdbot"
read_when:
- You want to run or write .prose workflows
- You want to enable the OpenProse plugin
- You need to understand telemetry or state storage
- You need to understand state storage
---
# OpenProse
@@ -128,24 +128,6 @@ OpenProse programs map to Clawdbot primitives:
If your tool allowlist blocks these tools, OpenProse programs will fail. See [Skills config](/tools/skills-config).
## Telemetry
OpenProse telemetry is **enabled by default** and stored in `.prose/.env`:
```
OPENPROSE_TELEMETRY=enabled
USER_ID=...
SESSION_ID=...
```
Disable permanently:
```
/prose run ... --no-telemetry
```
Telemetry posts are best-effort; failures do not block execution.
## Security + approvals
Treat `.prose` files like code. Review before running. Use Clawdbot tool allowlists and approval gates to control side effects.