This task is going to be tracking config cleanup tasks. Several cases below:
- Sometimes, we deprecate and remove configs in the MediaWiki software and even extensions/skins but we forget to cleanup production (operations-mediawiki-config repo) to remove these unused configs.
- In some cases, we introduce configs as experiments or migration paths or feature flags (which are temporary) but end up not cleaning up and these ripple through multiple releases.
- In other cases, we introduce configs and actually never used but forget to remove.
On this task is a slow but consistent effort (during my free time) to verify and cleanup configs that are no longer used anywhere in our systems.