Files
TrueGrowth/openspec/changes/update-aigcpanel-tools-app-center/tasks.md

1.2 KiB

1. Discovery

  • 1.1 Inventory AIGCPanel app groups from vendor/aigcpanel/src/pages/Apps/all.ts.
  • 1.2 Compare current TrueGrowth App Center and toolbox manifests for missing AIGCPanel utilities.

2. App Center Merge

  • 2.1 Add App Center definitions for every required AIGCPanel audio and video utility.
  • 2.2 Ensure cards show the correct category, title, description, and icon treatment.
  • 2.3 Route each card to the correct TrueGrowth module or embedded AIGCPanel tool surface.

3. Navigation Cleanup

  • 3.1 Remove the standalone tools navigation item from the main shell.
  • 3.2 Remove or redirect the dedicated tools page so tool discovery happens through App Center.
  • 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.
  • 4.2 Verify App Center lists all required audio/video tools and no standalone tools nav appears.