From 6796214afeffe3e0073807b967bc75bb4d6cec47 Mon Sep 17 00:00:00 2001 From: jilinchen Date: Tue, 30 Dec 2025 10:46:33 +0800 Subject: [PATCH] docs: specify execution config fields MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - batch_size: parallel agent count (default: 5) - output_dir: results directory (default: ./results) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 3 ++- skills/research/SKILL.md | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ec6116a..371edfb 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,8 @@ items: - name: "Item1" source: "source info" execution: - batch_size: 5 + batch_size: 5 # parallel agents (default: 5) + output_dir: "./results" # output directory (default: ./results) ``` ### fields.yaml diff --git a/skills/research/SKILL.md b/skills/research/SKILL.md index a2e09fb..7fcac11 100644 --- a/skills/research/SKILL.md +++ b/skills/research/SKILL.md @@ -25,9 +25,11 @@ description: 对目标话题进行初步调研,生成调研outline。用于学 合并所有信息,生成两个文件: **outline.yaml**(items + 配置): -- topic和基础配置 -- items列表(调研对象) -- execution配置(批量大小等) +- topic: 调研主题 +- items: 调研对象列表 +- execution: + - batch_size: 并行agent数量(默认5) + - output_dir: 结果输出目录(默认./results) **fields.yaml**(字段定义): - 字段分类和定义