You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pr-review-comment-sweep.plan.md
+23-6Lines changed: 23 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,11 @@ Out of scope:
47
47
-[x] Collect actionable review comments and threads for PRs `#79`, `#80`, `#81`, and `#82`.
48
48
-[x] Audit each comment for current validity and group them by PR and affected slice.
49
49
-[x] Apply the valid fixes for PR `#79` and run focused verification.
50
-
-[] Apply the valid fixes for PR `#80` and run focused verification.
51
-
-[] Apply the valid fixes for PR `#81` and run focused verification.
52
-
-[] Apply the valid fixes for PR `#82` and run focused verification.
53
-
-[] Run the full repo validation sequence.
54
-
-[] Commit the sweep and push the branch updates needed for the affected PR heads.
50
+
-[x] Apply the valid fixes for PR `#80` and run focused verification.
51
+
-[x] Apply the valid fixes for PR `#81` and run focused verification.
52
+
-[x] Apply the valid fixes for PR `#82` and run focused verification.
53
+
-[x] Run the full repo validation sequence.
54
+
-[x] Commit the sweep and push the branch updates needed for the affected PR heads.
55
55
56
56
## Full-Test Baseline
57
57
@@ -61,10 +61,27 @@ Out of scope:
61
61
-`dotnet test DotPilot.Tests/DotPilot.Tests.csproj --filter "FullyQualifiedName~ToolchainCenter|FullyQualifiedName~RuntimeFoundation"`
62
62
-`dotnet test DotPilot.UITests/DotPilot.UITests.csproj --filter "FullyQualifiedName~WhenNavigatingToSettingsThenCategoriesAndEntriesAreVisible|FullyQualifiedName~WhenNavigatingToSettingsThenToolchainCenterProviderDetailsAreVisible|FullyQualifiedName~WhenSwitchingToolchainProvidersThenProviderSpecificDetailsAreVisible"`
63
63
-`dotnet format DotPilot.slnx --verify-no-changes`
-`dotnet test DotPilot.Tests/DotPilot.Tests.csproj --filter "FullyQualifiedName~AgentFrameworkRuntimeClient|FullyQualifiedName~EmbeddedRuntimeTrafficPolicy|FullyQualifiedName~RuntimeFoundationCatalog"`
71
+
-`dotnet format DotPilot.slnx --verify-no-changes`
0 commit comments