Skip to content

Fix YAML frontmatter errors and update translation config (v1.33.3)#104

Merged
rokicool merged 1 commit intomainfrom
dev
Apr 13, 2026
Merged

Fix YAML frontmatter errors and update translation config (v1.33.3)#104
rokicool merged 1 commit intomainfrom
dev

Conversation

@rokicool
Copy link
Copy Markdown
Owner

Summary

  • Quote unquoted argument-hint YAML values in 11 command files to prevent YAML parse errors with bracketed values like [--flag]
  • Fix malformed - skill permission entry to skill: true in gsd-manager.md
  • Update translation config (config.json) with skill in the permission regex and a new argument-hint auto-quoting rule
  • Add CHANGELOG entry for v1.33.3

Changes

Fixed

  • 11 command frontmatter files (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 unquoted argument-hint values that caused YAML parse errors when values contained brackets
  • gsd-manager.md had a malformed - skill line instead of skill: true in the permissions block

Changed

  • assets/configs/config.json — added skill to the YAML list-item permission translation regex
  • assets/configs/config.json — added argument-hint auto-quoting translation rule to wrap unquoted values in double quotes during sync

Test plan

  • gsd-translate-in-place.js --show-diff preview confirms correct translations
  • check-forbidden-strings.js passes with 0 violations across 302 files
  • Re-run of gsd-translate-in-place.js confirms 0 remaining changes (idempotent)

- 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
@rokicool rokicool merged commit 96bad30 into main Apr 13, 2026
5 checks passed
@rokicool rokicool deleted the dev branch April 13, 2026 02:18
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.

1 participant