Part of #4092.
Problem
isParityAuditEnabled (src/review/parity-wire.ts) is not migrated onto the existing per-repo feature-activation mechanism (src/review/feature-activation.ts; NOT a new resolver to build, see #4092's corrected state) — purely GITTENSORY_REVIEW_PARITY_AUDIT + the shared allowlist today.
Fix
- Add
"parityAudit" to CONVERGED_FEATURE_KEYS + FEATURE_GLOBAL_FLAG (mapping to isParityAuditEnabled).
- Migrate parityAudit's real call site(s) to
convergedFeatureActive/resolveConvergedFeature.
.gittensory.yml.example + config/examples/gittensory.full.yml document the new features.parityAudit key.
Deliverables
Expected outcome
An operator can turn the reviewbot-parity audit on/off per-repo purely through config.
Effort
S — mechanical migration onto an existing, proven mechanism.
Part of #4092.
Problem
isParityAuditEnabled(src/review/parity-wire.ts) is not migrated onto the existing per-repo feature-activation mechanism (src/review/feature-activation.ts; NOT a new resolver to build, see #4092's corrected state) — purelyGITTENSORY_REVIEW_PARITY_AUDIT+ the shared allowlist today.Fix
"parityAudit"toCONVERGED_FEATURE_KEYS+FEATURE_GLOBAL_FLAG(mapping toisParityAuditEnabled).convergedFeatureActive/resolveConvergedFeature..gittensory.yml.example+config/examples/gittensory.full.ymldocument the newfeatures.parityAuditkey.Deliverables
parityAuditadded toCONVERGED_FEATURE_KEYS+FEATURE_GLOBAL_FLAGExpected outcome
An operator can turn the reviewbot-parity audit on/off per-repo purely through config.
Effort
S — mechanical migration onto an existing, proven mechanism.