Skip to content

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)

  1. Inspect: Check system uptime, disk space, and recent service logs
  2. Read: Load configurations and the previous day’s log for context
  3. Analyze: Generate a brief summarizing what happened and what the system “sees”
  4. Log: Write the full brief to /logs/YYYY-MM-DD.md
  5. 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

← Back to Documentation