--- # claudbg-goc1 title: libsql DB setup and connection status: todo type: task created_at: 2026-03-27T19:39:32Z updated_at: 2026-03-27T19:39:32Z parent: claudbg-6wkk --- Initialize a libsql connection to ~/.claude/claudbg.db using tokio. Create the DB file if it does not exist. Expose a DbPool or Connection handle shared across the app. Support a --clear flag that drops and recreates the DB.