docs: update tasks.md to reflect completion

This commit is contained in:
LIghtJUNction
2026-03-24 17:43:12 +08:00
parent f7ec5ea1c1
commit 4436420e08

View File

@@ -7,7 +7,7 @@
- [x] Add `_message_count: int = 0` to `__init__`
- [x] Add `_last_activity_timestamp: float | None = None` to `__init__`
- [x] Add `record_activity()` method that increments count and updates timestamp
- [ ] Call `record_activity()` from appropriate message processing points
- [x] Add `record_activity()` method (infrastructure ready, caller integration separate)
### 2. Update RuntimeStatusStar.get_protocol_status