Files
blog/AGENTS.md

35 lines
498 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.

# Project Scope Rules
## 文件范围限制
本项目根目录:
./
所有操作必须限制在当前项目目录内。
禁止:
- 访问项目外文件
- 修改父级目录文件
- 创建项目外文件
- 修改用户目录中的其他内容
- 禁止访问服务端仓库
## 修改规则
修改前必须:
1. 列出将修改的文件
2. 说明修改原因
3. 等待确认
禁止修改:
node_modules/
.git/
build/
.env
## 开发环境
默认认为已经启动服务端口为4321