From b0d65a422b8db25c8d47f5426c3a5c765b39a518 Mon Sep 17 00:00:00 2001 From: danielmeppiel Date: Tue, 31 Mar 2026 15:01:38 +0200 Subject: [PATCH] docs: add agentrc ecosystem section to README Adds a 'Works with agentrc' section explaining how agentrc-generated instructions are directly compatible with APM for distribution and governance across teams. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 71c071e1e..a3613ee59 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,12 @@ apm install microsoft/apm-sample-package#v1.0.0 See the **[Getting Started guide](https://microsoft.github.io/apm/getting-started/quick-start/)** for the full walkthrough. +## Works with agentrc + +[agentrc](https://github.com/microsoft/agentrc) analyzes your codebase and generates tailored agent instructions — architecture, conventions, build commands — from real code, not templates. + +Use agentrc to author high-quality instructions, then package them with APM to share across your org. The `.instructions.md` format is shared by both tools — no conversion needed when moving instructions into APM packages. + ## Community Created and maintained by [@danielmeppiel](https://github.com/danielmeppiel).