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
Adds a 'Works with APM' section explaining how agentrc-generated
instructions integrate with APM for distribution, sharing, and
governance across teams.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,18 @@ Works with **GitHub** and **Azure DevOps**. Supports monorepos, multi-root VS Co
71
71
72
72
> For multi-agent support (Copilot + Claude + others), generate `AGENTS.md` with `--output AGENTS.md`. See [Custom instructions in VS Code](https://code.visualstudio.com/docs/copilot/customization/custom-instructions).
73
73
74
+
## Works with APM
75
+
76
+
[APM](https://github.com/microsoft/apm) (Agent Package Manager) distributes agent instructions, skills, and prompts across repos — like npm for AI agent configs.
77
+
78
+
AgentRC generates the content. APM distributes it. Together:
79
+
80
+
1.**Generate** — `agentrc init` analyzes your code and produces tailored instructions
81
+
2.**Share** — push to a repo, teammates install with `apm install your-org/your-repo`
0 commit comments