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
- Replace non-ASCII arrows (U+2192) and section sign (U+00A7) with ASCII
- Update cli-commands.md with URL marketplace add syntax and examples
- Update marketplace group description to mention URL sources
- Add PR number (#691) alongside issue number (#676) in CHANGELOG
Co-authored-by: Copilot <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
11
11
### Added
12
12
13
-
-`apm marketplace add <URL>` accepts HTTPS URLs for registering Agent Skills discovery indexes, with automatic `.well-known/agent-skills/index.json` resolution for bare origins (#676)
14
-
- Agent Skills Discovery RFC v0.2.0 index parser with strict `$schema` validation, skill name rules, and digest verification (#676)
15
-
- SHA-256 digest computation and integrity verification for URL-based marketplace indexes (#676)
16
-
- ETag/Last-Modified conditional refresh for URL marketplace indexes with stale-while-revalidate fallback (#676)
17
-
- Archive download and extraction support for `type: "archive"` skill entries with path traversal and decompression bomb safety guards (#676)
-`apm install` now automatically discovers and deploys local `.apm/` primitives (skills, instructions, agents, prompts, hooks, commands) to target directories, with local content taking priority over dependencies on collision (#626, #644)
Register, browse, and manage plugin marketplaces. Marketplaces are GitHub repositories containing a `marketplace.json` index of plugins.
940
+
Register, browse, and manage plugin marketplaces. Marketplaces are GitHub repositories containing a `marketplace.json` index of plugins, or HTTPS URLs serving an Agent Skills Discovery index.
941
941
942
942
> See the [Marketplaces guide](../../guides/marketplaces/) for concepts and workflows.
0 commit comments