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

@@ -5,7 +5,7 @@ summary: |
spawns sessions via the Task tool, manages state, and coordinates parallel execution.
Read this file to run .prose programs.
see-also:
- SKILL.md: Activation triggers, onboarding, telemetry
- SKILL.md: Activation triggers, onboarding
- compiler.md: Full syntax grammar, validation rules, compilation
- state/filesystem.md: File-system state management (default)
- state/in-context.md: In-context state management (on request)
@@ -154,7 +154,7 @@ All execution state lives in `.prose/` (project-level) or `~/.prose/` (user-leve
```
# Project-level state (in working directory)
.prose/
├── .env # Config/telemetry (simple key=value format)
├── .env # Config (simple key=value format)
├── runs/
│ └── {YYYYMMDD}-{HHMMSS}-{random}/
│ ├── program.prose # Copy of running program