create-weapp-vite 2.8.9 → 2.8.11

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/README.md CHANGED
@@ -11,6 +11,7 @@
11
11
  - 自动对齐 `weapp-vite` 与 `wevu` 版本
12
12
  - 自动处理 `.gitignore` 写入
13
13
  - 可选安装推荐的 AI skills(`sonofmagic/skills`)
14
+ - 生成带来源标记的项目级 `AGENTS.md`,并保留用户维护的 `AGENTS.local.md`
14
15
 
15
16
  ## 安装
16
17
 
package/dist/cli.js CHANGED
@@ -1,4 +1,4 @@
1
- import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-D1x3Z4jn.js";
1
+ import { n as RECOMMENDED_SKILLS_INSTALL_COMMAND, t as createProject } from "./src-CBeDqu9u.js";
2
2
  import logger from "@weapp-core/logger";
3
3
  import { fs } from "@weapp-core/shared/fs";
4
4
  import process from "node:process";
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- import { r as TemplateName, t as createProject } from "./src-D1x3Z4jn.js";
1
+ import { r as TemplateName, t as createProject } from "./src-CBeDqu9u.js";
2
2
  export { TemplateName, createProject };