From b15e696388d5db677ccc9eab1d00d52ca6777aaf Mon Sep 17 00:00:00 2001 From: null Date: Tue, 30 Jun 2026 23:48:23 -0500 Subject: [PATCH] =?UTF-8?q?docs(questions):=20v6=20=E2=80=94=20patch=5Fpol?= =?UTF-8?q?icy=20and=20mass=5Frewrite=5Fpolicy=20metadata=20fields?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seed/questions/QUESTION_SCHEMA.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/seed/questions/QUESTION_SCHEMA.md b/seed/questions/QUESTION_SCHEMA.md index 57f28d29..bd272c67 100644 --- a/seed/questions/QUESTION_SCHEMA.md +++ b/seed/questions/QUESTION_SCHEMA.md @@ -1,4 +1,4 @@ -# Closer Question Schema v5 +# Closer Question Schema v6 **See also:** [QUESTION_CONTENT_GUIDE.md](QUESTION_CONTENT_GUIDE.md) | [QUESTION_REWRITE_PLAN.md](QUESTION_REWRITE_PLAN.md) | [QUESTION_QUALITY_CHECKLIST.md](QUESTION_QUALITY_CHECKLIST.md) @@ -204,6 +204,8 @@ These counts do not apply to standard category packs. "premium_count": 425, "question_type_policy": "single_choice_only", "review_policy": "weekday_batch_loop_required", + "patch_policy": "fix_marked_ids_only", + "mass_rewrite_policy": "requires_over_60_percent_shared_failure", "content_policy": "fun_first_daily_game_questions", "research_note": "Use relationship question research patterns, not copied prompts.", "questions": [] @@ -223,6 +225,8 @@ Recommended fields: { "question_type_policy": "single_choice_only", "review_policy": "weekday_batch_loop_required", + "patch_policy": "fix_marked_ids_only", + "mass_rewrite_policy": "requires_over_60_percent_shared_failure", "content_policy": "fun_first_daily_game_questions", "research_note": "Use relationship question research patterns, not copied prompts." }