원클릭으로
encoding
Encoding guidelines for this project. Use when creating or modifying files. Enforces UTF-8 encoding as the default standard.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Encoding guidelines for this project. Use when creating or modifying files. Enforces UTF-8 encoding as the default standard.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Compile dashboard and loyalty projects in dev mode with hot reload. Dashboard uses npm, loyalty uses Maven with Spring Boot DevTools.
Run integration tests for the Loyalty Points Program using the containerized test suite. All tests are defined in specs/testing.md.
Launch a complete production demo by rebuilding all images and starting the full stack. Use when preparing a fresh demonstration.
Run the development infrastructure stack with Docker Compose. Use when starting, stopping, or managing the dev environment.
Code generation guidelines for this project. Use when writing code, functions, or classes. Enforces English naming, concise comments, and project conventions.
Git commit guidelines for this project. Use when creating commits, writing commit messages, or preparing changes for version control. Enforces conventional commit format and English language.
| name | encoding |
| description | Encoding guidelines for this project. Use when creating or modifying files. Enforces UTF-8 encoding as the default standard. |
| metadata | {"author":"Alexandre Roman","version":"1.0"} |
Default encoding standard for this project.
Always use UTF-8 encoding for all files.
This includes:
When applicable, specify encoding explicitly:
<meta charset="UTF-8">
<?xml version="1.0" encoding="UTF-8"?>
# -*- coding: utf-8 -*-
\n) for all files\r\n) except when required by Windows-specific tools