mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-28 19:27:45 +00:00
10 lines
353 B
Markdown
10 lines
353 B
Markdown
# scripts/lib/ Agent 指南
|
|
|
|
本目录是 `scripts/` 下质量门禁脚本的共享库。
|
|
|
|
## 约束
|
|
|
|
- 公共函数必须保持小而稳定,避免把具体业务规则塞进通用库。
|
|
- 不允许在 import 阶段执行文件写入、网络访问或命令调用。
|
|
- 变更后至少运行 `make test`,确认所有脚本入口仍可直接执行。
|