From 0aa50c64959aa02612549269e80f73b18fe6d30d Mon Sep 17 00:00:00 2001 From: dal4segno Date: Fri, 3 Apr 2026 17:53:31 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20AGENTS.md=EC=97=90=20Obsidian=20Vault?= =?UTF-8?q?=20=ED=8C=8C=EC=9D=BC=20=EB=8F=84=EA=B5=AC=20=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=20=EA=B7=9C=EC=B9=99=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - UNC 경로 처리 문제로 cmd/powershell/bash 대신 파일 도구 사용 규칙 명시 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 63ec28a5..80199061 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -14,6 +14,7 @@ Multiplayer arena game built with **Unity 6000.3.10f1** and **Unity Netcode for Design docs are maintained in Obsidian Vault: `\\Truenas\smb\Obsidian Vault\Colosseum` - Always use the shared Obsidian Vault at `\\Truenas\smb\Obsidian Vault\Colosseum` for project documentation updates. +- **Obsidian Vault 파일은 반드시 파일 도구(read/write/edit)로만 접근한다.** cmd, powershell, bash 등은 UNC 경로를 정상적으로 처리하지 못하므로 사용하지 않는다. - Do not write Colosseum design notes to `C:\Users\dal4s\OneDrive\문서\Obsidian Vault\Colosseum`; that path is not the active vault for this project. - Unless the user explicitly names another file, `체크리스트` means `\\Truenas\smb\Obsidian Vault\Colosseum\개발\프로토타입 체크리스트.md`. - After completing work, always check whether the prototype checklist should be updated and reflect the new status when needed.