From bf34857d115b1ed8e8027799b3d164b4eded7acf Mon Sep 17 00:00:00 2001 From: glifocat Date: Sun, 10 May 2026 20:30:41 +0200 Subject: [PATCH] fix(cli-scope): add scopeField to groups, sessions, destinations, members --- src/cli/resources/destinations.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/resources/destinations.ts b/src/cli/resources/destinations.ts index 4a56029..0ac95f3 100644 --- a/src/cli/resources/destinations.ts +++ b/src/cli/resources/destinations.ts @@ -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',