This commit is contained in:
Rai (Michael Pokorny)
2025-06-25 00:27:16 -07:00
parent 1bff7c4db0
commit 4cc4236fe6
3 changed files with 20 additions and 9 deletions

View File

@@ -18,6 +18,9 @@ def repo_root():
def task_dir():
return repo_root() / "agentydragon/tasks"
def worktree_dir():
return task_dir() / ".worktrees"
class TaskMeta(BaseModel):
id: str
title: str