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:
3
src/ClaudeDo.Data/Models/AgentInfo.cs
Normal file
3
src/ClaudeDo.Data/Models/AgentInfo.cs
Normal file
@@ -0,0 +1,3 @@
|
||||
namespace ClaudeDo.Data.Models;
|
||||
|
||||
public sealed record AgentInfo(string Name, string Description, string Path);
|
||||
Reference in New Issue
Block a user