﻿QUORUM v2 TEST PROOF — 2026-06-08
===========================================

TEST SERVER: http://127.0.0.1:8100 (temp port, :8099 live untouched)

--- T1: GET / -> 200 ---
PASS

--- T2: GET /models -> list ---
PASS
Detected models:
  claude       (cli, default=true)
  grok         (cli, default=true)
  gemini       (cli, default=true)
  codex        (cli, default=false)
  ollama:qwen2.5:7b     (ollama, default=true)
  ollama:gemma3:4b      (ollama, default=true)
  ollama:llama3.2:latest (ollama, default=true)

--- T3: POST /ask_one ollama:gemma3:4b turn-1 ---
PASS
  Prompt: "Say exactly the word: HELLO_QUORUM"
  Reply:  "HELLO_QUORUM"

--- T4: Context retained — turn-2 same session ---
PASS
  Prompt: "What was the exact word you said in your previous reply? Just the word."
  Reply:  "HELLO_QUORUM"
  (model remembered previous turn without any re-send of context by the caller)

--- T5: Unknown model -> graceful [error] ---
PASS

--- T6: /models schema valid ---
PASS

Results: 6 passed, 0 failed

--- LIVE :8099 STATUS ---

:8099 LIVE: YES (returned 200)
