v0.6.0 — Phase 7: grounded generator (Zenith)
Fluent cited answers, with the extractive path retained as fallback forever.
- Consumes Zenith 1.1.0: constrained-decoding hook, AllowedTokens, Generator.abstained, instruct.grounded.
- Citation-constrained decoding: a
[n]may only reference a retrieved passage — malformed citations are structurally impossible (ADR-0006). - generation.: Zenith DecoderLM artifact (LoRA-aware save/load), grounded-SFT example builders, LoRA SFT via CausalLMTrainer, and answer_grounded (retrieve → constrained decode → parse [n] to PMIDs, or abstain).
- CLI
meridian ask --answerer generated --generator DIR; extractive stays the default.
Answer quality pending the real grounded-SFT run.