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 }, {