f0ac2ccc05
IDEA.md, SESSION.md, DECISIONS.md, CLAUDE.md, .gitignore. Next session: invoke writing-plans skill against design spec. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
26 lines
940 B
Markdown
26 lines
940 B
Markdown
# AI Hell — Project Instructions
|
|
|
|
## What This Is
|
|
|
|
Passive horror webapp — AI-generated hellscape with infinite escalation. No avatar, no interaction. Server generates assets + controls escalation, frontend composites at 60fps via WebGL. XTTS voices cloned from random non-voice samples for emergent creepiness.
|
|
|
|
## Stack
|
|
|
|
- **Container:** LXC on pve197 (V100 32GB, ~6.5GB VRAM)
|
|
- **Backend:** Python 3.11+, FastAPI, uvicorn
|
|
- **Image gen:** SDXL Turbo (~5GB VRAM)
|
|
- **Voice gen:** XTTS v2 (~1.5GB VRAM)
|
|
- **Frontend:** Fullscreen WebGL shader compositor, Web Audio API
|
|
- **Reverse proxy:** Caddy at hell.sethpc.xyz
|
|
|
|
## Key Files
|
|
|
|
- `docs/superpowers/specs/2026-04-10-ai-hell-design.md` — full design spec (START HERE)
|
|
- `IDEA.md` — project brief
|
|
- `DECISIONS.md` — decision log
|
|
- `SESSION.md` — session memory
|
|
|
|
## Next Step
|
|
|
|
Run the `writing-plans` skill against the design spec to create an implementation plan, then execute.
|