get_development_spec
Retrieves a named development specification from the server and saves it to the project's .spec directory to enforce coding standards.
Instructions
获取开发规范
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec_name | Yes | 规范名称,如:spttable, sptdrawer | |
| projectRoot | Yes | 项目根目录路径,规范将存储在 {projectRoot}/.spec 目录下 |