docs-v2/.github/scripts
Jason Stirnaman 660170435f ci: convert cypress scripts to CommonJS:
Verification Results

  - Direct module loading:  Works perfectly
  - Incremental validation:  Processes files correctly

  - Subprocess calls:  No EPIPE errors
  - Cache functionality:  Operating normally

  🔧 Technical Details

  - All modules now use CommonJS require() statements
  - Proper module.exports for compatibility
  - File extensions changed to .cjs to work with type:
   module in package.json
  - Maintained all existing functionality and error
  handling
2025-07-28 21:58:09 -05:00
..
utils fix: resolve code review findings:1. Fixed Cypress Race Condition: Moved logging 2025-07-28 16:24:24 -05:00
cache-manager.cjs ci: convert cypress scripts to CommonJS: 2025-07-28 21:58:09 -05:00
cache-manager.js fix: resolve code review findings:1. Fixed Cypress Race Condition: Moved logging 2025-07-28 16:24:24 -05:00
comment-generator.js fix: apply code review suggestions: High Priority Issues (Fixed): 2025-07-28 16:24:24 -05:00
incremental-validator.cjs ci: convert cypress scripts to CommonJS: 2025-07-28 21:58:09 -05:00
incremental-validator.js fix: resolve code review findings:1. Fixed Cypress Race Condition: Moved logging 2025-07-28 16:24:24 -05:00
link-extractor.cjs ci: convert cypress scripts to CommonJS: 2025-07-28 21:58:09 -05:00
link-extractor.js Apply suggestions from code review 2025-07-28 16:24:24 -05:00
matrix-generator.js ci: convert cypress scripts to CommonJS: 2025-07-28 21:58:09 -05:00