← 返回
未分类 中文

Mc Db Discovery

Systematic workflow to locate and verify the Mission Control SQLite database when path assumptions fail, and reconcile frontend/backend schema mismatches.
系统化工作流,用于在路径假设失败时定位并验证任务控制 SQLite 数据库,并解决前端/后端模式不匹配。
guillaumemaka guillaumemaka 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 205
下载
💾 0
安装
1
版本
#latest

概述

  • 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
  • Step 3: Inspect schema with: sqlite3 ~/.mc/data/mission-control.db ".schema tasks"
  • Step 4: Check actual column names (e.g., 'state' vs 'status'); adjust frontend types or backend schema accordingly.
  • Step 5: Validate data inserted correctly: sqlite3 ~/.mc/data/mission-control.db "SELECT * FROM tasks ORDER BY timestamp DESC LIMIT 5;"
  • Pitfall: The frontend Task interface may use 'status' while the DB uses 'state'; always verify before debugging application logic.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-21 23:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 42,119
life-service

Hellofresh

guillaumemaka
管理HelloFresh订阅、搜索并将食谱转为音频、追踪配送、接收Telegram送货通知。
★ 1 📥 430
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 686 📥 331,101