aiframe/.lingma/rules/project_rule.md

9 lines
412 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

**添加规则文件可帮助模型精准理解你的编码偏好,如框架、代码风格等**
**规则文件只对当前工程生效单文件限制10000字符。如果无需将该文件提交到远程 Git 仓库,请将其添加到 .gitignore**
# 技术栈规范
## 基础环境
1. 语言TypeScript
2. nodejs 使用版本v22
3. 执行node, npm 相关命令时先执行`nvm use v22`切换到v22版本