refactor(gateway): remove user reputation feature entirely

Drop trust-score/infraction system: delete userReputationStore, remove call sites in fallback/batch processors, drop formatReputationAttrs, drop user_reputations table (migration 0016), delete trust-model test, update docs.
This commit is contained in:
asepharyana
2026-08-18 18:27:15 +07:00
parent 9b3134d767
commit 2a8f6d9062
13 changed files with 19 additions and 643 deletions
@@ -113,6 +113,13 @@
"when": 1787184000000,
"tag": "0015_add_moderation_explainability",
"breakpoints": true
},
{
"idx": 16,
"version": "7",
"when": 1787185000000,
"tag": "0016_drop_user_reputations",
"breakpoints": true
}
]
}