cb_export
Export a conversation branch as a self-contained handoff package without altering workspace state, enabling new conversations to test with full context.
Instructions
导出分支交接包(不改工作区状态):生成自带上下文的目录,可交给全新对话测试
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | 导出容器目录(必须已存在),cb.py 会在其中新建 <name>-export-<时间戳>/ 交接包 | |
| name | Yes | 实验分支名(只能用小写字母、数字、连字符;main 是保留名) | |
| root | Yes | Conversation Branch 工作区根目录 |