fix: add .gitignore to prevent node_modules in workflow PRs - #87
Conversation
Both weekly-update and monthly-research workflows create PRs via peter-evans/create-pull-request, which commits all untracked files. Without .gitignore, node_modules/ and .cache/ artifacts pollute PRs.
|
Claude finished @BaseInfinity's task in 55s —— View job PR Code ReviewSummaryThis PR adds a Recommendation: APPROVEFindingsCritical (must fix)None. Suggestions (nice to have)
Strengths
Files Reviewed
|
|
Review completed. Check the workflow logs for details. |
CI Auto-Fix: Attempt 1/3
|
E2E Quick Check (Tier 1) ❌Fast quality gate - single comparison per commit.
Result: REGRESSION: Wizard changes reduced SDLC compliance
Criteria Breakdown
Test Suites: 2 passed, 2 total Historical ContextThis scenario avg: 5.0 (1 runs) Add Tier 1: 1x run each. SDP adjusts for external model conditions. |
Summary
.gitignoreto repo root (none existed)node_modules/,tests/e2e/.cache/,.DS_StoreProblem
Both weekly-update and monthly-research workflows create PRs via
peter-evans/create-pull-request. Without.gitignore, untrackednode_modules/(100+ files) and.cache/artifacts get committed. PRs #85 and #86 were closed because of this.Test plan