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,17 @@
## 1. Discovery
- [x] 1.1 Inventory AIGCPanel app groups from `vendor/aigcpanel/src/pages/Apps/all.ts`.
- [x] 1.2 Compare current TrueGrowth App Center and toolbox manifests for missing AIGCPanel utilities.
## 2. App Center Merge
- [x] 2.1 Add App Center definitions for every required AIGCPanel audio and video utility.
- [x] 2.2 Ensure cards show the correct category, title, description, and icon treatment.
- [x] 2.3 Route each card to the correct TrueGrowth module or embedded AIGCPanel tool surface.
## 3. Navigation Cleanup
- [x] 3.1 Remove the standalone tools navigation item from the main shell.
- [x] 3.2 Remove or redirect the dedicated tools page so tool discovery happens through App Center.
- [x] 3.3 Keep existing deep links or bookmarks from breaking by redirecting `/toolbox` and `/video-tools` into App Center-filtered views or equivalent app cards.
## 4. Verification
- [ ] 4.1 Run a targeted type/build check for the web workspace. Attempted `pnpm nx run web:typecheck`, blocked by existing `packages/drawnix/src/contexts/AssetContext.tsx` missing `resolveSupportedMediaMimeType`.
- [x] 4.2 Verify App Center lists all required audio/video tools and no standalone tools nav appears.