Skip to content

fix: root plugin path#19

Open
JKulhavy91 wants to merge 3 commits into
integromat:mainfrom
JKulhavy91:fix/codex-local-plugin-root
Open

fix: root plugin path#19
JKulhavy91 wants to merge 3 commits into
integromat:mainfrom
JKulhavy91:fix/codex-local-plugin-root

Conversation

@JKulhavy91

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings April 23, 2026 12:15
@JKulhavy91 JKulhavy91 requested a review from a team as a code owner April 23, 2026 12:15

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a dedicated Codex plugin bundle directory and updates the agent marketplace config to reference that new plugin root instead of the repository root.

Changes:

  • Added plugins/make-skills-codex/.codex-plugin/plugin.json as a Codex plugin manifest within the new plugin bundle directory.
  • Updated .agents/plugins/marketplace.json to install the plugin from ./plugins/make-skills-codex.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

File Description
plugins/make-skills-codex/.codex-plugin/plugin.json Introduces a Codex manifest colocated with the plugin bundle content under plugins/.
.agents/plugins/marketplace.json Points the local marketplace install path at the new plugin bundle directory.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .agents/plugins/marketplace.json
Comment on lines +1 to +4
{
"name": "make-skills",
"version": "0.1.3",
"description": "Expert skills for designing, building, and deploying Make.com automation scenarios",

Copilot AI Apr 23, 2026

Copy link

Choose a reason for hiding this comment

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

This plugin manifest appears to be a byte-for-byte duplicate of the existing root .codex-plugin/plugin.json. Having two manifests with independent version fields is likely to drift (e.g., release tooling currently bumps .codex-plugin/plugin.json per .versionrc.json, but won’t touch this new file), which can lead to inconsistent plugin metadata depending on which path is used. Consider making a single source of truth (remove one copy, use a symlink during packaging, or update the release/version-bump process to keep both in sync).

Copilot uses AI. Check for mistakes.
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.

2 participants