Expand description
§tokmd-envelope
Tier 0 (Cross-Fleet Contract)
Defines the SensorReport envelope and associated types for multi-sensor
integration. External sensors depend on this crate without pulling in
tokmd-specific analysis types.
§What belongs here
SensorReport(the cross-fleet envelope)Verdict,Finding,FindingSeverity,FindingLocationGateResults,GateItem,Artifact- Finding ID constants
§What does NOT belong here
- tokmd-specific analysis types (use tokmd-analysis-types)
- I/O operations or business logic
Modules§
- findings
- Finding ID registry for sensor outputs.
Structs§
- Artifact
- Artifact reference in the sensor report.
- Capability
Status - Status of a capability for “No Green By Omission”.
- Finding
- A finding reported by the sensor.
- Finding
Location - Source location for a finding.
- Gate
Item - Individual gate item in the gates section.
- Gate
Results - Evidence gate results section.
- Sensor
Report - Sensor report envelope for multi-sensor integration.
- Tool
Meta - Tool identification for the sensor report.
Enums§
- Capability
State - State of a capability.
- Finding
Severity - Severity level for findings.
- Verdict
- Overall verdict for the sensor report.
Constants§
- SENSOR_
REPORT_ SCHEMA - Schema identifier for sensor report format. v1: Initial sensor report specification for multi-sensor integration.