fix(req-prototype): fix arguments regex causing Skill loader error
arguments 字段中 [REQ-ID] 被 Skill loader 编译为 JS regex 时, Q-I 字符范围(ASCII 81 > 73)触发 "range out of order" 错误。 改为 <REQ-ID> [subcommand] [options] 避免字符类范围问题。 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: req-prototype
|
name: req-prototype
|
||||||
description: 原型生成与关联。支持两种模式:(1) Stitch AI 基于 PRD 自动生成 UI 原型截图;(2) AI 编写 HTML 原型并上传关联到需求详情页 iframe。当执行 /req prototype 或需要生成/上传界面原型时使用。
|
description: 原型生成与关联。支持两种模式:(1) Stitch AI 基于 PRD 自动生成 UI 原型截图;(2) AI 编写 HTML 原型并上传关联到需求详情页 iframe。当执行 /req prototype 或需要生成/上传界面原型时使用。
|
||||||
arguments: [REQ-ID] [upload|edit|variant] [--device desktop|mobile|tablet] [--model pro|flash] [--note "..."] [--prompt "..."]
|
arguments: <REQ-ID> [subcommand] [options]
|
||||||
---
|
---
|
||||||
|
|
||||||
# 原型设计 Skill (req-prototype)
|
# 原型设计 Skill (req-prototype)
|
||||||
|
|||||||
Reference in New Issue
Block a user