From ef07f7f7d79ddf2ae8d649734362bc98ef68a9ab Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 27 Dec 2025 03:30:48 +0000 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EC=84=9C=20=EC=88=98=EC=A0=95:=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20=EB=AA=85=EB=AA=85=20?= =?UTF-8?q?=EA=B7=9C=EC=B9=99=20=EC=B6=94=EA=B0=80=20=EB=B0=8F=20=EA=B4=80?= =?UTF-8?q?=EB=A0=A8=20=EC=A0=95=EB=B3=B4=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 6 ++++++ docs/architecture/overview.md | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index a55750a..bdec352 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,6 +6,12 @@ - Legacy data under `legacy/` is for migration only; once DB migration is complete, the runtime will no longer depend on legacy data. +## Project Naming +- Official name: 삼국지 모의전투 HiDCHe +- Common nicknames: 삼모, 삼모전, 힏체섭 +- Short forms in code/docs: sammo, hidche +- TypeScript rewrite working name: sammo-ts + ## Project Structure & Module Organization - `legacy/` contains the application source. This is the active codebase. - PHP entry points live under `legacy/` and `legacy/hwe/` (for example `legacy/index.php`, `legacy/hwe/index.php`). diff --git a/docs/architecture/overview.md b/docs/architecture/overview.md index fc495d4..6c97129 100644 --- a/docs/architecture/overview.md +++ b/docs/architecture/overview.md @@ -4,6 +4,13 @@ This repository contains both the active legacy PHP game and an in-progress TypeScript rewrite. The legacy engine remains the source of truth while the monorepo plan is prepared alongside it. +## Project Naming + +- Official name: 삼국지 모의전투 HiDCHe +- Common nicknames: 삼모, 삼모전, 힏체섭 +- Short forms in code/docs: sammo, hidche +- TypeScript rewrite working name: sammo-ts + ## Layers - Legacy runtime: PHP entry points under `legacy/` and `legacy/hwe/`