{
  "service": "OpenClaw-Hermes Sync Bridge",
  "endpoints": {
    "POST /sync": "Send progress updates (type: progress, git_push, or request_help)",
    "GET /health": "Health check",
    "GET /status": "Get pending/processed counts"
  },
  "example": {
    "url": "POST /sync",
    "body": {
      "type": "progress",
      "project": "mi-app",
      "message": "Started working on...",
      "status": "in_progress"
    }
  },
  "note": "OpenClaw reports progress here. Hermes cron job processes every 5 min."
}