You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix project creation: uuid-slug ID, auto-generate title from idea
Problems:
- Project ID was random words (Keen-Ridge) instead of uuid-slug
- No title when user only provides idea
- Dashboard showed random slug as project name
Fixes:
- Project ID: uuid[:8]-slugified-title (e.g., a1b2c3d4-budget-aware-autonomous)
- Auto-generate title from idea's first sentence if title not provided
- name field uses the slug (human-readable)
- Title syncs from LaTeX after writer generates paper (existing mechanism)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments