diff options
| author | soryu <soryu@soryu.co> | 2026-02-10 14:50:07 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-10 14:50:07 +0000 |
| commit | 15b6e5fba161a194fe5427d7d29b0c4286423260 (patch) | |
| tree | fdd7bde229150cbb56d37714c23c2dc9db902f28 /makima/frontend/src/lib | |
| parent | 526edf672aae73c3670ab6141253bf92f1fbfe8c (diff) | |
| download | soryu-15b6e5fba161a194fe5427d7d29b0c4286423260.tar.gz soryu-15b6e5fba161a194fe5427d7d29b0c4286423260.zip | |
Add auto-PR creation for remote repos in directives
Diffstat (limited to 'makima/frontend/src/lib')
| -rw-r--r-- | makima/frontend/src/lib/api.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makima/frontend/src/lib/api.ts b/makima/frontend/src/lib/api.ts index b1422df..40e160e 100644 --- a/makima/frontend/src/lib/api.ts +++ b/makima/frontend/src/lib/api.ts @@ -3020,6 +3020,9 @@ export interface Directive { localPath: string | null; baseBranch: string | null; orchestratorTaskId: string | null; + prUrl: string | null; + prBranch: string | null; + completionTaskId: string | null; goalUpdatedAt: string; startedAt: string | null; version: number; @@ -3055,6 +3058,8 @@ export interface DirectiveSummary { status: DirectiveStatus; repositoryUrl: string | null; orchestratorTaskId: string | null; + prUrl: string | null; + completionTaskId: string | null; version: number; createdAt: string; updatedAt: string; |
