MCPcopy Create free account
hub / github.com/SethGammon/Citadel / agentReport

Function agentReport

scripts/telemetry-report.cjs:26–28  ·  view source on GitHub ↗
(limit)

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 2

formatAgentReportFunction · 0.85
buildAgentReportFunction · 0.85

Tested by

no test coverage detected