将 AGENTS.md 拆分为 AGENTS/ 目录,按主题分文件并新增中文优先规则

This commit is contained in:
Rekey
2026-06-14 07:29:00 +08:00
parent 0cd2cbbb79
commit d5ec69217e
8 changed files with 59 additions and 66 deletions
+5
View File
@@ -0,0 +1,5 @@
# 基础设施
- **数据库**`docker compose up -d` 启动 TimescaleDB(端口 5432+ Adminer(端口 8080)。
- **配置源**:项目根目录 `env.yaml` 是 TS 和 Python 共享的唯一配置。`data/config/index.ts` 读取并校验它。
- **数据库连接**host 在 `env.yaml` 中配,当前指向 `10.0.0.7`(远程)。本地开发需改为 `localhost`