feat: competitor-intel panel + tier-2 save + remix handoff#14
Merged
Conversation
New /growth/competitors tab: filter/sort competitor creatives, expandable AI analysis (AppGrowing prompt, screen-understanding shown as the anti-reference, emotional triggers, transcript, view-original). Tier-2 'Save video' lives here only (kept off the generation surface): a sourceUrl field prefilled from originalPostUrl with a note that it's often a page not a video, calling POST /api/competitors/media. Row 'Remix ->' deep-links /creatives/remix?competitorId= which now preselects (added an id filter to GET /api/competitors). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Items 2+3 (plan → for/against debate → build). Two decisions the debate changed:
originalPostUrlis usually a page, not a.mp4, sostoreCompetitorMediawould reject it. The UI is a URL field prefilled with originalPostUrl + a plain note. (verdict ②)/growth/competitors(new Growth tab) — filter by relevance / sort / app-search; rich rows with expandable AI analysis (AppGrowing prompt, screen-understanding labeled as the anti-reference, emotional triggers, transcript, view-original ↗). RowRemix →deep-links/creatives/remix?competitorId=which now preselects (added anidfilter toGET /api/competitors).Save video→POST /api/competitors/mediawith the 50MB cap + inline errors.Verified: tsc 0, eslint clean,
next buildcompilesƒ /growth/competitors. No schema change.🤖 Generated with Claude Code