From 4571978b47e0810d20ccd69dd5535da5830df95d Mon Sep 17 00:00:00 2001 From: danielmeppiel Date: Sun, 15 Mar 2026 00:33:27 +0100 Subject: [PATCH] docs: add OpenCode to README headline and compile description Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f0626255..ee6449493 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Think `package.json`, `requirements.txt`, or `Cargo.toml` — but for AI agent configuration. -GitHub Copilot · Claude Code · Cursor +GitHub Copilot · Claude Code · Cursor · OpenCode **[Documentation](https://microsoft.github.io/apm/)** · **[Quick Start](https://microsoft.github.io/apm/getting-started/quick-start/)** · **[CLI Reference](https://microsoft.github.io/apm/reference/cli-commands/)** @@ -40,7 +40,7 @@ apm install # every agent is configured - **One manifest for everything** — instructions, skills, prompts, agents, hooks, plugins, MCP servers - **Install from anywhere** — GitHub, GitLab, Bitbucket, Azure DevOps, GitHub Enterprise, any git host - **Transitive dependencies** — packages can depend on packages; APM resolves the full tree -- **Compile to standards** — `apm compile` produces `AGENTS.md` (GitHub Copilot), `CLAUDE.md` (Claude Code), and `.cursor/rules/` (Cursor) +- **Compile to standards** — `apm compile` produces `AGENTS.md` (GitHub Copilot, OpenCode), `CLAUDE.md` (Claude Code), and `.cursor/rules/` (Cursor) - **Create & share** — `apm pack` bundles your current configuration as a zipped package - **CI/CD ready** — [GitHub Action](https://github.com/microsoft/apm-action) for automated workflows