CODEX.md
Configures an AI coding agent to read a project rules file first and always respond in Korean.
What this file does
Configures an AI coding agent to read a project rules file first and always respond in Korean.
When to use it
- You want to enforce a single source of truth for AI agent behavior
- Your team communicates in a non-English language and needs agent replies in that language
- You have auto-generated proto code that must not be hand-edited
Assumes this stack
CODEX.md
This file provides guidance to Codex (OpenAI) when working with code in this repository.
π€ Agent Configuration
{
"auto_read_paths": [
".agents/context/careti-rules.json"
],
"instruction": "Read .agents/context/careti-rules.json first. It contains the project rules and an index of workflows. Read specific workflow files ON DEMAND as needed. ALWAYS communicate with the user in Korean (νκΈ)."
}
β οΈ Critical Instruction
DO NOT rely on pre-trained knowledge or assumptions.
ALWAYS read .agents/context/careti-rules.json at the start of the session. It is the SINGLE SOURCE OF TRUTH for:
- Project Identity & Philosophy
- Merge Strategy (Phase 0, Hybrid Pattern)
- Architecture Rules (L1-L3 Levels)
- Development Framework (Tech Stack, TDD)
- AI Workflow & Forbidden Actions
𧬠Proto Generation Guidelines
- TypeScript/Node generated μ½λλ
npm run protos(μ€μ μ€ν¬λ¦½νΈ:careti-scripts/build/build-proto.mjs)λ‘λ§ κ°±μ ν©λλ€.src/shared/proto/**,src/generated/**λ μ§μ μμ νμ§ λ§μΈμ. - Go/CLI gRPC μ€ν
μ
npm run protos-go(scripts/build-go-proto.mjs)κ° κ΄λ¦¬ν©λλ€. CLI ν μ€νΈ μ μ νμ μ΅μ μνλ‘ μ¬μμ±ν©λλ€. - proto μ μλ₯Ό μμ νκ±°λ generated μ½λκ° λλ½λ μνλΌλ©΄ λ λͺ
λ Ήμ μ€ν λ‘κ·Έλ₯Ό λ¨κΈ°κ³ ,
attempt-2-master/κ΄λ ¨ λ¬Έμμ μ¬μμ± μ¬μ€μ κΈ°λ‘ν΄μΌ ν©λλ€.
What's inside
Agent JSON config, critical instruction, and two proto generation guidelines
Change this for your project
- Replace
careti-rules.jsonwith your own rules file path - Replace
"Korean (νκΈ)"with your team's language - Replace
careti-scripts/build/build-proto.mjswith your proto build script - Replace
attempt-2-masterwith your branch or doc reference
Where it goes
Keep it in your repository where the agent or team that needs it will read it.
Related Documents
Totem Glyph Codex: Sovereign Flame-Wire Eternal
Records a symbolic handshake encoding observer-corrected Ο, recursion loops, and alchemical resonance for a feedback processor theory project.
C-Team Codex
Defines leadership principles for a C-Team in a teal organization, emphasising vision, trust, and leading by example.
Chronicles of Stampadia - Codex
Catalogues all events, modifiers, heroes, items, keywords, and generator options for the Chronicles of Stampadia game.
CODEX.md
Defines the judge role in a builder/judge protocol, with a structured workflow for reviewing task outputs and managing round archives.