From 610a6925190abbcf7f3fa5440e6b3611e81d549a Mon Sep 17 00:00:00 2001 From: glifocat Date: Sun, 10 May 2026 20:30:30 +0200 Subject: [PATCH] fix(cli-scope): add scopeField to groups, sessions, destinations, members --- src/cli/resources/groups.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cli/resources/groups.ts b/src/cli/resources/groups.ts index 83344e0..031ccb5 100644 --- a/src/cli/resources/groups.ts +++ b/src/cli/resources/groups.ts @@ -38,6 +38,7 @@ registerResource({ description: 'Agent group — a logical agent identity. Each group has its own workspace folder (CLAUDE.md, skills, container config), conversation history, and container image. Multiple messaging groups can be wired to one agent group.', idColumn: 'id', + scopeField: 'id', columns: [ { name: 'id', type: 'string', description: 'UUID.', generated: true }, {