feat(data): add ListConfigEntity, TaskRunEntity, AgentInfo models and task config fields
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
9
src/ClaudeDo.Data/Models/ListConfigEntity.cs
Normal file
9
src/ClaudeDo.Data/Models/ListConfigEntity.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace ClaudeDo.Data.Models;
|
||||
|
||||
public sealed class ListConfigEntity
|
||||
{
|
||||
public required string ListId { get; init; }
|
||||
public string? Model { get; set; }
|
||||
public string? SystemPrompt { get; set; }
|
||||
public string? AgentPath { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user