Skip to content

Graphorin API reference v0.13.8


Graphorin API reference / @graphorin/cli / / ToolsLintThresholdViolation

Interface: ToolsLintThresholdViolation

Defined in: packages/cli/src/commands/tools-lint.ts:75

Stable

Counter event emitted per below-threshold tool per invocation. The CLI exposes a configurable sink so observability pipelines (Phase 04) can wire the counter into Prometheus / OTLP without touching the CLI runtime. Default: no-op.

Mirrors the documented counter contract tool.lint.threshold.violations.total{toolName,score,threshold}.

Properties

PropertyModifierTypeDefined in
scorereadonlynumberpackages/cli/src/commands/tools-lint.ts:77
thresholdreadonlynumberpackages/cli/src/commands/tools-lint.ts:78
toolNamereadonlystringpackages/cli/src/commands/tools-lint.ts:76