Skip to content

Proposal: uv workspace setup#89

Draft
semohr wants to merge 1 commit intomainfrom
workspace
Draft

Proposal: uv workspace setup#89
semohr wants to merge 1 commit intomainfrom
workspace

Conversation

@semohr
Copy link
Copy Markdown
Contributor

@semohr semohr commented Apr 15, 2026

Switching to a uv workspace setup addresses the growing complexity of our repo by cleanly separating the core matching/diff logic, service adapters (Plex/Spotify/Tidal/Beets), and CLI entrypoint into distinct packages.

packages/
├── core/             # Matching, diff, collection abstractions
├── services/         # Plex/Spotify/Tidal/Beets adapters  
└── cli/              # Typer CLI + config
config.py
# plistsync 

@pSpitzner Let's discuss if we want to go this route. We should definitely tie up all lose ends before we start this.

@semohr semohr temporarily deployed to integration_tests April 15, 2026 15:28 — with GitHub Actions Inactive
@semohr semohr temporarily deployed to integration_tests April 15, 2026 15:28 — with GitHub Actions Inactive
@github-actions
Copy link
Copy Markdown

Thank you for the PR! The changelog has not been updated, so here is a friendly reminder to check if you need to add an entry.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 15, 2026

⚠️ JUnit XML file not found

The CLI was unable to find any JUnit XML files to upload.
For more help, visit our troubleshooting guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant