Skip to content

Conversation

@kubaflo
Copy link
Contributor

@kubaflo kubaflo commented Nov 23, 2025

Changed markdown links in issue-resolver.md and pr-reviewer.md to use relative paths for improved navigation and consistency within the .github/agents documentation.

Changed markdown links in issue-resolver.md and pr-reviewer.md to use relative paths for improved navigation and consistency within the .github/agents documentation.
Copilot AI review requested due to automatic review settings November 23, 2025 23:51
@kubaflo kubaflo changed the title Fixed links [AI] Fixed links for agents Nov 23, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes broken relative links in agent configuration files by converting absolute paths to proper relative paths. The files in .github/agents/ were using incorrect absolute paths (.github/instructions/...) to reference instruction files, which would not work correctly in Markdown renderers. The PR correctly updates these to relative paths (../instructions/...) that properly navigate from the agents directory to the instructions directory.

Key Changes

  • Updated all file references in .github/agents/pr-reviewer.md from absolute to relative paths
  • Updated file reference in .github/agents/issue-resolver.md from absolute to relative path
  • All referenced files verified to exist at the target locations

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/agents/pr-reviewer.md Fixed 13 markdown links by converting from absolute paths (.github/instructions/...) to correct relative paths (../instructions/...)
.github/agents/issue-resolver.md Fixed 1 markdown link by converting from absolute path to correct relative path

@dotnet-policy-service dotnet-policy-service bot added the community ✨ Community Contribution label Nov 23, 2025
@PureWeen PureWeen merged commit ed1eed6 into dotnet:main Nov 24, 2025
1 check passed
evgenygunko pushed a commit to evgenygunko/CopyWordsDA that referenced this pull request Dec 18, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Microsoft.Maui.Controls](https://github.com/dotnet/maui) | nuget | patch | `10.0.11` -> `10.0.20` |

---

### Release Notes

<details>
<summary>dotnet/maui (Microsoft.Maui.Controls)</summary>

### [`v10.0.20`](https://github.com/dotnet/maui/releases/tag/10.0.20): SR2

[Compare Source](dotnet/maui@10.0.11...10.0.20)

##### What's Changed

**Note:** This is a service release (SR2) tracking ongoing release/10.0.1xx-sr2 branch development. The version number 10.0.20 represents the second service release for .NET MAUI 10.

.NET MAUI 10.0.20 development introduces significant improvements across all platforms with focus on quality, performance, and developer experience. Current development includes enhancements to XAML Source Generator, iOS/macOS fixes, AppThemeBinding improvements, and improved developer tooling.

##### AI

-   PR Reviewer Agent by [@&#8203;PureWeen](https://github.com/PureWeen) in dotnet/maui#32340

-   \[AI] The Issue-Resolver agent by [@&#8203;kubaflo](https://github.com/kubaflo) in dotnet/maui#32804

-   \[AI] Fixed links for agents by [@&#8203;kubaflo](https://github.com/kubaflo) in dotnet/maui#32818

-   Add checkpoint/resume system for PR review agent by [@&#8203;kubaflo](https://github.com/kubaflo) in dotnet/maui#32774

-   Improved pr-reviewer AI agent and modified the usage instructions in README by [@&#8203;kubaflo](https://github.com/kubaflo) in dotnet/maui#32718

-   Agents scripts by [@&#8203;PureWeen](https://github.com/PureWeen) in dotnet/maui#32819

-   Simplify agent instructions and consolidate sandbox testing workflow by [@&#8203;Copilot](https://github.com/Copilot) in dotnet/maui#32950

##### Brushes

-   Fix SolidColorBrush.Equals to compare Color values instead of references by [@&#8203;StephaneDelcroix](https://github.com/StephaneDelcroix) in dotnet/maui#32956

    <details>
    <summary>🔧 Fixes</summary>

    -   [Using DynamicResource with OnPlatform<Color> causes infinite loop](dotnet/maui#27281)

    </details>

##### Data Binding

-   Fix CS8603 error for nullable reference types in SourceGen binding paths by [@&#8203;Copilot](https://github.com/Copilot) in dotnet/maui#32480

    <details>
    <summary>🔧 Fixes</summary>

    -   [error CS8603: Possible null reference return in generated code using SourceGen](dotnet/maui#32478)

    </details>

##### Docs

-   Add README-AI.md file by [@&#8203;PureWeen](https://github.com/PureWeen) in dotnet/maui#32502

-   Improve AI agent documentation and testing instructions by [@&#8203;Copilot](https://github.com/Copilot) in https://github.com/dotnet/maui/p...
@github-actions github-actions bot locked and limited conversation to collaborators Dec 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-ai community ✨ Community Contribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants