docs(task): 添加 Phase 5/6/7 多实例沙箱管理任务规划#3
Merged
Conversation
- 更新 CLAUDE.md 架构图和核心接口为多实例架构 - 重写 README.md 展示 start/list/close 工作流 - 新增 phase-5-multi-instance.md: 沙箱多实例管理核心改造 - 新增 phase-6-gui-support.md: GUI 应用支持与前端集成 - 新增 phase-7-integration.md: 集成测试与发布 - 更新 task_records.json 添加 21 个新任务 (P5-01~P7-05) - 更新 docs/task/README.md Phase 索引
🔒 门禁检查结果
Rust 测试覆盖率
✅ 所有检查通过,可以合入
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更说明
基于用户诉求(通过 CLI 启动沙箱并在其中运行 Claude Code / cc-switch 等应用),重新设计了项目架构为多实例沙箱管理系统,并规划了后续三个 Phase 的实现任务。
核心改造方向
每个沙箱 = 独立 Tauri 窗口进程 + 内嵌 HTTP API(随机端口),通过文件系统注册中心
~/.sandbox/instances/发现和管理。目标工作流
变更文件
CLAUDE.mdREADME.mddocs/task/README.mddocs/task/task_records.jsonP5-08, P6-01P6-06, P7-01~P7-05)docs/task/phase-5-multi-instance.mddocs/task/phase-6-gui-support.mddocs/task/phase-7-integration.mdPhase 规划概要
关联
feat/5-multi-instance分支开始实现