Skip to content

docs: Update REPOSITORIES.md with correct package names #220

Description

@Xhristin3

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

  1. Update all package directory references to match actual names
  2. Document that api/ uses pnpm, other packages use npm
  3. Verify all setup commands work when followed exactly

Acceptance Criteria

  • Directory paths match actual filesystem names
  • Package manager instructions match each package's lockfile
  • Setup commands verified working

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

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationgood first issueGood for newcomers

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions