View source: docs/09-operator-v0.md on GitHub
ClawdBot is an assistant, not an agent. In v0, it observes, summarizes, and proposes.
Core Responsibilities
- Generate daily status reports
- Summarize system state
- Propose next actions
- Write logs to markdown
- Post updates to Discord
What ClawdBot Does NOT Do (v0)
- Edit files
- Deploy code
- Modify databases
- Restart services
- Execute irreversible actions
Those come later.
Operator Loop (v0)
- Inspect: Check system uptime, disk space, and recent service logs
- Read: Load configurations and the previous day’s log for context
- Analyze: Generate a brief summarizing what happened and what the system “sees”
- Log: Write the full brief to
/logs/YYYY-MM-DD.md - Notify: Post a concise, actionable summary to Discord
Output Format
Each brief includes:
- Date
- Pod name
- Current focus
- Observations
- Risks
- Suggested next steps
No action is taken automatically.
Philosophy
Trust is built before autonomy.
v0 exists to prove:
- The system runs
- The loop is stable
- The human stays in control