90e08f0502
vLLM's official Phi-4 tokenizer template emits <|end|> after the system turn; Ollama's does not. That single boundary token regressed brokkr's R15 P02 admission eval (type macro-F1 -33pp) vs the Ollama-measured canonical, while valid_format held at 1.0. Operator chose to make vLLM match Ollama's leaner scaffold globally (baseline == production). Adds conf/phi4-chat-template.jinja (drops the system <|end|>) + mounts it + --chat-template on vllm-phi4. Applied prompt verified via tokenize/detokenize; brokkr re-smokes probe_vllm.yaml.