Systematic workflow to locate and verify the Mission Control SQLite database when path assumptions fail, and reconcile frontend/backend schema mismatches.
Install
openclaw skills install mc-db-discovery
Step 1: When DB file not found at expected path, trace createDb() calls in server code to find the resolvedPath (defaults to ~/.mc/data/mission-control.db).
Step 2: Verify DB existence with: ls -la ~/.mc/data/mission-control.db