docs: add human mention override requirement

This commit is contained in:
nav
2026-03-05 11:34:07 +00:00
parent ac65d7e036
commit d55eac8dc1

View File

@@ -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.