Closer/seed
null d3763fd37b docs(daily): reconcile wildcard counts across guide + schema; pool 12->11
Self-review of the wildcard authoring spec caught two real issues:

1. Count contradiction: the new Wildcard section said '+12 free' while the pack's
   authoritative counts (QUESTION_SCHEMA.md daily table + metadata, and the guide's
   Required Counts + Final Production Gate 'count validation') still said 500/75. A
   content agent running count validation would fail, or worse delete weekday
   questions to hit 500. Reconciled all four locations to the weekday pack (frozen
   500) + wildcard add-on -> 511 total / 86 free / 425 premium, and folded the
   wildcard set into the Final Production Gate review sampling.

2. Rotation math: the picker indexes epochDay % poolSize and wildcard days fall ~10
   apart, so a pool size sharing a factor with 10 (12 is even) only surfaces a
   fraction of the questions per year. Pool size must be coprime with 10 -> 11, not
   12. Documented as a hard constraint so it isn't 'rounded to 10' later.

Also hardened the section: net-new (not a patch), answer_config option mirror,
unique snake_case option ids, and a QUESTION_SCHEMA.md cross-reference.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-11 16:48:18 -05:00
..
questions docs(daily): reconcile wildcard counts across guide + schema; pool 12->11 2026-07-11 16:48:18 -05:00
build_db.py feat: Q1 question variety improvement across all categories, app.db rebuild 2026-06-19 00:35:00 -05:00
degender_desire_sync.py feat: update desire sync question bank, degender scripts, app.db rebuild 2026-06-18 21:41:14 -05:00
degender_wheel_sexual_prefs.py feat: update desire sync question bank, degender scripts, app.db rebuild 2026-06-18 21:41:14 -05:00
fix_depth5_grammar.py chore: Q3 asset DB cleanup (remove 300 dead rows), Q5 grammar fix for depth-5 questions in emotional_intimacy + stress 2026-06-18 22:03:52 -05:00
fix_question_quality_q2.py fix: Q2 grammar quality pass on emotional_intimacy, parenting, stress questions + app.db rebuild 2026-06-19 00:50:23 -05:00
improve_question_variety_q1.py chore: update Q1 scripts with minor fixes 2026-06-19 00:38:43 -05:00
validate_question_variety.py fix: Q2 grammar quality pass on emotional_intimacy, parenting, stress questions + app.db rebuild 2026-06-19 00:50:23 -05:00