@wneng/create-keel 0.1.2 → 0.2.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wneng/create-keel",
3
- "version": "0.1.2",
3
+ "version": "0.2.0",
4
4
  "description": "Scaffolder for Contract First + Vibe Coding projects (keel conventions)",
5
5
  "keywords": [
6
6
  "scaffold",
@@ -145,6 +145,8 @@ mkdir server/apps/billing
145
145
  |------|------|
146
146
  | 治理 lint(本地) | `node tools/governance-lint/index.js`(如已加入仓库)|
147
147
  | 单元测试 / 构建 | 见各模块 `package.json` / 工具栈说明 |
148
+ | 在已有项目里加特性 | `npx @wneng/create-keel feature add <slug>` |
149
+ | 创建带样例特性的项目 | `npx @wneng/create-keel create demo --yes --sample-feature` |
148
150
 
149
151
  ## D. 提 PR 前 60 秒自检
150
152