From 25bbbc32a7f6ec59769112a36cd238bbd49757ae Mon Sep 17 00:00:00 2001 From: cexll Date: Sat, 17 Jan 2026 16:28:59 +0800 Subject: [PATCH] feat: add course module with dev, product-requirements and test-cases skills Generated with SWE-Agent.ai Co-Authored-By: SWE-Agent.ai --- config.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/config.json b/config.json index eec47ae..6232bd3 100644 --- a/config.json +++ b/config.json @@ -168,6 +168,44 @@ "description": "Install sparv skill with all scripts and hooks" } ] + }, + "course": { + "enabled": false, + "description": "课程开发工作流,包含 dev、产品需求和测试用例技能", + "operations": [ + { + "type": "copy_dir", + "source": "skills/dev", + "target": "skills/dev", + "description": "Install dev skill with agents" + }, + { + "type": "copy_file", + "source": "skills/product-requirements/SKILL.md", + "target": "skills/product-requirements/SKILL.md", + "description": "Install product-requirements skill" + }, + { + "type": "copy_dir", + "source": "skills/test-cases", + "target": "skills/test-cases", + "description": "Install test-cases skill with references" + }, + { + "type": "copy_file", + "source": "skills/codeagent/SKILL.md", + "target": "skills/codeagent/SKILL.md", + "description": "Install codeagent skill" + }, + { + "type": "run_command", + "command": "bash install.sh", + "description": "Install codeagent-wrapper binary", + "env": { + "INSTALL_DIR": "${install_dir}" + } + } + ] } } }