docs: add APM ecosystem section to README#95
Merged
danielmeppiel merged 1 commit intomicrosoft:mainfrom Mar 31, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation to the root README to explain how AgentRC-generated instruction files can be distributed and governed via APM (Agent Package Manager), fitting into the repo’s broader “generate + maintain” story and the ongoing AgentRC × APM integration work.
Changes:
- Introduces a new “Works with APM” section describing Generate → Share → Govern workflow.
- Documents compatibility of
.instructions.mdoutputs with APM distribution.
Comments suppressed due to low confidence (1)
README.md:84
- Same naming consistency as above: "files agentrc generates" uses the CLI name in prose. Prefer "AgentRC" here (or rephrase to "files generated by AgentRC") to match the README's convention of capitalizing the tool name in narrative text.
The `.instructions.md` files agentrc generates are directly compatible with APM — no conversion needed.
3 tasks
7b38304 to
99c4cdc
Compare
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>
99c4cdc to
0479a9f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a "Works with APM" section to the README explaining how agentrc-generated instructions integrate with APM for distribution, sharing, and governance.
Closes #97
Part of #96
What it says
apm installapm audit+apm-policy.ymlfor security and org standards.instructions.mdfiles are directly compatible — no conversion neededPlacement
After "What gets generated" table, before "Documentation" links. Natural reading flow: what it does → what it produces → what it works with → where to learn more.
Related