更新 generate.md 和 layout-extract.md 文档:添加对参考图像的自动检测和使用说明

This commit is contained in:
catlog22
2025-10-12 10:11:08 +08:00
parent be2d0f24b6
commit 75ec70ad23
52 changed files with 25 additions and 53 deletions

View File

@@ -1,7 +1,6 @@
---
name: breakdown
description: Intelligent task decomposition with context-aware subtask generation
usage: /task:breakdown <task-id>
argument-hint: "task-id"
---

View File

@@ -1,7 +1,6 @@
---
name: create
description: Create implementation tasks with automatic context awareness
usage: /task:create "title"
argument-hint: "\"task title\""
---

View File

@@ -1,7 +1,6 @@
---
name: execute
description: Execute tasks with appropriate agents and context-aware orchestration
usage: /task:execute <task-id>
argument-hint: "task-id"
---

View File

@@ -1,7 +1,6 @@
---
name: replan
description: Replan individual tasks with detailed user input and change tracking
usage: /task:replan <task-id> [input]
argument-hint: "task-id [\"text\"|file.md]"
---