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:
79
+
80
+
-**In your project** — run `agentrc init` to generate instructions, then `apm install org/standards` to pull in shared agent packages from your team
81
+
-**For your team** — create a dedicated APM package with your best instructions and skills, then teammates install it with `apm install`
82
+
-**At scale** — `apm audit` scans for security issues; `apm-policy.yml` enforces org standards across all repos
83
+
84
+
The `.instructions.md` format is shared by both tools — no conversion needed when moving instructions into APM packages.
0 commit comments