docs: improve command descriptions in README

This commit is contained in:
jilinchen
2026-01-08 11:33:58 +08:00
parent bb7b8453e2
commit 81d75da7ce
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -38,8 +38,8 @@ pip install pyyaml
| Command (2.1.0+) | Description | | Command (2.1.0+) | Description |
|------------------|-------------| |------------------|-------------|
| `/research` | Generate research outline with items and fields | | `/research` | Generate research outline with items and fields |
| `/research-add-items` | Add more items to existing outline | | `/research-add-items` | Add more research items to existing outline |
| `/research-add-fields` | Add more fields to existing outline | | `/research-add-fields` | Add more field definitions to existing outline |
| `/research-deep` | Deep research each item with parallel agents | | `/research-deep` | Deep research each item with parallel agents |
| `/research-report` | Generate markdown report from JSON results | | `/research-report` | Generate markdown report from JSON results |
+2 -2
View File
@@ -38,8 +38,8 @@ pip install pyyaml
| 命令 (2.1.0+) | 描述 | | 命令 (2.1.0+) | 描述 |
|---------------|------| |---------------|------|
| `/research` | 生成包含items和fields的调研outline | | `/research` | 生成包含items和fields的调研outline |
| `/research-add-items` | 向现有outline添加更多items | | `/research-add-items` | 向现有outline添加更多调研对象 |
| `/research-add-fields` | 向现有outline添加更多fields | | `/research-add-fields` | 向现有outline添加更多字段定义 |
| `/research-deep` | 使用并行agents对每个item进行深度调研 | | `/research-deep` | 使用并行agents对每个item进行深度调研 |
| `/research-report` | 从JSON结果生成markdown报告 | | `/research-report` | 从JSON结果生成markdown报告 |