# changelog All notable changes to IdeaForge. Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ### Added - Initial project scaffold - Project documentation (readme, CLAUDE.md, changelog) - Backend and frontend directory structure - Implementation plan with architecture, API design, and phased build order ### Changed - Updated Riverpod to 3.2+ (flutter_riverpod ^3.2.0, riverpod_annotation ^4.0.1) - Updated Dart minimum to 3.7+ (required by Riverpod 3.2.0) - Set deployment platform to TBD (decided at deployment time)