Changes
Change folders preserve large-change reasoning and implementation history for
anuvax-cms. Use them for repository-local implementation work that is too
broad or risky for an inline plan.
flowchart TD
Change["Large implementation change"]
Brain["BrainDump.md"]
Breakdown["ChangeBreakdown.md"]
Plan["ImplementationPlan.md"]
Log["ImplementationLog.md"]
Report["CompletionReport.md"]
Change --> Brain
Brain --> Breakdown
Breakdown --> Plan
Plan --> Log
Log --> Report
Folder Shape
docs/changes/<YYYY-MM-DD-HHMM-change-name>/
BrainDump.md
ChangeBreakdown.md
ImplementationPlan.md
ImplementationLog.md
CompletionReport.md
Active Linear implementations
- ANU-22: Adopt the repository-change workflow in Anuva CMS
- ANU-14: Embed the Bento editor, AI Assistant, and shared preview
- ANU-13: Implement PresentationConfig v2 and multi-surface compilation
- ANU-7: Migrate Supabase Postgres data and verify local cutover
Completed implementation records
Keep product-level progress, cross-repository task tracking, and release review
in anuva-main-video-creator. Keep Web/CMS implementation details and local
verification evidence in this repository.