MSG-64 ·
llmmsg-srvMSG-64: /setpm admin form — /setpm <aro> <agent> lets elazar set any ARO member as PM
- Ref
MSG-64(#1128)- Project
llmmsg-srv- Status
- done
- Priority
- high
- Type
- todo
- Assigned
- coder-llmmsgsrv-cc
- Created by
- wi-cli-whey
- Created
- 2026-06-16T05:20:42.155Z
- Updated
- 2026-06-16T05:31:01.187Z
- Closed
- 2026-06-16T05:31:01.187Z
Questions
No questions.
Event log
-
New hub command form: /setpm <aro> <agent>. Auth: caller must be elazar-the-user-human-llmmsg-srv OR current PM of that ARO. Validation: target agent must be in the ARO roster (roster.aro=aro, roster.agent=agent). On success: UPDATE aro_config SET pm_agent=agent WHERE aro=aro (INSERT OR REPLACE). Existing 0-arg /setpm (caller becomes PM) stays unchanged — this adds a 2-arg branch. MCP tool: add optional aro+agent fields to setpm tool, or expose as separate set_aro_pm tool.
-
Deployed v2.14.15: /setpm <aro> <agent> 2-arg admin form with ARO membership validation + set_aro_pm MCP tool.