New REES local analyzer that flags non-inclusive terminology newly added in identifiers/comments (whitelist/blacklist, master/slave, etc.) and suggests the neutral replacement — a config-driven house-style signal. Pure compute over added lines, no network; the term→replacement map is a bounded in-file table so self-host operators can reason about it.
Deliverables
References
review-enrichment/src/analyzers/actions-pin.ts (added-line scan template)
review-enrichment/src/analyzers/registry.ts:158-175
review-enrichment/src/types.ts:289-311
Part of #1499.
size: XS · gittensor:bug
New REES local analyzer that flags non-inclusive terminology newly added in identifiers/comments (whitelist/blacklist, master/slave, etc.) and suggests the neutral replacement — a config-driven house-style signal. Pure compute over added lines, no network; the term→replacement map is a bounded in-file table so self-host operators can reason about it.
Deliverables
TerminologyFinding({ file, line, term: string, suggestion: string }) +terminology?key to review-enrichment/src/types.tsReferences
review-enrichment/src/analyzers/actions-pin.ts (added-line scan template)review-enrichment/src/analyzers/registry.ts:158-175review-enrichment/src/types.ts:289-311Part of #1499.
size: XS · gittensor:bug