Skip to content

refactor(ci): parallelize CI jobs for faster execution#404

Merged
FL4TLiN3 merged 4 commits intomainfrom
refactor/parallelize-ci
Jan 9, 2026
Merged

refactor(ci): parallelize CI jobs for faster execution#404
FL4TLiN3 merged 4 commits intomainfrom
refactor/parallelize-ci

Conversation

@FL4TLiN3
Copy link
Contributor

@FL4TLiN3 FL4TLiN3 commented Jan 9, 2026

Summary

  • Split quality job into parallel jobs: lint, typecheck, check-deps, validate-versions, validate-changeset, check-schema-diff
  • Remove ci-success aggregation job (unnecessary, GitHub Actions shows each job status)
  • Delete issue-bot.yml (to be recreated later)

Test plan

  • Verify all CI jobs run in parallel
  • Verify CI completes faster than before

🤖 Generated with Claude Code

FL4TLiN3 and others added 3 commits December 31, 2025 14:36
Replace all 'as' type assertions in production code with proper type guards
using the 'in' operator or type narrowing, following the coding style guidelines
in .agent/rules/coding-style.md.

Changes:
- packages/api-client/src/fetcher.ts: Use type guards for error body validation
- packages/providers/core/src/base.ts: Remove unnecessary type assertion
- packages/providers/anthropic/src/skills.ts: Add runtime validation for JSON.parse
- packages/react/src/utils/group-by-run.ts: Use discriminated union type narrowing
- packages/react/src/hooks/use-run.ts: Add type guards in switch cases
- packages/react/src/hooks/use-runtime.ts: Add type guards in switch cases

Closes #325

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Split quality job into parallel jobs: lint, typecheck, check-deps, validate-versions, validate-changeset, check-schema-diff
- Remove ci-success aggregation job (unnecessary)
- Delete issue-bot.yml (to be recreated later)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Jan 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@FL4TLiN3 FL4TLiN3 merged commit 81c318e into main Jan 9, 2026
10 checks passed
@github-actions github-actions bot mentioned this pull request Jan 9, 2026
@FL4TLiN3 FL4TLiN3 deleted the refactor/parallelize-ci branch February 25, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant