New paused project status with auto-pause after 14 days of inactivity and auto-reactivation on activity
Paused tab added to project list filter; status validation updated to accept paused
Project Cards
Overall completion bar rendered on project cards; done milestones auto-collapse
Fix: null project fields coerced to empty string to avoid NOT NULL violation
Search
Hybrid keyword + semantic search — exact title/body matches now rank first above semantic hits
Briefing
Redundant current-conditions block removed; live temperature patched directly into WeatherCard
Email Templates
Email templates updated to Modern Fable visual identity (violet + gold palette)
Navigation & UX
Back button from a note/task returns to its project when set, otherwise to Knowledge
Header nav text darkened in light mode — inactive uses text-secondary, active uses primary-solid
Internal
Lint cleanup: timezone import, direct timedelta usage, unused variable removal
## What's Changed
**Paused Projects**
- New `paused` project status with auto-pause after 14 days of inactivity and auto-reactivation on activity
- Paused tab added to project list filter; status validation updated to accept `paused`
**Project Cards**
- Overall completion bar rendered on project cards; done milestones auto-collapse
- Fix: null project fields coerced to empty string to avoid NOT NULL violation
**Search**
- Hybrid keyword + semantic search — exact title/body matches now rank first above semantic hits
**Briefing**
- Redundant current-conditions block removed; live temperature patched directly into WeatherCard
**Email Templates**
- Email templates updated to Modern Fable visual identity (violet + gold palette)
**Navigation & UX**
- Back button from a note/task returns to its project when set, otherwise to Knowledge
- Header nav text darkened in light mode — inactive uses `text-secondary`, active uses `primary-solid`
**Internal**
- Lint cleanup: timezone import, direct `timedelta` usage, unused variable removal
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What's Changed
Paused Projects
pausedproject status with auto-pause after 14 days of inactivity and auto-reactivation on activitypausedProject Cards
Search
Briefing
Email Templates
Navigation & UX
text-secondary, active usesprimary-solidInternal
timedeltausage, unused variable removal