feat: ship agent-first mission control v0.2.57
This commit is contained in:
@@ -10,4 +10,7 @@ public interface IProjectRepository
|
||||
Task UpdateAsync(Project project, CancellationToken ct = default);
|
||||
Task DeleteAsync(Project project, CancellationToken ct = default);
|
||||
Task<bool> HasTasksAsync(Guid projectId, CancellationToken ct = default);
|
||||
Task<List<WorkTask>> GetTasksAsync(
|
||||
Guid projectId,
|
||||
CancellationToken ct = default);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user