story-kit: create 298_story_bot_htop_command_with_live_updating_process_dashboard

This commit is contained in:
Dave
2026-03-19 09:41:26 +00:00
parent ae7b04fac5
commit dc9df6d497

View File

@@ -16,7 +16,7 @@ As a project owner in a Matrix room, I want to type "{bot_name} htop" and see a
- [ ] '{bot_name} htop stop' stops the live updating and sends a final 'monitoring stopped' edit - [ ] '{bot_name} htop stop' stops the live updating and sends a final 'monitoring stopped' edit
- [ ] Works regardless of what language/toolchain the agents are using (monitors by PID tree, not by process name) - [ ] Works regardless of what language/toolchain the agents are using (monitors by PID tree, not by process name)
- [ ] Uses Matrix message editing (replacement events) to update in place - [ ] Uses Matrix message editing (replacement events) to update in place
- [ ] Only one htop session per room at a time - [ ] Only one htop session per room at a time — a second '{bot_name} htop' stops the existing session and starts a fresh one
- [ ] Auto-stops after 5 minutes by default to prevent runaway editing - [ ] Auto-stops after 5 minutes by default to prevent runaway editing
- [ ] Optional timeout override: '{bot_name} htop 10m' to set a custom duration - [ ] Optional timeout override: '{bot_name} htop 10m' to set a custom duration