-
Notifications
You must be signed in to change notification settings - Fork 0
Implement /api/ai/retro-summary endpoint #89
Copy link
Copy link
Open
Labels
area: apiServer-side routes and API layerServer-side routes and API layerphase: 5-retrospectiveRetrospective automationRetrospective automationpriority: lowNice-to-have; schedule when capacity allowsNice-to-have; schedule when capacity allowstype: featureNew functionalityNew functionality
Description
Metadata
Metadata
Assignees
Labels
area: apiServer-side routes and API layerServer-side routes and API layerphase: 5-retrospectiveRetrospective automationRetrospective automationpriority: lowNice-to-have; schedule when capacity allowsNice-to-have; schedule when capacity allowstype: featureNew functionalityNew functionality
Part of #60
What
Build the API route that generates a retrospective draft from the week's execution data.
Tasks
app/api/ai/retro-summary/route.ts{ wins: string[], friction: string[], nextWeekIntentions: string[], summary: string }AC