What it buys: the grounding schema saying what the question round
requires.
What stands: GROUNDING_SCHEMA lists dimension, assumption,
basis, confidence (crates/glossary/src/schemas.rs:8-29) and no
key; the assumption item declares no additionalProperties, so a
body without a key validates silently. The skill's references
(skills/glossql-metrics/references/ground.md,
references/rulings.md) teach that an assumption without a key is
never asked.
Done when: key is declared in the schema as a string, so a body
without one is visible as such at write time.
What it buys: the grounding schema saying what the question round
requires.
What stands:
GROUNDING_SCHEMAlistsdimension,assumption,basis,confidence(crates/glossary/src/schemas.rs:8-29) and nokey; the assumption item declares noadditionalProperties, so abody without a
keyvalidates silently. The skill's references(
skills/glossql-metrics/references/ground.md,references/rulings.md) teach that an assumption without akeyisnever asked.
Done when:
keyis declared in the schema as a string, so a bodywithout one is visible as such at write time.