{
  "timestamp": "2026-04-29T00:22:31.619948",
  "problems_found": 4,
  "problems": [
    {
      "type": "lock_file",
      "database": "agents.db",
      "file": "/root/data/disk/system/database/agents.db-shm",
      "severity": "warning"
    },
    {
      "type": "lock_file",
      "database": "agents.db",
      "file": "/root/data/disk/system/database/agents.db-wal",
      "severity": "warning"
    },
    {
      "type": "table_error",
      "table": "projects",
      "error": "no such table: projects",
      "severity": "error"
    },
    {
      "type": "table_error",
      "table": "workflows",
      "error": "no such table: workflows",
      "severity": "error"
    }
  ],
  "optimizations_performed": 4,
  "optimizations": [
    {
      "action": "vacuum",
      "database": "agents.db",
      "result": "success"
    },
    {
      "action": "reindex",
      "database": "agents.db",
      "result": "success"
    },
    {
      "action": "analyze",
      "database": "agents.db",
      "result": "success"
    },
    {
      "action": "create_performance_views",
      "result": "success"
    }
  ],
  "performance_stats": {
    "queries": 0,
    "errors": 0,
    "lock_timeouts": 0,
    "optimizations": 0
  }
}