Files
social-app/AGENTS.md
T
qzl ad06fe7de4 refactor: align backend layout and supabase infra
Consolidate backend modules/tests under the backend package while syncing Supabase compose/env config and related plans.
2026-02-05 15:13:06 +08:00

20 lines
537 B
Markdown

## 目录结构
- `infra/`: 基础设施与运维(Docker、脚本、部署相关)
- `backend/`: FastAPI 后端
- `apps/`: Flutter 手机端
- `docs/`: 文档与方案
## Agent 规则分层
- 根目录 `AGENTS.md` 为通用规则,所有修改均需遵守
- 编辑 `backend/` 目录时,必须同时遵守 `backend/AGENTS.md`
- 编辑 `apps/` 目录时,必须同时遵守 `apps/AGENTS.md`
## Docker 启动
Always start services with the env file:
```bash
docker compose --env-file .env -f docker/docker-compose.yml up -d
```