Address refactoring PR review feedback

Correct the judge-comparison label and remove stale dotnet-breaking-changes registry entries left by the rebase.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 8c45529b-2515-483d-9e51-e6c0b7cb6852
This commit is contained in:
Abhitej John
2026-09-15 10:31:37 -07:00
parent 1f73f15936
commit f4f0ed317a
3 changed files with 1 additions and 4 deletions
-2
View File
@@ -14,8 +14,6 @@
/tests/dotnet/setup-local-sdk/ @dotnet/roslyn-ide @dotnet/skills-csharp-language-reviewers
/plugins/dotnet/skills/csharp-refactoring/ @dotnet/roslyn-ide @dotnet/skills-csharp-language-reviewers
/tests/dotnet/csharp-refactoring/ @dotnet/roslyn-ide @dotnet/skills-csharp-language-reviewers
/plugins/dotnet/skills/dotnet-breaking-changes/ @dotnet/roslyn-ide @dotnet/skills-csharp-language-reviewers
/tests/dotnet/dotnet-breaking-changes/ @dotnet/roslyn-ide @dotnet/skills-csharp-language-reviewers
/plugins/dotnet/lsp.json @dotnet/roslyn-ide @dotnet/skills-csharp-language-reviewers
# dotnet-advanced (advanced .NET development skills)
+1 -1
View File
@@ -1659,7 +1659,7 @@ jobs:
$rate = if ($all.Count -gt 0) { [math]::Round($agree / $all.Count, 4) } else { 0 }
[pscustomobject]@{
experiment = "opus-4.8-vs-sonnet-5"
experiment = "opus-4.8-vs-haiku-4.5"
lastUpdate = $date
summary = [pscustomobject]@{ pairs = $all.Count; agree = $agree; agreementRate = $rate }
entries = $all
-1
View File
@@ -20,5 +20,4 @@ Prerequisites:
## Skills
- [csharp-refactoring](skills/csharp-refactoring/SKILL.md)
- [dotnet-breaking-changes](skills/dotnet-breaking-changes/SKILL.md)
- [setup-local-sdk](skills/setup-local-sdk/SKILL.md)