Transform stdin with an LLM. Pipe text in, get transformed text out.
1{ 2 "$schema": "https://charm.land/crush.json", 3 "lsp": { 4 "gleam": { 5 "command": "gleam", 6 "args": ["lsp"] 7 } 8 } 9}