story-kit: merge 298_story_bot_htop_command_with_live_updating_process_dashboard

Adds htop bot command with live-updating Matrix message showing system
load and per-agent CPU/memory usage. Supports timeout override and
htop stop. Resolved conflict with git command in commands.rs registry.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dave
2026-03-19 10:33:21 +00:00
parent 99d301b467
commit 981fd3fd81
4 changed files with 636 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
mod bot;
pub mod commands;
mod config;
pub mod htop;
pub mod notifications;
pub use config::BotConfig;