(limit)
| 24 | const PROJECT_ROOT = process.env.CLAUDE_PROJECT_DIR || process.cwd(); |
| 25 | |
| 26 | function agentReport(limit) { |
| 27 | process.stdout.write(formatAgentReport(buildAgentReport(PROJECT_ROOT, { limit }))); |
| 28 | } |
| 29 | |
| 30 | function hookReport() { |
| 31 | process.stdout.write(formatHookReport(buildHookReport(PROJECT_ROOT))); |
no test coverage detected