Communication
Communication in OpenViber serves three needs:
- manager assigns or adjusts work,
- viber reports progress and asks decisions,
- manager observes and intervenes in runtime (especially terminals).
1. Principles
- Workspace-first: messages are transport; durable context lives in
~/.openviber/. - Evidence-carrying: claims should include refs to artifacts/logs/screens.
- Decision-friendly: escalations should prefer multiple-choice questions.
2. Core task messages
Board -> daemon:
task:submit(goal,messages, optionalplan/artifacts/memory)task:stoptask:message(manager follow-up / intervention text)
Daemon -> Board:
task:startedtask:progress(optional periodic updates)task:completed(summary,artifactRefs,verificationRefs)task:error
3. Runtime observability messages (tmux)
terminal:listterminal:attachterminal:outputterminal:inputterminal:resizeterminal:detach
These expose execution state without requiring GUI remoting.
4. Reporting envelope
Long-running work should emit structured periodic status:
- objective completed,
- active plan item,
- blockers/decisions needed,
- budget used vs limit,
- evidence refs.
5. Escalation format
When viber needs manager input, send:
- one concise question,
- 2-3 options with tradeoffs,
- a recommended option first.
This keeps intervention low-friction and manager-time efficient.