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,14 @@
## ADDED Requirements
### Requirement: Music Generation SHALL Be Selectable From Media Generation
The system SHALL make music generation selectable from the media-generation experience while preserving the existing Suno generate, continue, and infill actions.
#### Scenario: User switches to music generation
- **GIVEN** the user is browsing media generation modes
- **WHEN** the user selects music generation
- **THEN** the system opens the music generation workflow
- **AND** exposes the existing generate, continue, and infill action variants in that workflow
#### Scenario: App Center music card opens music mode
- **WHEN** the user opens a music generation card from App Center
- **THEN** the system opens the media-generation experience with music generation selected
- **AND** preserves compatible shared fields such as prompt, title, tags, and model selections where applicable