mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-02 17:32:39 +00:00
- Remove duplicate BLOCKED check in _modify (dead code) - Use hasattr() instead of None check to distinguish missing vs None-valued attributes - Add 64-key cap on _runtime_vars to prevent unbounded memory growth - Refactor watchdog tests to call actual _watchdog_check() instead of inline logic