吉安感知网项目-前端
罗广辉
2026-02-27 426235832cd83c7e5791b208ed412240b6e976f3
feat: 锁定node和pnpm
2 files modified
6 ■■■■ changed files
AGENTS.md 1 ●●●● patch | view | raw | blame | history
package.json 5 ●●●●● patch | view | raw | blame | history
AGENTS.md
@@ -44,7 +44,6 @@
- 优先使用根目录工作区脚本,除非必要不要在子目录直接运行脚本。
# AI Rules / AI行为规范
- 对低风险修改,AI可自主执行,无需批准。
  AI may proceed autonomously for low-risk changes.
- 仅当修改可能影响架构、核心模块、公共接口、数据结构或安全性时,才需要请求批准。
package.json
@@ -1,6 +1,7 @@
{
    "name": "my-monorepo",
    "private": true,
    "packageManager": "pnpm@9.0.0",
    "version": "1.0.0",
    "description": "",
    "main": "index.js",
@@ -30,6 +31,10 @@
    "keywords": [],
    "author": "",
    "license": "ISC",
    "engines": {
        "node": ">=20",
        "pnpm": ">=9"
    },
    "pnpm": {
        "overrides": {
            "@zip.js/zip.js": "2.7.34"