Skip to main content

Module gate

Module gate 

Source
Expand description

Precision-biased gate: decide whether a candidate is durable enough to codify.

Bias is toward precision over recall (per the capture philosophy): a missed skill is invisible, but a wrong one erodes trust in the whole rule set. The MERGE-vs-CREATE distinction lives in rule_file (it depends on what is already on disk); this gate only decides KEEP vs SKIP.

Enums§

Verdict
Outcome of judging a single candidate.

Functions§

judge
Judge a candidate against the configured thresholds.