mirror of
https://github.com/openai/codex.git
synced 2026-05-02 12:21:26 +03:00
wip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user