fix(cli-scope): add scopeField to groups, sessions, destinations, members
This commit is contained in:
@@ -38,6 +38,7 @@ registerResource({
|
|||||||
description:
|
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.',
|
'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',
|
idColumn: 'id',
|
||||||
|
scopeField: 'id',
|
||||||
columns: [
|
columns: [
|
||||||
{ name: 'id', type: 'string', description: 'UUID.', generated: true },
|
{ name: 'id', type: 'string', description: 'UUID.', generated: true },
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user