Default dominance threshold. A single feature holding more than this share of
total importance flags the run as suspicious.
This is the single source of truth — it previously existed as two divergent
private constants (0.6 in the promote gate, 0.85 in the agent's
plan→pipeline mapper), which meant agent-authored pipelines were silently
held to a much laxer standard than hand-authored ones.
Default dominance threshold. A single feature holding more than this share of total importance flags the run as suspicious.
This is the single source of truth — it previously existed as two divergent private constants (
0.6in the promote gate,0.85in the agent's plan→pipeline mapper), which meant agent-authored pipelines were silently held to a much laxer standard than hand-authored ones.