From cc7208bea73ce0f71dd384b77516cd34c5a77416 Mon Sep 17 00:00:00 2001 From: Jordi Riera <547282+foutoucour@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:36:44 -0500 Subject: [PATCH 1/2] Update README.md: missing version in the apm.yml example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I tried the example as it is and got the error: ``` /tmp/apm-test❯ apm install Installing dependencies from apm.yml... Failed to parse apm.yml: Missing required field 'version' in apm.yml ``` I suggested the version 1.0.0 as example, but it might worth an additional comment. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 242d89cb..b4d7a6b3 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ AI coding agents need context to be useful: what standards to follow, what promp ```yaml # apm.yml — ships with your project, like package.json name: your project +version: 1.0.0 dependencies: apm: # Skills from any repository From 5169fb25b8d27999fa1449d11fb1b8b4338f8518 Mon Sep 17 00:00:00 2001 From: Jordi Riera <547282+foutoucour@users.noreply.github.com> Date: Wed, 25 Feb 2026 16:40:12 -0500 Subject: [PATCH 2/2] Fix the link of the full example project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4d7a6b3..839176f8 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ apm install **That's it.** Copilot, Claude, Cursor — every agent is configured with the right skills, prompts, and coding standards. -→ [View the full example project](https://github.com/microsoft/apm-project-sample) +→ [View the full example project](https://github.com/microsoft/apm-sample-package) ## Not Just Skills