Improve branch, merge, rebase (#37)

* Always create task branch

* Create new ref

* Save new branch name in DB

* Refactor rebase backend

* Update merging functionality

* Clippy
This commit is contained in:
Louis Knight-Webb
2025-07-01 15:11:51 +01:00
committed by GitHub
parent a1c97f787e
commit c9fada8979
11 changed files with 250 additions and 221 deletions

View File

@@ -39,6 +39,7 @@ nix = { version = "0.29", features = ["signal", "process"] }
openssl-sys = { workspace = true }
rmcp = { version = "0.1.5", features = ["server", "transport-io"] }
schemars = "0.8"
regex = "1.11.1"
[build-dependencies]
ts-rs = { version = "9.0", features = ["uuid-impl", "chrono-impl"] }