v0.4.15

d2lang/d2v0.4.15May 20, 2026by github-actions[bot]

AI Summary

Fixed YAML parsing errors in the complete-ticket.md file and added a strict validation script to prevent future regressions.

Key Highlights

  • Corrected YAML frontmatter parsing issues in complete-ticket.md
  • Added CommandFrontmatterChecker script in scripts/validate-skills.py
  • Implemented strict validation using PyYAML in the workflow

New Features

  • Added CommandFrontmatterChecker in scripts/validate-skills.py

Full Release Notes


### Fixed
- `commands/project/execution/complete-ticket.md`: corrected YAML frontmatter that failed strict parsing in oh-my-pi and the GitHub renderer. Two issues: unquoted double quotes around `"In Review"` were interpreted as a quoted-string opener with trailing junk, and `argument-hint: [ticket-key] (optional...)` led with `[` which opens a flow-style sequence and then failed on the prose tail. Wrapped both values in matching outer quotes (#193)

### Added
- `CommandFrontmatterChecker` in `scripts/validate-skills.py`: strict-parses YAML frontmatter on every `commands/**/*.md` with PyYAML (no fallback to the lenient simple parser, which had been masking these bugs). Runs as part of the workflow validation pass.

### Contributors
- @rlex — Reported broken YAML frontmatter in `complete-ticket.md` after the `0.4.14` release surfaced the parse error in oh-my-pi (#193)

---

**Documentation:** https://jeffallan.github.io/claude-skills/