From c51b38c67135b58d6c3488d549b6b03c0121c215 Mon Sep 17 00:00:00 2001 From: "swe-agent[bot]" <0+swe-agent[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 21:41:55 +0800 Subject: [PATCH] fix install.py dev fail --- config.json | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 2719218..22ff1df 100644 --- a/config.json +++ b/config.json @@ -20,9 +20,33 @@ }, { "type": "copy_file", - "source": "skills/codex/SKILL.md", - "target": "skills/codex/SKILL.md", - "description": "Install codex skill" + "source": "skills/codeagent/SKILL.md", + "target": "skills/codeagent/SKILL.md", + "description": "Install codeagent skill" + }, + { + "type": "copy_file", + "source": "skills/product-requirements/SKILL.md", + "target": "skills/product-requirements/SKILL.md", + "description": "Install product-requirements skill" + }, + { + "type": "copy_file", + "source": "skills/prototype-prompt-generator/SKILL.md", + "target": "skills/prototype-prompt-generator/SKILL.md", + "description": "Install prototype-prompt-generator skill" + }, + { + "type": "copy_file", + "source": "skills/prototype-prompt-generator/references/prompt-structure.md", + "target": "skills/prototype-prompt-generator/references/prompt-structure.md", + "description": "Install prototype-prompt-generator prompt structure reference" + }, + { + "type": "copy_file", + "source": "skills/prototype-prompt-generator/references/design-systems.md", + "target": "skills/prototype-prompt-generator/references/design-systems.md", + "description": "Install prototype-prompt-generator design systems reference" }, { "type": "run_command",