tokmd-envelope
Cross-fleet SensorReport contracts for multi-sensor integration.
Problem
Sensors and policy checks need one shared envelope for verdicts, findings, artifacts, and gate output.
What it gives you
SensorReport,ToolMeta, andVerdictFinding,FindingSeverity, andFindingLocationGateResults,GateItem,Artifact, and capability status types
API / usage notes
- This crate is the shared JSON contract for sensors, gate, and cockpit-style consumers.
- Keep the envelope shape stable and version it deliberately.
src/lib.rsis the canonical field reference.
Go deeper
- Tutorial: tokmd README
- How-to: tokmd-sensor
- Reference: Schema
- Explanation: Architecture