Release v26.04.09.1 — Briefing intelligence overhaul #27

Merged
bvandeusen merged 0 commits from dev into main 2026-04-08 23:30:18 -04:00
bvandeusen commented 2026-04-08 23:29:45 -04:00 (Migrated from git.fabledsword.com)

Summary

Briefing Pipeline

  • Actionable intelligence: tasks show days overdue + project context; LLM suggests concrete next steps
  • Daily planning: prioritized "Your Day" focus list with calendar gap analysis
  • Differentiated check-in slots: midday = progress nudge (2-3 sentences), afternoon = wrap-up + capture prompt
  • Weekly review: Sunday evening 7-day recap — completed tasks, notes created, project activity, upcoming week
  • Project continuity: "pick up where you left off" — yesterday's activity + stale project warnings

Weather

  • Live current conditions endpoint (GET /api/briefing/weather/current) — polls every 30 min
  • Current temperature + conditions + precipitation outlook displayed above forecast card
  • Weather × calendar cross-reference: rain warnings for events at outdoor locations

News

  • Theme synthesis: articles clustered by topic instead of listed as headlines
  • Cluster-level preference filtering: user-preferred topics ranked higher, disliked topics suppressed
  • Multi-article topic discussion endpoint (POST /api/briefing/topics/<topic>/discuss) — deep thematic analysis across all articles in a cluster

Test Plan

  • Morning briefing includes "Your Day" section with prioritized tasks
  • Overdue tasks show days overdue count and suggest rescheduling
  • Briefing view shows current temperature above forecast card
  • Create an outdoor event + check briefing for rain warning
  • News section mentions theme clusters, not individual headlines
  • Midday check-in is brief (2-3 sentences, tasks only)
  • Afternoon wrap-up asks about capturing thoughts

🤖 Generated with Claude Code

## Summary **Briefing Pipeline** - Actionable intelligence: tasks show days overdue + project context; LLM suggests concrete next steps - Daily planning: prioritized "Your Day" focus list with calendar gap analysis - Differentiated check-in slots: midday = progress nudge (2-3 sentences), afternoon = wrap-up + capture prompt - Weekly review: Sunday evening 7-day recap — completed tasks, notes created, project activity, upcoming week - Project continuity: "pick up where you left off" — yesterday's activity + stale project warnings **Weather** - Live current conditions endpoint (`GET /api/briefing/weather/current`) — polls every 30 min - Current temperature + conditions + precipitation outlook displayed above forecast card - Weather × calendar cross-reference: rain warnings for events at outdoor locations **News** - Theme synthesis: articles clustered by topic instead of listed as headlines - Cluster-level preference filtering: user-preferred topics ranked higher, disliked topics suppressed - Multi-article topic discussion endpoint (`POST /api/briefing/topics/<topic>/discuss`) — deep thematic analysis across all articles in a cluster ## Test Plan - [ ] Morning briefing includes "Your Day" section with prioritized tasks - [ ] Overdue tasks show days overdue count and suggest rescheduling - [ ] Briefing view shows current temperature above forecast card - [ ] Create an outdoor event + check briefing for rain warning - [ ] News section mentions theme clusters, not individual headlines - [ ] Midday check-in is brief (2-3 sentences, tasks only) - [ ] Afternoon wrap-up asks about capturing thoughts 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bvandeusen/FabledScribe#27