fix: remove unresolvable $schema URL from marketplace manifest (#582)#610
Open
dhedhialy wants to merge 3 commits into
Open
fix: remove unresolvable $schema URL from marketplace manifest (#582)#610dhedhialy wants to merge 3 commits into
dhedhialy wants to merge 3 commits into
Conversation
…ichGebert#332) When caveman (or another compression plugin) is in settings.json, ponytail appends a deconfliction paragraph: ponytail governs code structure (the ladder, YAGNI); the peer plugin governs output style. Prevents contradictory style instructions from confusing the model. Fixes DietrichGebert#332
DietrichGebert#584) In Claude Code, /ponytail is dispatched as a skill. The UserPromptSubmit hook receives a prompt wrapped in <command-name>/<command-args> tags with the SKILL.md body as filler. The regex /^[/@$]ponytail/ never matches the tagged format, so setMode() is never called and mode never persists. Extract the command from <command-name>/<command-args> tags when present; fall back to raw prompt text for direct-text input. Fixes DietrichGebert#584
…t#582) The field pointed at a URL that returns 404. Claude Desktop (Cowork) fails to sync the marketplace when the cannot be resolved. Other public marketplace repos without a field sync successfully. Fixes DietrichGebert#582
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The $schema field pointed at a URL that returns 404. Claude Desktop (Cowork) fails to sync the marketplace when the $schema cannot be resolved. Other public marketplace repos without a $schema field sync successfully.\n\nCloses #582