refactor: separate outline.yaml and fields.yaml

- Output to {topic}/ directory structure
- fields.yaml now independent file for field definitions
- outline.yaml contains items + execution config
- Deep research agents read fields.yaml independently (hard constraint)
- Update README with new directory structure

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
jilinchen
2025-12-30 10:42:58 +08:00
co-authored by Claude Opus 4.5
parent 906821b296
commit 302f2733d3
5 changed files with 47 additions and 23 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ allowed-tools: Bash, Read, Write, Glob, WebSearch, Task, AskUserQuestion
## 执行流程
### Step 1: 自动定位Outline
在当前工作目录查找 `*_outline.yaml` 文件,自动读取。
在当前工作目录查找 `*/outline.yaml` 文件,自动读取。
### Step 2: 并行获取补充来源
同时进行:
@@ -19,10 +19,10 @@ allowed-tools: Bash, Read, Write, Glob, WebSearch, Task, AskUserQuestion
- **B. 询问是否需要Web Search**:是否启动agent搜索更多items
### Step 3: 合并更新
- 将新items追加到outline
- 将新items追加到outline.yaml
- 展示给用户确认
- 避免重复
- 保存更新后的outline
## 输出
更新后的outline文件(原地修改)
更新后的 `{topic}/outline.yaml` 文件(原地修改)