updated pr-agent best practices with auto analysis
docs: update wiki pages to match current codebase state
docs: add shared library path warnings across wiki pages When multiple media servers (Emby, Jellyfin, Lidarr) share the same music directory, their background metadata and image writers can interfere with each other, causing files to revert or conflict. - Troubleshooting: full explanation with three configuration options - Configuration: cross-reference when setting up library paths - User Guide: prominent warning before the workflow overview Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add local review toolkit step to PR Process
docs: add smoke.sh API test suite to Contributing guide Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: add go build, govulncheck, templ hooks and Go file guard note Update the Pre-commit Hooks table to include go build, govulncheck, and templ, which were previously missing. Add a note explaining that gofmt, templ, go build, golangci-lint, and govulncheck are skipped automatically when no Go or Templ files are staged. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: update wiki for normalized provider IDs and image metadata (#375) Architecture: add artist_provider_ids and artist_images to ERD and table descriptions, add ImageRepository to repository pattern table, remove stale musicbrainz_id from artists entity. Developer Guide: add ImageRepository to interface list. Contributing: add ImageRepository to mock interfaces list. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: update wiki for normalized schema and repository pattern (#375) Architecture: add Schema section with ERD, table descriptions, repository pattern, and shared database helpers. Developer Guide: add internal/dbutil/ package, repository pattern and shared helpers design principles. Contributing: add repository mocks testing guidance. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
docs: add Developer Guide, Architecture, and Contributing wiki pages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Create wiki: Home, Installation, Configuration, User Guide, Reverse Proxy, Troubleshooting, FAQ Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Initial Home page