Description
Difficulty: Expert
Type: CI
Summary
Add a local verification workflow that mirrors the expected CI checks for SDK contributors.
Current Behaviour
Contributors may rely on GitHub CI only after opening a PR, or submit work without running checks locally.
Expected Behaviour
The SDK repo should provide one documented command that runs lint, typecheck, tests, and coverage where available.
Suggested Implementation
Add package scripts, documentation, and optional CI workflow notes for local verification.
Files or Areas Likely Affected
- package.json
- docs/
- README.md
- .github/
- tests/
Acceptance Criteria
Additional Notes
This helps contributors avoid failing CI.
Description
Difficulty: Expert
Type: CI
Summary
Add a local verification workflow that mirrors the expected CI checks for SDK contributors.
Current Behaviour
Contributors may rely on GitHub CI only after opening a PR, or submit work without running checks locally.
Expected Behaviour
The SDK repo should provide one documented command that runs lint, typecheck, tests, and coverage where available.
Suggested Implementation
Add package scripts, documentation, and optional CI workflow notes for local verification.
Files or Areas Likely Affected
Acceptance Criteria
Additional Notes
This helps contributors avoid failing CI.