tokmd-analysis-types
Analysis receipt contracts and shared report types.
Problem
You need a stable analysis schema without pulling in orchestration or rendering code.
What it gives you
ANALYSIS_SCHEMA_VERSIONAnalysisReceipt,AnalysisSource,AnalysisArgsMeta- Shared report and finding structs used by the analysis presets
Integration notes
- Pure data and serialization, with deterministic ordering at the type boundary.
ANALYSIS_SCHEMA_VERSION = 9.- Includes the optional sections used by the analysis preset matrix.
Go deeper
- Tutorial: Tutorial
- How-to: Recipes
- Reference: Architecture, Schema, Schema JSON
- Explanation: Explanation