Description:
CONTRIBUTING.md's Testing table states "packages/sdk has no dedicated test script yet" and instructs contributors to type-check it and exercise it via API integration tests instead. But packages/sdk/package.json already defines "test": "tsx --test src/compatibility.test.ts". The doc is stale and hides a faster feedback loop from contributors.
Acceptance Criteria:
Relevant Files:
CONTRIBUTING.md — Testing table row for SDK is stale
packages/sdk/package.json — already has "test": "tsx --test src/compatibility.test.ts"
Description:
CONTRIBUTING.md's Testing table states "packages/sdk has no dedicated test script yet" and instructs contributors to type-check it and exercise it via API integration tests instead. But packages/sdk/package.json already defines "test": "tsx --test src/compatibility.test.ts". The doc is stale and hides a faster feedback loop from contributors.
Acceptance Criteria:
Relevant Files:
CONTRIBUTING.md— Testing table row for SDK is stalepackages/sdk/package.json— already has "test": "tsx --test src/compatibility.test.ts"