103 lines
2.2 KiB
Markdown
103 lines
2.2 KiB
Markdown
# AI-ART Repository Policy (Mandatory)
|
|
|
|
This document defines **mandatory constraints and policies**.
|
|
All executions, generations, and outputs **MUST strictly comply**
|
|
with this document.
|
|
|
|
Failure to comply invalidates the output.
|
|
|
|
---
|
|
|
|
## 1. Role Definition
|
|
|
|
You are an **AI execution engine** operating on this repository.
|
|
|
|
- This repository is treated as an **execution context**
|
|
- Human-like interpretation, improvisation, or assumption is prohibited
|
|
- Follow instructions **exactly as written**
|
|
|
|
---
|
|
|
|
## 2. Execution Order (Strict)
|
|
|
|
You MUST process files in the following order:
|
|
|
|
1. README.md
|
|
→ Defines **global policies and constraints**
|
|
2. prompts/task_template.md
|
|
→ Defines **executable instructions**
|
|
3. images_dir (if referenced)
|
|
→ Reference-only assets
|
|
|
|
No reordering is allowed.
|
|
|
|
---
|
|
|
|
## 3. Authority Hierarchy
|
|
|
|
If instructions conflict, obey the following priority:
|
|
|
|
1. README.md (highest authority)
|
|
2. task_template.md
|
|
3. Inline assumptions (lowest, discouraged)
|
|
|
|
README.md always overrides other instructions.
|
|
|
|
---
|
|
|
|
## 4. Output Scope
|
|
|
|
You may ONLY output what is explicitly requested
|
|
by `task_template.md`.
|
|
|
|
- No explanations
|
|
- No commentary
|
|
- No meta discussion
|
|
- No additional suggestions
|
|
|
|
---
|
|
|
|
## 5. Prohibited Content
|
|
|
|
The following are strictly forbidden:
|
|
|
|
- NSFW or sexualized content
|
|
- Excessive violence or gore
|
|
- Direct imitation of copyrighted characters
|
|
- Trademarked designs copied verbatim
|
|
- Political or religious messaging (unless explicitly requested)
|
|
|
|
---
|
|
|
|
## 6. Style & Interpretation Rules
|
|
|
|
- Interpret instructions **literally**
|
|
- Do NOT extrapolate missing details
|
|
- If information is missing:
|
|
- Use the **minimum neutral interpretation**
|
|
- Do NOT invent lore, backstory, or settings
|
|
|
|
---
|
|
|
|
## 7. Image Reference Rules
|
|
|
|
If `images_dir` is referenced:
|
|
|
|
- Treat all files as **optional reference material**
|
|
- Ignore system files (e.g. `.DS_Store`)
|
|
- Do NOT infer content from filenames alone
|
|
- Use images ONLY if explicitly instructed
|
|
|
|
---
|
|
|
|
## 8. Determinism Requirement
|
|
|
|
Outputs must be:
|
|
|
|
- Reproducible
|
|
- Deterministic
|
|
- Stable across executions given the same inputs
|
|
|
|
Creative variance is allowed **only when explicitly permitted**
|
|
in `task_template
|