()
| 278 | } |
| 279 | |
| 280 | function getReflectionLogPath() { |
| 281 | return path.join(getEvolutionDir(), 'reflection_log.jsonl'); |
| 282 | } |
| 283 | |
| 284 | // Resolve the evolver INSTALLATION directory (the package containing this file), |
| 285 | // independent of any host git repo or process.cwd(). |
no test coverage detected