feat(FN-4517): complete Step 1 — classify room post tool as coordination-safe

Fusion-Task-Id: FN-4517
Fusion-Task-Lineage: 4e582377-3c56-49a4-8e3c-23e652113b61
This commit is contained in:
Fusion
2026-05-14 13:14:58 -07:00
committed by gsxdsm
parent 370b7ff140
commit 309b37eeab
2 changed files with 3 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ export const READONLY_FN_TOOLS: ReadonlySet<string> = new Set([
"fn_memory_append",
"fn_send_message",
"fn_read_messages",
"fn_post_room_message",
"fn_update_identity",
"fn_reflect_on_performance",
"fn_read_evaluations",
@@ -121,6 +122,7 @@ export const COORDINATION_EXEMPT_TOOLS = [
"fn_agent_show",
"fn_agent_org_chart",
"fn_send_message",
"fn_post_room_message",
"fn_memory_append",
"fn_read_evaluations",
"fn_update_identity",