(_ref, path)
| 98 | return rel; |
| 99 | }, |
| 100 | async readFile(_ref, path) { |
| 101 | return await readText(join(repoRoot, path)); |
| 102 | }, |
| 103 | async getVersionString(_ref) { |
| 104 | // Try to mimic Python version: <latest tag> (<short sha>) |
| 105 | // For simplicity here, return just the short HEAD sha via git, falling back to 'unknown' |