refactor: rename project to Longplay - #53
Merged
Merged
Conversation
Rename from AI Journey DJ to Longplay across the monorepo: - packages: @ai-journey-dj/* -> @longplay/*, root package -> longplay - UI: header brand mark, document title, MediaSession and Spotify Connect device name, journey playlist names - outgoing HTTP: LRCLIB and Nominatim User-Agent strings - badge and issue-template URLs -> github.com/Hiepler/longplay Rewrite the README around what the engine actually does, adding the drive-story acts, the journey-moment types, the charge-stop leg reset and the streaming-only telemetry signals that were missing, and replacing the two overlapping bullet lists with prose. Candidate scores are described as persisted in SQLite rather than exposed via the API, which is where they actually land. Replace the production domain in docs/deployment.md and .env.example with the reserved longplay.example.com placeholder, so forks configure their own host. Document ADMIN_API_TOKEN in the Coolify env list. The Traefik section exempts the Tesla admin routes from basic auth because they authenticate with a bearer token, but the token itself was never listed; it defaults to empty, which makes those routes answer 403 and blocks Tesla onboarding. The SQLite path (data/ai-journey-dj.db) keeps its name to avoid a data migration with no upside.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rename from AI Journey DJ to Longplay across the monorepo:
Rewrite the README around what the engine actually does, adding the drive-story acts, the journey-moment types, the charge-stop leg reset and the streaming-only telemetry signals that were missing, and replacing the two overlapping bullet lists with prose. Candidate scores are described as persisted in SQLite rather than exposed via the API, which is where they actually land.
Replace the production domain in docs/deployment.md and .env.example with the reserved longplay.example.com placeholder, so forks configure their own host.
Document ADMIN_API_TOKEN in the Coolify env list. The Traefik section exempts the Tesla admin routes from basic auth because they authenticate with a bearer token, but the token itself was never listed; it defaults to empty, which makes those routes answer 403 and blocks Tesla onboarding.
The SQLite path (data/ai-journey-dj.db) keeps its name to avoid a data migration with no upside.
What & why
Type of change
How was this verified?
Checklist
npm run typecheckpassesnpm run lintpassesnpm run testpassesnpm run buildpasses.env.example