Skip to content

Commit 99c4cdc

Browse files
docs: add APM ecosystem section to README
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>
1 parent 9ed9850 commit 99c4cdc

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@ Works with **GitHub** and **Azure DevOps**. Supports monorepos, multi-root VS Co
7171

7272
> 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).
7373
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`
82+
3. **Govern**`apm audit` scans for security issues; `apm-policy.yml` enforces org standards
83+
84+
The `.instructions.md` files AgentRC generates are directly compatible with APM — no conversion needed.
85+
7486
## Documentation
7587

7688
| | |

0 commit comments

Comments
 (0)