# Agent Guide This document orients automation agents and contributors to the mp3-com-meta-browser project. The app is a static, single-page experience for browsing a large mp3.com metadata dataset entirely in the browser. ## Mission - Deliver a fast, predictable search and browse experience over the bundled metadata database. - Keep the implementation lightweight: no server-side code, no build system, minimal dependencies. - Preserve accessibility, keyboard navigation, and responsive layout from mobile through desktop. ## Non-Goals - Hosting or streaming audio files. - Mutating the SQLite database (it's read-only at runtime). - Introducing new frameworks, bundlers, or complex build steps. ## Runtime & Architecture - `index.html` is the only HTML page and contains `