(relModules)
| 123 | // runValidations() executes with cwd=repoRoot, so require('./src/...') |
| 124 | // resolves correctly without embedding machine-specific absolute paths. |
| 125 | function buildValidationCmd(relModules) { |
| 126 | const paths = relModules.map(m => `./${m}`); |
| 127 | return `node scripts/validate-modules.js ${paths.join(' ')}`; |
| 128 | } |
| 129 | |
| 130 | function getDefaultGenes() { |
| 131 | return { |