feat(worker): hub methods for week report and daily notes

This commit is contained in:
mika kuns
2026-06-03 09:44:45 +02:00
parent 4aa4353d11
commit d7558ef451
2 changed files with 44 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
namespace ClaudeDo.Worker.Report;
public sealed record DailyNoteDto(string Id, string Date, string Text, int SortOrder);