MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / gate

Function gate

src/bin/codegraph.ts:1244–1246  ·  view source on GitHub ↗
(outcome: string)

Source from the content-addressed store, hash-verified

1242 // only, NEVER prompt content (see TELEMETRY.md). This is the data that
1243 // turns "is the gate any good" from vibes into a measured recall rate.
1244 const gate = (outcome: string): void => {
1245 try { getTelemetry().recordUsage('cli_command', `prompt-hook-gate-${outcome}`, true); } catch { /* never break the hook */ }
1246 };
1247
1248 // Gate, tiered by confidence (#994, #1126):
1249 // HIGH — a structural keyword (any covered language), or a code-shaped

Callers 1

mainFunction · 0.85

Calls 2

getTelemetryFunction · 0.90
recordUsageMethod · 0.80

Tested by

no test coverage detected