Skip to content

chore(apm): the package and marketplace descriptions repeat the repository's description - #643

Merged
using-system merged 1 commit into
mainfrom
chore/apm-descriptions
Sep 20, 2026
Merged

using-system merged 1 commit into
mainfrom
chore/apm-descriptions

Conversation

@using-system

Copy link
Copy Markdown
Owner

What

Both apm.yml descriptions - the package's (description:, carried into marketplace/oddyssey/plugin.json and .claude-plugin/plugin.json) and the marketplace entry's (packages[0].description, carried into .claude-plugin/marketplace.json) - take the repository's own GitHub description verbatim. Two lines; the generated trees follow at the next release (the release workflow rebuilds them from apm.yml), nothing is edited by hand there.

Closes #642

Verified

  • A local scripts/build-marketplace.sh run showed the three generated manifests carrying the full text (reverted afterwards, the tree back as before).
  • The package validated as CI does: apm install --target claude && apm audit - 127 files scanned, no issue; the tree put back.

Review outcome

One round, no finding. A separate reviewer sub-agent verified that both values equal the repository description byte for byte and the YAML parses, that the diff is exactly the two lines and no generated tree is touched, and that the old text appears nowhere else but a plan kept as history.

🤖 Generated with Claude Code

…itory'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) <noreply@anthropic.com>
@using-system
using-system merged commit f49892a into main Sep 20, 2026
9 checks passed
@using-system
using-system deleted the chore/apm-descriptions branch September 20, 2026 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(apm): the package and marketplace descriptions repeat the repository's description

1 participant