- 프로젝트 AGENTS 지침에 커밋 후 푸시 확인 규칙과 런타임 콘텐츠 에이전트 규칙을 보강 - 보스 설계 플레이북과 멀티플레이 보스 설계 철학 문서를 추가해 사람용 설계 기준을 정리 - Codex-Tools 디렉터리에 Markdown→YAML→검증 파이프라인 스크립트와 프롬프트, 스키마, 설정 파일을 추가
12 lines
426 B
Markdown
12 lines
426 B
Markdown
Read the provided Markdown boss design document and convert it into YAML using the boss schema.
|
|
|
|
Rules:
|
|
- Do not invent mechanics.
|
|
- Preserve signature mechanic intent.
|
|
- Preserve tank / support / dps role pressure intent.
|
|
- If a field is missing, leave it empty or null rather than fabricating.
|
|
- Prefer machine-readable snake_case values.
|
|
- Preserve uncertainty in `source_notes` or `notes` fields.
|
|
|
|
Return only valid YAML.
|