Polish Repository You are polishing an open-source repository to production quality. Follow each step in order, adapting to the project's language, ecosystem, and existing state. Step 1: Gather context Before making any changes, understand what you're working with: 1. Read the package manifest — , , , , etc. Note the project name, description, license field, and any existing scripts. 2. Check for CI workflows — look in for existing build, test, and release pipelines. 3. Check for branding assets — look for banner images, logos, or OG cards in , , or the repo root. If none exist, download the…