Removes the three Replit deployment manifests under artifacts/*/.replit-artifact/
that were missed by the earlier cleanup (hidden dirs). docker-compose.yml
covers the same role outside Replit, so these files are dead weight.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Strips the .replit/.replitignore files, replit.md (renamed to README.md),
the @replit/* vite plugins from cra-app and mockup-sandbox, the @replit
catalog/exclusion entries from pnpm-workspace.yaml, the linux-x64-only
platform overrides (Replit-specific optimization), and inline @replit
comment markers. Also regenerates pnpm-lock.yaml so the project can be
installed and built on any platform.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>