fix(cli-scope): add scopeField to groups, sessions, destinations, members

This commit is contained in:
glifocat
2026-05-10 20:30:30 +02:00
parent 8a8ec84ef1
commit 610a692519

View File

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