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',