Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions openpackage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: compound-engineering-marketplace
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Rename package to match the documented install name

If this gets published to OpenPackage, opkg install compound-engineering-plugin will not resolve to it because package-name installs key off openpackage.yml's name, and this manifest registers compound-engineering-marketplace instead. The rest of the repo already identifies the marketplace as compound-engineering-plugin (see .claude-plugin/marketplace.json:2), so users would have to know an unexpected second name to install it.

Useful? React with 👍 / 👎.

version: 1.0.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep OpenPackage version on the repo's release line

If you pack/publish this manifest or add it as a dependency, hardcoding 1.0.0 creates a third root version surface that will immediately drift from the actual release/tag line. The repo is already at 2.34.4 in package.json, and .releaserc.json:19-22 shows semantic-release only writes back CHANGELOG.md and package.json, so openpackage.yml will stay stale and version-pinned opkg install ...@<version> flows will no longer match the repo's real releases.

Useful? React with 👍 / 👎.

description: Plugin marketplace for Claude Code extensions. Includes compound-engineering and coding-tutor plugins.
author: Kieran Klaassen
license: MIT

includes:
- plugins/compound-engineering/**/*
- plugins/coding-tutor/**/*