Add review.enrichment — a per-repo mapping of REES analyzer names to bool, letting operators enable/disable individual enrichment analyzers (static-analysis, coverage-delta, breaking-change, etc.) declaratively rather than a single opaque on/off. Absent ⇒ current default set (byte-identical). Decomposed from #1959/#1680; the config surface for the #1499 analyzers.
Deliverables
References
src/review/enrichment-wire.ts
src/signals/focus-manifest.ts:558 (parseSettingsOverride mapping pattern)
part of #1959 / #1680 (epic #1953); config surface for #1499
Part of #1959.
size: M · gittensor:feature
Add
review.enrichment— a per-repo mapping of REES analyzer names to bool, letting operators enable/disable individual enrichment analyzers (static-analysis, coverage-delta, breaking-change, etc.) declaratively rather than a single opaque on/off. Absent ⇒ current default set (byte-identical). Decomposed from #1959/#1680; the config surface for the #1499 analyzers.Deliverables
enrichmentAnalyzers: Record<string, boolean>to FocusManifestReviewConfig in src/signals/focus-manifest.ts, parsed as a mapping of known analyzer keys to booleans (warn+drop unknown keys)present+ EMPTY literalsReferences
src/review/enrichment-wire.tssrc/signals/focus-manifest.ts:558 (parseSettingsOverride mapping pattern)part of #1959 / #1680 (epic #1953); config surface for #1499Part of #1959.
size: M · gittensor:feature