Update SKILL.md with clearer refactoring guidelines

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Wendy Breiding
2026-09-14 09:18:39 -07:00
committed by Abhitej John
parent 11870a3b83
commit 3c8cab00a1
@@ -134,6 +134,6 @@ checks.
## Stop and ask when
- The baseline is already red (you can't prove you preserved behavior).
- A public/shipped API would change and there is no forwarder/shim path and no analyzer/ApiCompat gate.
- A public/shipped API would change without a forwarder/shim or explicit authorization for a breaking change.
- Equivalence depends on runtime behavior tests don't cover (reflection, DI, serialization, `dynamic`,
P/Invoke) — flag it.