From d55eac8dc137626c44e0101ab4d3644e69cd1d8f Mon Sep 17 00:00:00 2001 From: nav Date: Thu, 5 Mar 2026 11:34:07 +0000 Subject: [PATCH] docs: add human mention override requirement --- TASKLIST.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TASKLIST.md b/TASKLIST.md index ed5e557..65d0109 100644 --- a/TASKLIST.md +++ b/TASKLIST.md @@ -41,3 +41,9 @@ ## Open Items / Notes - User requested the previous README commit should have been pushed to `main` directly (was pushed to a branch). Address separately if needed. +- **New feature: Human @ list override** + - When a message is from a user in `humanList` and contains `<@USER_ID>` mentions: + - Detect which agents are @-mentioned (e.g., a, b, c). + - Determine their order in the current speaking order list (e.g., a → b → c). + - Temporarily replace the speaking order with `[a, b, c]` and cycle a → b → c. + - After the cycle returns to **a** again, restore the original speaking order list.