docs(grilling): drop the Recommendation label from the question format

The recommendation now stands alone on its arrow line. Sync the docs
page and changeset to match.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Matt Pocock
2026-07-31 18:04:40 +01:00
co-authored by Claude Opus 5
parent 294a2c97c5
commit 32af39b277
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Each question should be formatted like so:
```
**Q1** - <question title>: <question body, might be multiple paragraphs, including multiple choices>
➡️ **Recommendation:** <your recommended answer>
➡️ <your recommended answer>
```
Each round the user answers reshapes the tree — settled decisions push the frontier outward and unblock questions that depended on them. Recompute the frontier and ask the next round. A question whose answer depends on another question still open in this round belongs to a _later_ round, not this one.