Files
chakra-ui__chakra-ui/.claude
Thejesh 152a94a3d8 fix: quote argument-hint YAML values so Copilot CLI ≥1.0.65 loads all skills (closes #10890) (#10891)
fix: quote argument-hint YAML values so Copilot CLI ≥1.0.65 loads all skills

`argument-hint: [foo]` YAML-parses as a flow sequence (array), not a
string. Downstream slash-command loaders that validate `argument-hint`
as a string — notably GitHub Copilot CLI ≥ 1.0.65 — silently reject
the skill on load, and the command disappears from the CLI menu.

Wrap the value in double quotes so it parses as a string. No behaviour
change on Claude Code.
2026-07-19 15:07:02 +02:00
..
2026-02-08 13:21:10 +02:00