Initial TrueGrowth source import

This commit is contained in:
2026-07-07 09:36:36 +08:00
commit 3b6781d695
2283 changed files with 691996 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
## 1. Implementation
- [x] 1.1 Add shared creative brief types, presets, formatter, and editor component.
- [x] 1.2 Persist optional creative brief fields on `ProductInfo` and `MVRecord` with old-record compatibility.
- [x] 1.3 Add the brief editor to MV and popular video script/config flows.
- [x] 1.4 Inject creative brief context into storyboard, rewrite, frame, and video prompt builders.
- [x] 1.5 Pass MV video style and aspect ratio into initial storyboard prompt generation.
- [x] 1.6 Add focused unit tests for prompt builders and migration compatibility.
- [x] 1.7 Run OpenSpec validation and targeted tests.
- [x] 1.8 Merge purpose and scene presets into one professional creative brief control and inject it into prompt context.