ai_reports.py:
- Daily context now includes tasks_done_detail/in_progress_detail with
actual hours and notes for each task
- New prompt structure: Sessions Summary / Tasks Completed / In Progress
/ Blockers / Tomorrow's Plan — replaces generic "motivating summary"
- Fallback markdown updated to match new context shape
reports.py:
- GET /api/reports/{id}/export?format=md|html returns file download
with proper Content-Disposition header
ReportsView.vue:
- "↓ Markdown" and "↓ HTML" download links shown in expanded report
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| .eslintrc.cjs | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||