cleanup: remove dead maintenance mode artifacts in bot.py (#104) #105

Merged
cal merged 1 commits from ai/major-domo-v2-104 into next-release 2026-03-20 17:49:42 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
008d6be86c cleanup: remove dead maintenance mode artifacts in bot.py (#104)
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m6s
Closes #104

- Remove duplicate `self.maintenance_mode: bool = False` assignment (merge
  artifact from PR #83)
- Delete dead `@self.tree.interaction_check` block in `setup_hook` that
  generated a RuntimeWarning at startup; `MaintenanceAwareTree.interaction_check()`
  already handles this correctly via the `tree_cls=MaintenanceAwareTree` kwarg

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-20 10:32:52 -05:00