{
  "title": "Symbol Row Pack",
  "slug": "pack-2026-06-symbol-row",
  "version": "1.0.0",
  "date": "2026-06-01",
  "license": "Personal practice use",
  "description": "Number row, shifted symbols, punctuation, and common programming operator drills.",
  "drills": [
    {
      "title": "Number Row Warmup",
      "mode": "accuracy",
      "text": "12345 67890 13579 24680 102938 564738"
    },
    {
      "title": "Shifted Symbols",
      "mode": "accuracy",
      "text": "! @ # $ % ^ & * ( ) _ + { } [ ] | \\ : ;"
    },
    {
      "title": "JavaScript Operators",
      "mode": "code",
      "text": "const total = (price * qty) + tax; if (total >= limit) return;"
    },
    {
      "title": "Shell Punctuation",
      "mode": "command-text",
      "text": "grep -E 'error|warn' ./logs/*.log | sort -u > report.txt"
    },
    {
      "title": "Bracket Balance",
      "mode": "accuracy",
      "text": "{ [ ( value ) ] } <tag attr=\"value\">content</tag>"
    }
  ]
}
