docs: remove OpenProse telemetry mentions
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user