docs: AGENTS.md, README.md, and architecture documents 업데이트하여 서버+시나리오 프로파일 개념 정립

This commit is contained in:
2025-12-27 05:46:15 +00:00
parent 5666d705e7
commit 4eac1e45ba
7 changed files with 37 additions and 27 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ fields. Use this as the starting point for Prisma models and migrations.
- Keep JSONB values as objects (not arrays or scalars).
- Use partial or expression indexes when a JSONB key becomes a hot filter.
- If multiple server profiles live in one database, add `server_id` to every
table and index it; otherwise, use one database per profile.
table and index it; otherwise, use one database per profile. Scenario
selection is still required at build/runtime, but does not change the DB
partitioning baseline.
## Meta Policy (Reset)