Module options
Expand description
Run-time configuration for the codelore pipeline. Defaults match code-maat for parity; see spec §1.1.
Structs§
Enums§
- Complexity
Sample - Complexity sampling strategy. See spec §4.4.
- Time
Bucket - Time-bucket granularity for coupling-family analyses (modern replacement
for code-maat’s
--temporal-period). Backed byDuckDB’sdate_trunc— produces clean non-overlapping buckets rather than the sliding-window duplication code-maat does.