docs: 보스 설계 문서와 Codex YAML 도구 추가
- 프로젝트 AGENTS 지침에 커밋 후 푸시 확인 규칙과 런타임 콘텐츠 에이전트 규칙을 보강 - 보스 설계 플레이북과 멀티플레이 보스 설계 철학 문서를 추가해 사람용 설계 기준을 정리 - Codex-Tools 디렉터리에 Markdown→YAML→검증 파이프라인 스크립트와 프롬프트, 스키마, 설정 파일을 추가
This commit is contained in:
11
Codex-Tools/prompts/generate_yaml_prompt.md
Normal file
11
Codex-Tools/prompts/generate_yaml_prompt.md
Normal file
@@ -0,0 +1,11 @@
|
||||
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.
|
||||
8
Codex-Tools/prompts/validate_prompt.md
Normal file
8
Codex-Tools/prompts/validate_prompt.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Validate the provided boss YAML against AGENTS.md and the project design philosophy.
|
||||
|
||||
Return a Boss Validation Report with:
|
||||
- PASS / WARNING / FAIL
|
||||
- scores
|
||||
- detected issues
|
||||
- suggested fixes
|
||||
- explicit note of any missing source information
|
||||
Reference in New Issue
Block a user