From f9f57f65dc572bbba9fb53ea3d732f6ed4443557 Mon Sep 17 00:00:00 2001 From: using-system Date: Sun, 20 Sep 2026 13:28:34 +0200 Subject: [PATCH] chore(apm): the package and marketplace descriptions repeat the repository's description Both apm.yml descriptions - the package's, which the generated plugin.json files carry, and the marketplace entry's, which .claude-plugin/marketplace.json carries - take the repository's own description verbatim; the generated trees follow at the next release. Closes #642 Co-Authored-By: Claude Opus 5 (1M context) --- apm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apm.yml b/apm.yml index c1062b1..cf78cc7 100644 --- a/apm.yml +++ b/apm.yml @@ -1,7 +1,7 @@ name: oddyssey version: 1.13.0 license: MIT -description: Observability-Driven Development for CLI coding agents +description: "CLI toolbox for Observability-Driven Development (ODD): coding agents observe local runs on an OpenTelemetry/Grafana stack - or remote ones on any OpenTelemetry backend - and feed the next spec-driven improvement loop." displayName: Oddyssey keywords: - claude-code @@ -43,7 +43,7 @@ marketplace: codex: {} packages: - name: oddyssey - description: "Observability-Driven Development for CLI coding agents: OTel expert agent, run-observation agent, verification pass, local Grafana stack via MCP" + description: "CLI toolbox for Observability-Driven Development (ODD): coding agents observe local runs on an OpenTelemetry/Grafana stack - or remote ones on any OpenTelemetry backend - and feed the next spec-driven improvement loop." source: ./marketplace/oddyssey version: 1.13.0 category: Observability