plugins/ruflo-agentdb/commands/agentdb.md
AgentDB management:
mcp__claude-flow__agentdb_health to check database healthmcp__claude-flow__agentdb_controllers to list whatever the runtime reports — controller total and active counts. The canonical list of names lives at v3/@claude-flow/memory/src/controller-registry.ts:34-73 (ControllerName union); the runtime tool is the source of truth.active / total, and storage size.agentdb_health.available is false (bridge unavailable), see the README's "Bridge unavailable" replacement table — memory_store / memory_search substitute for most agentdb_* operations.npx @claude-flow/cli@latest memory init --force to reinitialize.