Skip to content

Convert .claude-plugin/marketplace.json from symlink to regular file#339

Merged
ViktorHofer merged 1 commit into
mainfrom
fix-symlink-marketplace-json
Mar 12, 2026
Merged

Convert .claude-plugin/marketplace.json from symlink to regular file#339
ViktorHofer merged 1 commit into
mainfrom
fix-symlink-marketplace-json

Conversation

@ViktorHofer
Copy link
Copy Markdown
Member

The symlink mode (120000) on .claude-plugin/marketplace.json causes issues on Windows with git operations like checkout and reset (e.g. git reset --hard fails with error: unable to create symlink).

This converts it to a regular file (100644) with identical content.

The symlink mode (120000) caused issues on Windows with git operations
like checkout and reset. Convert to a regular file (100644) with
identical content.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ViktorHofer ViktorHofer requested a review from timheuer as a code owner March 12, 2026 08:43
Copilot AI review requested due to automatic review settings March 12, 2026 08:43
@ViktorHofer ViktorHofer requested a review from dbreshears as a code owner March 12, 2026 08:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR corrects the .claude-plugin/marketplace.json manifest formatting so it is valid JSON and matches the repository’s marketplace manifest structure used for plugin discovery.

Changes:

  • Rewrites .claude-plugin/marketplace.json to remove the stray |-prefixed formatting and restore proper JSON formatting.
  • Ensures the .claude-plugin marketplace manifest content matches the .github/plugin/marketplace.json manifest.

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

You can also share your feedback on Copilot code review. Take the survey.

@ViktorHofer ViktorHofer enabled auto-merge (squash) March 12, 2026 08:49
Copy link
Copy Markdown
Member

@JanKrivanek JanKrivanek left a comment

Choose a reason for hiding this comment

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

:shipit:

@ViktorHofer ViktorHofer merged commit 3a9e611 into main Mar 12, 2026
19 checks passed
@ViktorHofer ViktorHofer deleted the fix-symlink-marketplace-json branch March 12, 2026 09:17
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.

3 participants