Remove agent PR session reports#34084
Merged
PureWeen merged 1 commit intodotnet:mainfrom Feb 17, 2026
Merged
Conversation
Delete obsolete agent-generated session/review markdown files from .github/agent-pr-session. Removes reports for issue-33352 and PRs 32289, 33127, 33134, 33152, 33380, 33392, and 33406 as part of repository cleanup.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes obsolete agent-generated session/review markdown files from the .github/agent-pr-session/ directory. The PR agent workflow has been updated to use CustomAgentLogsTmp/PRState/ for state tracking (as documented in .github/agents/pr.md line 3), making these old session files in .github/agent-pr-session/ obsolete and safe to delete.
Changes:
- Removes 8 obsolete agent session markdown files that tracked PR reviews and issue investigations from January 2026
- Deletes the entire
.github/agent-pr-session/directory as it's no longer used by the agent workflow
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/agent-pr-session/pr-33406.md |
Removed obsolete session report for PR #33406 (iOS Shell navigation fix) |
.github/agent-pr-session/pr-33392.md |
Removed obsolete session report for PR #33392 (iOS Stepper value fix) |
.github/agent-pr-session/pr-33380.md |
Removed obsolete session report for PR #33380 (Shell back button test fix) |
.github/agent-pr-session/pr-33152.md |
Removed obsolete session report for PR #33152 (iOS VoiceOver focus fix) |
.github/agent-pr-session/pr-33134.md |
Removed obsolete session report for PR #33134 (Android EmptyView fix) |
.github/agent-pr-session/pr-33127.md |
Removed obsolete session report for PR #33127 (MacCatalyst Picker unfocus fix) |
.github/agent-pr-session/pr-32289.md |
Removed obsolete session report for PR #32289 (Handler disconnection fix) |
.github/agent-pr-session/issue-33352.md |
Removed obsolete session report for issue #33352 (MacCatalyst crash fix) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Delete obsolete agent-generated session/review markdown files from .github/agent-pr-session. Removes reports for issue-33352 and PRs 32289, 33127, 33134, 33152, 33380, 33392, and 33406 as part of repository cleanup.