huskies: merge 1153 story huskies projects chat command — list every registered project with port and status

This commit is contained in:
dave
2026-05-20 00:23:44 +00:00
parent 0c207981e9
commit 846b3e1b4c
5 changed files with 337 additions and 0 deletions
+2
View File
@@ -33,6 +33,8 @@ pub mod htop;
pub mod new_project;
/// `project-rebuild <name>` chat command — rebuild Docker image, swap container, preserve state.
pub mod project_rebuild;
/// `projects` chat command — list all registered gateway projects.
pub mod projects;
/// Rebuild command — triggers a server rebuild/restart via a bot command.
pub mod rebuild;
/// Reset command — handles `!reset` bot commands to restart the server state.