Media Asset Tagging

Trendy adapter of memo `medias/media-asset-tagging` (PRD §10.1). Tag every generated asset with store, trend, product-type and usage tags so assets are queryable across stores and stages.

guillaumemeyer Updated

File contents

Media Asset Tagging

Source

Memo: medias/media-asset-taggingAdapted (Trendy-native).

Role

Attach structured metadata to every image/mockup Trendy generates, and persist it with the asset (creatives/concepts in stores.branding/stores.selection, product mockups in products.mockups/products.printful).

Trendy adaptation

  • Required tags: store (slug), trend (title), product_type (tshirt|mug|other), stage (strategy_preview | build | final), resolution (low_res | hd), and concept_id when the asset belongs to a concept.
  • LOW-RES previews carry stage=strategy_preview; the same seed re-generated at Build carries stage=build; mockups finalized at APPROVE LIVE carry stage=final, resolution=hd (see packages/strategy/src/images.ts for the URL scheme).
  • Tags live in the JSON fields next to the asset URL; the operator-facing store review page renders them to show preview vs final state.

guillaumemeyer/trendy/tree/main/skills/medias/media-asset-tagging commit 6eaf55d909

Frequently asked questions

npx skillmds@latest add guillaumemeyer/media-asset-tagging