()
| 2472 | } |
| 2473 | |
| 2474 | function hashPythonSourceTree() { |
| 2475 | return hashDirectoryTree(path.join(repoRoot, 'src', 'deepscientist'), (filePath) => filePath.endsWith('.py')); |
| 2476 | } |
| 2477 | |
| 2478 | function discoverSkillIds() { |
| 2479 | const skillsRoot = path.join(repoRoot, 'src', 'skills'); |
no test coverage detected