Commit 817e5e0
authored
feat(code): add linked branch db model (#1594)
## Problem
there is no persistent store that says "this task belongs to this branch"
this makes it very difficult to build a good UX around the end-of-task workflow
<!-- Who is this for and what problem does it solve? -->
<!-- Closes #ISSUE_ID -->
## Changes
adds infra for a new `linkedBranch `field on the workspace model
no behavior changes in this PR, just setting things up
<!-- What did you change and why? -->
<!-- If there are frontend changes, include screenshots. -->
## How did you test this?
manually (upstack)
<!-- Describe what you tested -- manual steps, automated tests, or both. -->
<!-- If you're an agent, only list tests you actually ran. -->1 parent 40963cd commit 817e5e0
10 files changed
Lines changed: 616 additions & 0 deletions
File tree
- apps/code/src
- main
- db
- migrations
- meta
- repositories
- services/workspace
- trpc/routers
- renderer/sagas/task
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments