Mreate/dsh-cc-import2

cc-import

Import Claude Code memory (CLAUDE.md / DSH.md) and conversation history into DeepSeek Harness as resumable sessions.

AI Analysis

核心用途是实现从 Claude Code 到 DeepSeek Harness 的无缝迁移。适合此前使用 Claude Code 积累了项目记忆和会话历史,并希望在 DSH 中继续开发的用户。

Package
cc-import
Version
0.1.0
License
MIT
Last updated
Aug 15, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

配置与扩展

  • 记忆层级:CLAUDE 家族在前、DSH 家族在后(后者优先);家族内 local > project > user、 子目录 > 根目录;@import 支持 @path(相对引用文件所在目录)、@/path(工作区根)、 @~/path(用户主目录),可嵌套、去环、深度有界。
  • /init:先选语言(中文 / English)→ 生成「分析代码库并创建 DSH.md」提示词并 提交给当前模型,由模型探索项目写入 DSH.md(已存在则建议改进)。
  • 导入器扩展:实现 ImportProviderdiscoverDataRoot / listSessions / previewSession / importSession),在 src/index.ts 注册即可;claude-code 是参考实现。
  • 工作区归属:导入会话自动 attachSession 到目标工作区注册表,侧边栏按注册表分组 立即出现在对应工作区下(而非「未分组」)。