Files
Colosseum/Codex-Tools/AGENTS.md
dal4segno c8edf838fd docs: 보스 설계 문서와 Codex YAML 도구 추가
- 프로젝트 AGENTS 지침에 커밋 후 푸시 확인 규칙과 런타임 콘텐츠 에이전트 규칙을 보강
- 보스 설계 플레이북과 멀티플레이 보스 설계 철학 문서를 추가해 사람용 설계 기준을 정리
- Codex-Tools 디렉터리에 Markdown→YAML→검증 파이프라인 스크립트와 프롬프트, 스키마, 설정 파일을 추가
2026-04-06 14:03:49 +09:00

19 lines
546 B
Markdown

# Codex Automation Agent Rules
Purpose:
Run the design-to-data pipeline for boss encounters.
Pipeline:
1. Read Markdown boss design doc from the design vault.
2. Convert it to boss YAML.
3. Validate the YAML using boss design rules.
4. Write a validation report next to the design doc.
5. Write runtime YAML into the game project.
Rules:
- Markdown is the source of truth.
- YAML is derived data.
- Validation should never modify the source Markdown.
- Do not invent mechanics.
- If a field is missing, record that as uncertainty or an issue.