Template is positional-only; bare stdin template and --template/-t are both removed. Keep @- for template and --context.
Co-authored-by: Cursor <[email protected]>
Support positional <template> alongside --template/-t for compatibility; error if both are set and differ. Bare stdin template remains removed; @- still works.
Co-authored-by: Cursor <[email protected]>
Revert the positional-only template change. Keep --template as the primary API; stdin template remains unsupported without a special error.
Co-authored-by: Cursor <[email protected]>
Make template a required positional arg (drop --template) for v11 per #586; stdin template remains unsupported without a special error.
Co-authored-by: Cursor <[email protected]>