edit_development_spec
Update the content of an existing development specification stored in the project's .spec directory. Provide the spec name, new Markdown content, and project root path.
Instructions
编辑已存在的开发规范,只能修改现有规范的内容
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | 规范的新内容(Markdown格式) | |
| spec_name | Yes | 规范名称,必须是已存在的规范 | |
| projectRoot | Yes | 项目根目录路径,规范将存储在 {projectRoot}/.spec 目录下 |