The upstream Linear TypeScript SDK has schema updates.
Upstream Version: @linear/sdk@78.0.0
Current Schema Date: 2026-03-23
Action Required
A maintainer needs to sync the schema:
# Enable sync mode (if not already enabled)
git submodule update --init upstream
# Run sync
make sync-upstream
# Review changes
git diff
# Commit and push
git add .
git commit -m "chore: sync with upstream @linear/sdk@78.0.0"
git push
Notes
- Review schema changes carefully
- Update queries if new operations added
- Run full test suite
- Update documentation if API changes
The upstream Linear TypeScript SDK has schema updates.
Upstream Version:
@linear/sdk@78.0.0Current Schema Date:
2026-03-23Action Required
A maintainer needs to sync the schema:
Notes