huskies: merge 1148 story Per-sled upgrade chat command using huskies upgrade (1138), serial-locked

This commit is contained in:
dave
2026-05-19 18:39:40 +00:00
parent 34af2f1820
commit 2593b36072
3 changed files with 559 additions and 0 deletions
+2
View File
@@ -37,6 +37,8 @@ pub mod rebuild;
pub mod reset;
/// rmtree command — handles `!rmtree` bot commands to remove worktrees.
pub mod rmtree;
/// `upgrade [<project>]` gateway chat command — streaming per-sled binary upgrade.
pub mod sled_upgrade;
/// Start command — handles `!start` bot commands to launch agents on stories.
pub mod start;
/// Matrix `ChatTransport` implementation wrapping the Matrix SDK client.