diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md
deleted file mode 100644
index 0659c7bb..00000000
--- a/.github/copilot-instructions.md
+++ /dev/null
@@ -1,136 +0,0 @@
-# Copilot Instructions for Beardify
-
-Beardify is a Vue 3 + TypeScript Spotify web client. The core innovation is **"Collections"** - album playlists created by adding "#Collection" to playlist names, enabling functionality not available in the official Spotify client.
-
-## Essential Commands
-```bash
-npm run dev # Start dev server (port 3000, auto-increments if busy)
-npm run lint # Run ALL linting: TypeScript + ESLint + Prettier + Stylelint
-npm run fix # Auto-fix all linting issues
-npm run build # Production build (includes linting validation)
-```
-**Always run `npm run lint` before commits - no test framework exists, linting is primary QA.**
-
-## Tech Stack
-Vue 3 (Composition API + `
diff --git a/src/components/album/AlbumHead.vue b/src/components/album/AlbumHead.vue
index 7722d40b..2d066ac0 100644
--- a/src/components/album/AlbumHead.vue
+++ b/src/components/album/AlbumHead.vue
@@ -1,7 +1,9 @@