feat: add CI format check, flaky test handling, and enhanced onboarding docs#8
Closed
abhishyantkhare wants to merge 1 commit intomainfrom
Closed
feat: add CI format check, flaky test handling, and enhanced onboarding docs#8abhishyantkhare wants to merge 1 commit intomainfrom
abhishyantkhare wants to merge 1 commit intomainfrom
Conversation
…ng docs - Add CI format workflow (ci-format.yaml) to check Prettier formatting for frontend and backend packages on PRs and merge queue - Add jest.retryTimes(2) to frontend and server test setups to handle flaky tests and improve CI stability - Enhance CLAUDE.md with: - CI/CD Pipeline Overview with all 24+ workflows documented - Pre-commit Hooks section for Husky v9 + lint-staged setup - Pre-PR Checklist with commands developers should run - Custom ESLint Rules documentation (16 rules) - Testing Guide for unit, integration, E2E, and Storybook tests - Deployment Architecture for Render and Docker - Enhance AGENTS.md with: - CI/CD automated checks table - Custom ESLint Rules summary (8 most impactful rules) - Code Review Checklist covering quality, security, testing, CI - Preview Environment documentation - Coding Standards for TypeScript, imports, naming conventions
Welcome!
Hello there, congrats on your first PR! We're excited to have you contributing to this project. |
|
🚀 Preview Environment Ready! Your preview environment is available at: http://bore.pub:53821 This environment will automatically shut down when the PR is closed or after 5 hours. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds targeted CI/CD improvements and significantly enhanced onboarding documentation for the Twenty monorepo.
Original Task
Health Analysis Results (Score: 16/18 — 89%)
Changes
New: `.github/workflows/ci-format.yaml`
Enhanced: `CLAUDE.md`
Enhanced: `AGENTS.md`
New: Flaky Test Handling
Type of Change