| AGENTS.md | ●●●●● patch | view | raw | blame | history |
AGENTS.md
@@ -36,3 +36,16 @@ ## 环境与配置 - Node.js >= 20,pnpm >= 9。 - 优先使用根目录工作区脚本,除非必要不要在子目录直接运行脚本。 # AI Rules / AI行为规范 - 对低风险修改,AI可自主执行,无需批准。 AI may proceed autonomously for low-risk changes. - 仅当修改可能影响架构、核心模块、公共接口、数据结构或安全性时,才需要请求批准。 Ask for approval only for high-impact changes. - 若问题不影响系统正确性,应自行做出合理决策,而不是提问。 DO NOT ask questions that do not affect correctness. - 优先最小化修改范围。 Prefer minimal changes. - 未被明确要求时,禁止大规模重构。 Avoid large refactors unless requested.