Skip to main content

Crate tokmd_analysis

Crate tokmd_analysis 

Source
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§

AnalysisContext
AnalysisLimits
AnalysisRequest
EffortRequest
Request object passed into the effort engine.

Enums§

EffortLayer
Requested presentation depth for effort output.
EffortModelKind
Effort-estimation model requested by the caller.
ImportGranularity
NearDupScope
Scope for near-duplicate comparison partitioning.

Functions§

analyze
normalize_root

Type Aliases§

AnalysisPreset
Canonical preset enum for analysis orchestration.