cb_init
Initializes a conversation-branch workspace: creates the .branches directory and the main line under the given root. Optionally writes initial content to PROMPT.md.
Instructions
初始化工作区(在 root 下建立 .branches/ 与主线)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | Conversation Branch 工作区根目录 | |
| prompt | No | 主线 PROMPT.md 的初始内容;省略则生成占位模板 |