Expand description
§tokmd-analysis
Tier 3 (Orchestration)
Analysis logic and optional enrichers for tokmd receipts. Computes derived metrics and orchestrates optional analysis modules based on presets.
§What belongs here
- Analysis orchestration and module coordination
- Derived metric computation
- Preset-based feature inclusion
- Enricher orchestration and adapters (delegated to microcrates)
§What does NOT belong here
- Output formatting (use tokmd-analysis-format)
- CLI argument parsing
- File modification
Structs§
- Analysis
Context - Analysis
Limits - Analysis
Request - Effort
Request - Request object passed into the effort engine.
Enums§
- Effort
Layer - Requested presentation depth for effort output.
- Effort
Model Kind - Effort-estimation model requested by the caller.
- Import
Granularity - Near
DupScope - Scope for near-duplicate comparison partitioning.
Functions§
Type Aliases§
- Analysis
Preset - Canonical preset enum for analysis orchestration.