This project's code conventions - factory functions over classes, barrel imports only, string-literal unions over enums, naming and formatting rules. Use before writing or modifying any TypeScript in this repo.
원문 언어: 영어
메뉴
SkillsMP는 yortus/mvt-games에서 5개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 5개 중 5개를 표시합니다.
This project's code conventions - factory functions over classes, barrel imports only, string-literal unions over enums, naming and formatting rules. Use before writing or modifying any TypeScript in this repo.
원문 언어: 영어
This project's code review checklist and philosophy - MVT layering violations, hot-path allocations, barrel imports, how to report findings. Use when reviewing changes or diffs in this repo.
원문 언어: 영어
How to write and update the MVT documentation - which docs section new content belongs in, voice, link and formatting conventions. Use when editing anything under docs/, README.md, AGENTS.md, or llms.txt.
원문 언어: 영어
Rules and file structure for writing or modifying an MVT model in this project - state ownership, update(deltaMs), domain-level coordinates, no wall-clock time. Use whenever creating or editing anything under a models/ directory.
원문 언어: 영어
Rules and file structure for writing or modifying an MVT view in this project - bindings, idempotent refresh(), no domain state, cosmetic presentation state and view models. Use whenever creating or editing anything under a views/ directory.
원문 언어: 영어