{
  "skill": "hf-command-parser",
  "version": "2026-04-25-rich-closure",
  "scenarios": [
    {
      "name": "quoted named argument",
      "prompt": "parse $ARGUMENT command string: target=skill name=\"hm command parser\" --dry-run",
      "expected": ["target", "name", "dry-run", "quoted value preserved"]
    },
    {
      "name": "propositional action",
      "prompt": "extract flags from command: skill:repair hf-command-parser --no-execute priority=high",
      "expected": ["entity action", "flag", "named value"]
    },
    {
      "name": "refuse execution",
      "prompt": "run this parsed command after extracting arguments",
      "expected": ["refuse shell execution", "return parse map only"]
    }
  ]
}
