feat(worker): report activity models and reader interface
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace ClaudeDo.Worker.Report.Interfaces;
|
||||
|
||||
public interface IClaudeHistoryReader
|
||||
{
|
||||
Task<IReadOnlyList<RepoActivity>> ReadAsync(
|
||||
DateOnly start,
|
||||
DateOnly end,
|
||||
IReadOnlyList<string> excludedPrefixes,
|
||||
CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user