Anima Reference Architecture System Architecture Project Structure Key Design Decisions | Decision | Choice | Rationale | |----------|--------|-----------| | SDK | | Official, server-side, typed | | Change detection | Figma Webhooks v2 | Event-driven, no polling waste | | Caching | File-based with MD5 keys | Simple, no external dependencies | | Post-processing | Custom normalizer | Match project conventions | | CI integration | GitHub Actions scheduled | Avoid real-time generation costs | | Output framework | React + Tailwind + shadcn | Most production-ready output | Output - Complete design-…