diff --git a/.claude/docs/analysis/CI_FAILURES_2024-11-21.md b/.claude/docs/analysis/CI_FAILURES_2024-11-21.md index 0236befdde..4aa7f342b3 100644 --- a/.claude/docs/analysis/CI_FAILURES_2024-11-21.md +++ b/.claude/docs/analysis/CI_FAILURES_2024-11-21.md @@ -1,6 +1,6 @@ # CI Failure Analysis - Branch justin808/monorepo-completion -**Date**: 2024-11-21 +**Date**: 2025-11-21 **PR**: #2069 **Analyst**: Claude Code Review **Status**: 🔴 NOT READY TO MERGE - Multiple Test Failures diff --git a/.claude/docs/analysis/INDEX.md b/.claude/docs/analysis/INDEX.md index 9ce781ea7e..a850e66676 100644 --- a/.claude/docs/analysis/INDEX.md +++ b/.claude/docs/analysis/INDEX.md @@ -226,7 +226,7 @@ Outside this analysis directory: ## Contact & Updates -These documents were generated on: 2025-11-19 +These documents were generated on: 2025-11-22 Updates to analysis: @@ -271,6 +271,6 @@ Updates to analysis: --- -Last Updated: 2025-11-21 +Last Updated: 2025-11-22 Status: Phase 5 IN PROGRESS - CI Failures Must Be Fixed Before Merge **BLOCKER**: See CI_FAILURES_2024-11-21.md for complete failure analysis diff --git a/CLAUDE.md b/CLAUDE.md index 587371afbc..00a18c55db 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -55,6 +55,10 @@ These requirements are non-negotiable. CI will fail if not followed. - Note in PR descriptions which fixes were tested locally vs. which are hypothetical - Explain any testing limitations encountered +**See also**: When facing complex PRs with multiple CI failures, refer to `.claude/docs/pr-splitting-strategy.md` for guidance on splitting large PRs into smaller, more manageable pieces. + +--- + **🚀 AUTOMATIC: Git hooks are installed automatically during setup** Git hooks will automatically run linting on **all changed files (staged + unstaged + untracked)** before each commit - making it fast while preventing CI failures!