forge: step 7 — add response coordinator

This commit is contained in:
cj-vana
2026-05-14 20:03:13 -06:00
parent e78dcbbce8
commit c37e006732
3 changed files with 1106 additions and 0 deletions

View File

@@ -24,6 +24,8 @@ def main():
str(SRC_DIR / "BotPolicy.cpp"),
str(SRC_DIR / "BotCommands.cpp"),
str(SRC_DIR / "EmergencyForwarder.cpp"),
str(SRC_DIR / "KnownBotRegistry.cpp"),
str(SRC_DIR / "ResponseCoordinator.cpp"),
"-o",
str(binary),
]