I don’t think you’re getting mine.
In a professional setting, which I’d like to think that KiCAD is aiming for, libraries should never be changed beyond fixing things known to be wrong. It’s fine to add new things, or add new things to replace old things. It’s especially important when you have a team of engineers, and even more so when you have separate teams that work on schematic capture and PCB layout.
New symbols and footprints should be checked carefully for correct pin mapping and physical fit on the footprint, pad sizes and so on. It’s a complicated process, especially with some fine pitch parts, making sure that the board itself can be made, and that solder paste can be printed correctly, and it reflows properly.
But once everything is confirmed to be correct, that’s it. It’s locked down. No random renaming or changing of either the footprint or symbol, or changing pin numbering.
Doing such changes just adds in extra work, and adds a big uncertainty into your designs.
An example I had in KiCAD was the USBLC6-2SC6 symbol. Here are the two side by side in the schematic:
Why did someone decide to do this? Wouldn’t have been so bad if the relative pin ordering around the symbol was the same, but it isn’t. So you’ve then got to spend time fixing it.
In a professional setting, this is just plain bad. Imagine saying your project leader / supervisor “Oh, someone a thousand miles away changed a few library symbols, and it’s totally cocked up our schematic. It’s going to be an extra weeks work to fix it.”
The reality in a professional setting is this sort of thing is an unacceptable risk.
Once you’ve been burned, you NEVER directly use libraries you don’t have direct control over ever again.