@wdyy/skills 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/wdyy-cli.js +0 -1
  2. package/package.json +1 -1
package/lib/wdyy-cli.js CHANGED
@@ -91,7 +91,6 @@ const generatedAgentsContent = `# 企业开发规则
91
91
  ## 通用边界
92
92
 
93
93
  - 项目根目录应提供真实可执行的 \`pnpm dev\`、\`pnpm build\`、\`pnpm test\`、\`pnpm lint\` 命令;\`pnpm dev\` 只负责前后端的启动,不得启动或管理数据库。
94
- - 接口实现仅以工程师人工提供的 YAML 文件为依据。未提供 YAML 或 YAML 中的接口契约不完整时,必须询问工程师;不得从已删除的 Skill、旧 reference、远程目录或其他来源推断或编造接口细节。
95
94
  - 生成的接口文档必须符合 OpenAPI 3.1 规范,并声明 \`openapi: 3.1.0\`。
96
95
  - 在下载或安装任何项目依赖前,必须先从官方发布渠道确认当前最新稳定版本,并检查该版本及其传递依赖的公开漏洞修复状态。原则上必须使用最新稳定版本;不得使用已过时的依赖,也不得使用存在未修复高危(High/Critical)漏洞的依赖。若最新稳定版本不兼容,或不存在满足安全要求的版本,必须停止安装并报告依赖名称、候选版本、兼容性及漏洞证据,等待工程师确认;不得擅自降级、忽略审计结果或添加豁免。
97
96
  - 代码、配置、迁移、测试与部署文件必须以实际实现为准;不得用模板虚构已实现能力。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdyy/skills",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "企业内部开发 Skill 与项目初始化命令",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@12.1.0",