Commit Graph

2 Commits

Author SHA1 Message Date
Claude
dfdcd65213 ci: add Claude code review GitHub Action
- Add automated code review workflow that triggers on PRs
- Support on-demand reviews via @claude mentions
- Configure review to check code quality, architecture, testing, and performance
- Add comprehensive setup documentation in docs/github-actions-setup.md
- Review focuses on project-specific conventions from CLAUDE.md
2025-12-21 12:38:02 +00:00
Claude
e178aff9cd ci: add GitHub Actions QA workflow
Set up automated quality assurance checks:
- Lint: runs ESLint
- Build: runs TypeScript + Vite build
- Test: runs Vitest in CI mode

All jobs run in parallel on push/PR to main/master.
2025-12-21 11:19:09 +00:00