diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d05483a4..7d64705a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). ## [Unreleased] +### Added +- Art direction & mood board workshop (3 rounds + closing) — 4-agent team establishes visual identity, 16 art direction principles, 9 mood board images, 10 candidate decisions (D-042–D-051) +- 3D-to-2D sprite render pipeline (`client/tooling/sprite_renderer/`) — Godot @tool scene renders textured 3D models at "the angle" (-72.5deg ortho) from 4 cardinal directions at 1024/256/64 resolutions with outline applied at working resolution +- `/render-sprite` skill — CLI wrapper for the render pipeline with headless import step +- Pipeline POC: Era 1 institutional wall + bar green wall textures generated via Nano Banana and rendered through full pipeline + ### Changed - Ticketing database moved to shared worktree location (`../settledreach.db`) — eliminates binary merge conflicts across branches - All Python connectors use script-relative path resolution instead of `$REPO_ROOT` env var or git rev-parse