Skip to content

Fix conflicting manifests error by setting strict: true#2

Merged
persiyanov merged 1 commit into
mainfrom
fix/marketplace-strict-flag
Mar 17, 2026
Merged

Fix conflicting manifests error by setting strict: true#2
persiyanov merged 1 commit into
mainfrom
fix/marketplace-strict-flag

Conversation

@zkid18

@zkid18 zkid18 commented Mar 17, 2026

Copy link
Copy Markdown

Summary

  • Set strict: true in marketplace.json to resolve the conflicting manifests error
  • The plugin loader was finding components from both the marketplace entry's skills array and the plugin source directory

Test plan

  • Reinstall/reload the plugin and verify no conflicting manifests error appears

The plugin loader reported a conflict because both the marketplace entry
(skills array) and the plugin source directory specified components.
Setting strict: true tells the loader to use only the marketplace-declared
components, resolving the ambiguity.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@zkid18

zkid18 commented Mar 17, 2026

Copy link
Copy Markdown
Author
  extruct-skills @ extruct-skills
  Scope: project
  Version: 1.0.3
  Official Extruct AI skill bundle for semantic search, lookalike search, Deep Search, table operations, enrichment, and contact-finding workflows.

  Status: Enabled

  Installed components:
  • Skills: extruct-api

  1 error:
    Plugin extruct-skills has conflicting manifests: both plugin.json and marketplace entry specify components. Set strict: true in marketplace entry or remove component specs
    from one location.

@persiyanov persiyanov merged commit 410e42d into main Mar 17, 2026
2 checks passed
@persiyanov persiyanov deleted the fix/marketplace-strict-flag branch March 17, 2026 13:31
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