| name | setup |
| description | Set up a reef server with example services. Use when bootstrapping a new reef instance or adding fleet coordination services to an existing one. |
Setup Reef
Reef ships with core infrastructure services in services/ (including vm-tree, signals, swarm, lieutenant, usage, probe, docs, installer, services, store, cron, ui). Optional example services live in examples/services/ and can be copied into services/ if you want them.
Available Example Services
| Service | What it does |
|---|
| board | Task tracking with review workflow, notes, artifacts, priority bumps |
| feed | Activity event stream with SSE, auto-publishes from board events |
| log | Append-only work log with time-range queries |
| journal | Personal narrative log with mood/vibe tagging |
| commits | VM snapshot ledger for tracking golden images |
| reports | Markdown reports with title, author, tags |
| usage | Cost & token tracking with per-agent summaries (depends on feed) |
| updater | Auto-update reef from npm |
Dependencies
Some services depend on others. Install dependencies first:
- usage depends on feed
- ui is a core service; works best with board and feed (for panels)