Implement chrs-election: Stateful weighted leader election following original CHORUS specs

This commit is contained in:
anthonyrawlins
2026-03-04 04:49:03 +11:00
parent 83ef40d3e2
commit 6bc78f4854
908 changed files with 739 additions and 32 deletions

View File

@@ -13,6 +13,7 @@ chrs-exec = { path = "../chrs-exec" }
chrs-prompts = { path = "../chrs-prompts" }
chrs-code-edit = { path = "../chrs-code-edit" }
chrs-discovery = { path = "../chrs-discovery" }
chrs-election = { path = "../chrs-election" }
git2 = "0.18"
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }