story-kit: merge 284_story_matrix_bot_status_command_shows_pipeline_and_agent_availability

This commit is contained in:
Dave
2026-03-18 15:18:14 +00:00
parent 8d9cf4b283
commit e8ec84668f
3 changed files with 300 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ async fn main() -> Result<(), std::io::Error> {
// Optional Matrix bot: connect to the homeserver and start listening for
// messages if `.story_kit/bot.toml` is present and enabled.
if let Some(ref root) = startup_root {
matrix::spawn_bot(root, watcher_tx_for_bot, perm_rx_for_bot);
matrix::spawn_bot(root, watcher_tx_for_bot, perm_rx_for_bot, Arc::clone(&startup_agents));
}
// On startup: