@gird/ccli 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,11 +100,6 @@ ccli -h, --help 查看帮助
|
|
|
100
100
|
| `todo_write` | 协调 | 维护多步任务清单并实时显示进度 |
|
|
101
101
|
| `task` | 协调 | 派生只读子代理执行聚焦调研 |
|
|
102
102
|
|
|
103
|
-
## 文档
|
|
104
|
-
|
|
105
|
-
- [使用指南](https://github.com/GridGit/ai-cli/blob/main/docs/使用指南.md) —— 运行方式、交互、斜杠命令、典型工作流、常见问题、发布流程
|
|
106
|
-
- [架构设计](https://github.com/GridGit/ai-cli/blob/main/docs/架构设计.md) —— 设计理念、分层架构、代理循环数据流、扩展指南
|
|
107
|
-
|
|
108
103
|
## 本地开发
|
|
109
104
|
|
|
110
105
|
```bash
|