Interface: SemanticProbeReport
Defined in: packages/core/src/introspection/SemanticProbe.ts:145
Aggregated result of multiple semantic probes.
Properties
completedAt
ts
readonly completedAt: string;Defined in: packages/core/src/introspection/SemanticProbe.ts:159
ISO-8601 timestamp
overallDrift
ts
readonly overallDrift: DriftLevel;Defined in: packages/core/src/introspection/SemanticProbe.ts:151
Overall drift assessment
results
ts
readonly results: readonly SemanticProbeResult[];Defined in: packages/core/src/introspection/SemanticProbe.ts:149
All individual probe results
stable
ts
readonly stable: boolean;Defined in: packages/core/src/introspection/SemanticProbe.ts:155
Whether the tool is considered semantically stable
summary
ts
readonly summary: string;Defined in: packages/core/src/introspection/SemanticProbe.ts:157
Human-readable summary
toolName
ts
readonly toolName: string;Defined in: packages/core/src/introspection/SemanticProbe.ts:147
Tool name
violationCount
ts
readonly violationCount: number;Defined in: packages/core/src/introspection/SemanticProbe.ts:153
Number of contract violations