Because no edit was actually executed on the schematic.
What happened is:
- I summarized the target rail mappings in chat, but the turn did not produce a successful project modification result.
- The project-modification guidance shows that net renaming/editing must be done through actual project rewrite tools such as
rewrite_designators or rewrite_project_nets; describing the nets in chat does not apply the change by itself
- The same skill doc also makes clear that project changes require a modifying tool path, not just a textual summary
So the short version is: I answered with the intended net map, but I didn’t successfully perform the mutation.
Also, there’s a second issue in your request:
- A few of the node definitions you gave don’t exactly match the project’s current connectivity anymore. For example, your requested +12V node includes IC1
IN, while your requested VIN_PROTECTED node also includes IC1 IN in the earlier implementation history, so that rail naming needs one careful pass against the live schematic before applying it.
If you want, I can now do this properly by:
- checking the current live schematic nets,
- matching each existing node to your intended rail name,
- then applying only the net-label/designator changes with no connection changes.