fix(cli-scope): add scopeField to groups, sessions, destinations, members

This commit is contained in:
glifocat
2026-05-10 20:30:41 +02:00
parent d8aa46c0a7
commit bf34857d11
+1
View File
@@ -8,6 +8,7 @@ registerResource({
description:
'Agent destination — per-agent routing entry and ACL. Each row authorizes an agent to send messages to a target (channel or another agent) and assigns a local name the agent uses to address it. Names are scoped to the source agent — two agents can have different local names for the same target. Created automatically when wiring channels or when agents create child agents.',
idColumn: 'agent_group_id',
scopeField: 'agent_group_id',
columns: [
{
name: 'agent_group_id',