docs: Update REPOSITORIES.md with correct package names#266
Open
AnnieIj wants to merge 1 commit into
Open
Conversation
- Rename /streaming-sdk to /xstreamroll-sdk - Rename /stream-processing to /xstreamroll-processing - Update api/ setup to use pnpm (matches pnpm-lock.yaml) Closes XStreamRollz#220
Xhristin3
requested changes
Jun 16, 2026
Xhristin3
left a comment
Contributor
There was a problem hiding this comment.
Hey @AnnieIj! Solid effort — the directory renames are correct. One note though: PR #265 (by @ded-furby) also addresses #220 and goes a step further by using pnpm run dev (the actual script name in api/package.json) and adding monorepo management context explaining the npm/pnpm split. Could you check if we should consolidate? Might be worth closing this in favor of #265 since it covers the same ground more thoroughly. 🌟
Author
|
Its fine. Thank you sir
…On Tue, 16 Jun 2026, 1:13 pm Xhr!st!n3, ***@***.***> wrote:
***@***.**** requested changes on this pull request.
Hey @AnnieIj <https://github.com/AnnieIj>! Solid effort — the directory
renames are correct. One note though: PR #265
<#265> (by @ded-furby
<https://github.com/ded-furby>) also addresses #220
<#220> and goes a step
further by using pnpm run dev (the actual script name in
api/package.json) and adding monorepo management context explaining the
npm/pnpm split. Could you check if we should consolidate? Might be worth
closing this in favor of #265
<#265> since it covers
the same ground more thoroughly. 🌟
—
Reply to this email directly, view it on GitHub
<#266?email_source=notifications&email_token=BIIM7T2EEJHILKRXMQU4IFD5AE2V3A5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINJQGYYTSMBYGY22M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#pullrequestreview-4506190865>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BIIM7T3AWWP3VTCKCK7BDOT5AE2V3AVCNFSNUABGKJSXA33TNF2G64TZHMYTCMZUHA2TEMBVHE5US43TOVSTWNBWG4ZDGNRRGQZDLILWAI>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/BIIM7T7JZQIN7PJ54BAI4PL5AE2V3A5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINJQGYYTSMBYGY22M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y>
and Android
<https://github.com/notifications/mobile/android/BIIM7T7IU6576VMGA3EAJX35AE2V3A5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTINJQGYYTSMBYGY22M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>.
Download it today!
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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.
Summary
Fixes outdated references in REPOSITORIES.md.
Changes
/streaming-sdk→/xstreamroll-sdk/stream-processing→/xstreamroll-processingapi/setup now usespnpmto match itspnpm-lock.yamlCloses #220