MOTIR-778Done
6.16.4 Hero renders authorable tagline + tags (i18n/empty fallbacks)
Estimate: 30m · Type: code · Depends on: 6.16.1, 6.16.3
Render the authorable hero in PublicOverviewHero.tsx:
- Tagline:
overview.publicTagline ?? t('autoIntroTagline')(project line when set, generic fallback otherwise). Update the lines 32-34 comment — the project-specific framing now lives in the authorable hero tagline (REVERSES the 6.12.4 "framing lives in the README body" decision); keep the i18n line as the unset fallback. - Tags: replace the four hardcoded i18n meta
Pills (~61-76) withoverview.publicTags.map(... <Pill/>). Unset/empty → no pills (no magic defaults). The unusedmetaVibeProject/metaOpenSource/metaLicense/metaMcpNativei18n keys may be removed (or left for the seed to author intopublicTags).
Acceptance criteria
- Hero shows authored tagline + authored tags; a project without either shows the fallback line / no pills.
--el-*+Pilltones; shape tokens; AA-safe; matches 6.16.1.
Context refs
app/(public)/_components/PublicOverviewHero.tsx; design 6.16.1 Panel 1