Commit Graph

6 Commits

Author SHA1 Message Date
Jesse_Chen a6d4473ef0 feat(onboarding): write a question for every consultation domain and stop generating an unread greeting
The home screen renders all ten domains from the consultation registry,
but the Agent only ever wrote three of them; the other seven were static
registry prompts dressed up as personalized starting points. The payload
now has to cover every domain in registry order, validated as a set
rather than per item, so a short or misordered answer is rejected whole
instead of silently leaving cards on static copy.

The greeting went the other way. Nothing has rendered it since the hero
note was removed, so it leaves the schema, the prompt, and the client
contract rather than costing tokens for text no one reads.

Ten questions take much longer to generate than three, so the route,
the server generation budget, and the client request deadline all grow
together, and the cache version bump forces existing payloads to be
regenerated once under the new shape.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-18 15:44:19 +08:00
Jesse_Chen bfc6870614 feat: complete verifiable birth-time rectification flow 2026-07-21 22:16:18 +08:00
Jesse_Chen 308e5d532a fix: scope onboarding fallback greeting 2026-07-19 21:59:43 +08:00
Jesse_Chen 5ee925cd1e fix: bind onboarding greeting to profile 2026-07-19 21:50:52 +08:00
Jesse_Chen 28d58d4b6f fix: reject stale onboarding recovery 2026-07-19 21:38:58 +08:00
Jesse_Chen 6a34a843ec fix: recover slow personalized starters 2026-07-19 21:21:58 +08:00