From 4436420e08edc5ca7a70e3ffa0b236ffb75410a5 Mon Sep 17 00:00:00 2001 From: LIghtJUNction Date: Tue, 24 Mar 2026 17:43:12 +0800 Subject: [PATCH] docs: update tasks.md to reflect completion --- .../changes/fix-runtime-status-star-spec-compliance/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openspec/changes/fix-runtime-status-star-spec-compliance/tasks.md b/openspec/changes/fix-runtime-status-star-spec-compliance/tasks.md index 171f42fa2..7ec45cbe0 100644 --- a/openspec/changes/fix-runtime-status-star-spec-compliance/tasks.md +++ b/openspec/changes/fix-runtime-status-star-spec-compliance/tasks.md @@ -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