27 lines
1.0 KiB
Markdown
27 lines
1.0 KiB
Markdown
# Project Instructions
|
|
|
|
## Git Workflow
|
|
|
|
- After changing project files, run relevant validation or tests when available.
|
|
- Check `git status` before committing.
|
|
- Commit only the changes made for the current task.
|
|
- Push successful commits to `origin/main`.
|
|
- Skip commit or push only when the user explicitly asks not to.
|
|
|
|
## Existing Validation
|
|
|
|
- For content data changes, run:
|
|
|
|
```bash
|
|
python3 scripts/validate_content.py
|
|
```
|
|
|
|
## Creative Direction
|
|
|
|
- This is a romance dating game for adult players.
|
|
- All romanceable characters must be clearly 19 or older.
|
|
- Preserve a mature, sensual, and visually alluring tone in character writing, art direction, outfits, poses, expressions, and scene composition.
|
|
- Prefer photorealistic, high-quality, cinematic character art when creating base images or visual references.
|
|
- Even shy, pure-hearted, or reserved characters should retain visible adult charm through styling, silhouette, gaze, posture, and lighting.
|
|
- Avoid making characters look underage, childlike, or styled as school students.
|