Estimate: 25m · Type: code · Depends on: 6.16.2, 6.16.3
Reseat Motir's seed copy. In scripts/plan-seed/motirOverview.ts: add MOTIR_PUBLIC_TAGLINE = "Vibe your whole project. Bring an idea — Motir's three AI layers plan it, track it, and ship it, end to end. You're looking at Motir, built in Motir.", add MOTIR_PUBLIC_TAGS = ["Vibe project", "Open source", "GPL-3.0", "MCP-native"], and REMOVE the "Vibe…" opening line from MOTIR_PUBLIC_OVERVIEW_MD (body starts at "## You're looking at Motir, inside Motir"). In seed.ts, set the motir project's publicTagline + publicTags alongside publicOverviewMd. Update the design copy index (6.16.1).
Note: the LIVE motir public page is updated by editing it through the new on-page editor (dogfood) once 6.16.5 ships — the seed is bootstrap only (frozen tenant; do not reseed).
MOTIR_PUBLIC_TAGLINE + MOTIR_PUBLIC_TAGS exported + seeded onto the motir project; body no longer opens with the "Vibe…" line.pnpm db:seed runs clean locally (loader maps the fields, no abort).scripts/plan-seed/motirOverview.ts, seed.ts (~329-334), data/story-6.12.ts (~612)