Problem Statement
REPOSITORIES.md references outdated package names:
- "streaming-sdk" should be "xstreamroll-sdk"
- "stream-processing" should be "xstreamroll-processing"
- References
npm install but api/ uses pnpm (pnpm-lock.yaml exists)
Evidence
## 3. Streaming SDK (`/streaming-sdk`) — actual directory is xstreamroll-sdk
## 4. Stream Processing (`/stream-processing`) — actual directory is xstreamroll-processing
Impact
New contributors following REPOSITORIES.md will cd into non-existent directories. The pnpm/npm discrepancy causes install failures for the api package.
Proposed Solution
- Update all package directory references to match actual names
- Document that api/ uses pnpm, other packages use npm
- Verify all setup commands work when followed exactly
Acceptance Criteria
File Map
REPOSITORIES.md — corrections
Labels: documentation, good first issue
Priority: Low | Difficulty: Beginner | Estimated Effort: 0.5h
Labels: documentation,good first issue
Priority: Low | Difficulty: Beginner | Estimated Effort: 0.5h
Backlog ID: REPO-037
Problem Statement
REPOSITORIES.md references outdated package names:
npm installbutapi/uses pnpm (pnpm-lock.yaml exists)Evidence
Impact
New contributors following REPOSITORIES.md will
cdinto non-existent directories. The pnpm/npm discrepancy causes install failures for the api package.Proposed Solution
Acceptance Criteria
File Map
REPOSITORIES.md— correctionsLabels: documentation, good first issue
Priority: Low | Difficulty: Beginner | Estimated Effort: 0.5h
Labels: documentation,good first issue
Priority: Low | Difficulty: Beginner | Estimated Effort: 0.5h
Backlog ID: REPO-037