Conversation
- Quote unquoted argument-hint values in 11 command files to prevent YAML parse errors with bracketed values like [--flag] - Fix malformed '- skill' to 'skill: true' in gsd-manager.md - Add skill to permission translation regex in config.json - Add argument-hint auto-quoting rule in config.json - Add CHANGELOG entry for v1.33.3
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.
Summary
argument-hintYAML values in 11 command files to prevent YAML parse errors with bracketed values like[--flag]- skillpermission entry toskill: trueingsd-manager.mdconfig.json) withskillin the permission regex and a newargument-hintauto-quoting ruleChanges
Fixed
gsd-add-backlog,gsd-add-phase,gsd-add-todo,gsd-check-todos,gsd-complete-milestone,gsd-debug,gsd-health,gsd-insert-phase,gsd-remove-phase,gsd-set-profile,gsd-thread) had unquotedargument-hintvalues that caused YAML parse errors when values contained bracketsgsd-manager.mdhad a malformed- skillline instead ofskill: truein the permissions blockChanged
assets/configs/config.json— addedskillto the YAML list-item permission translation regexassets/configs/config.json— added argument-hint auto-quoting translation rule to wrap unquoted values in double quotes during syncTest plan
gsd-translate-in-place.js --show-diffpreview confirms correct translationscheck-forbidden-strings.jspasses with 0 violations across 302 filesgsd-translate-in-place.jsconfirms 0 remaining changes (idempotent)