Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
* @danielmeppiel
* @danielmeppiel @sergio-sisternes-epam

# README.md — Lead Maintainer only
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

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

The comment uses an em dash (non-ASCII, U+2014). The repo's encoding rules require printable ASCII only; replace it with a normal hyphen '-' to keep .github files ASCII-safe.

Suggested change
# README.md Lead Maintainer only
# README.md - Lead Maintainer only

Copilot uses AI. Check for mistakes.
README.md @danielmeppiel
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Project Maintainers

* Daniel Meppiel (@danielmeppiel) - Creator and Lead Maintainer
* Sergio Sisternes (@sergio-sisternes-epam) - Maintainer

## Contributors

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Use agentrc to author high-quality instructions, then package them with APM to s

## Community

Created and maintained by [@danielmeppiel](https://github.com/danielmeppiel).
Created by [@danielmeppiel](https://github.com/danielmeppiel). Maintained by [@danielmeppiel](https://github.com/danielmeppiel) and [@sergio-sisternes-epam](https://github.com/sergio-sisternes-epam).

- [Roadmap & Discussions](https://github.com/microsoft/apm/discussions/116)
- [Contributing](CONTRIBUTING.md)
Expand Down
Loading