godcrm/shared/chat-source-presets.json
GOD CRM Release f89e074dd1
Some checks failed
CI / Lint / Typecheck / Test / Build (push) Has been cancelled
CI / PostgreSQL Integration Tests (push) Has been cancelled
GOD CRM — public scrubbed snapshot
Governed substrate for autonomous agents: scoped identity (passports),
audited actions, MCP workspace. Infra IPs and secrets redacted for public release.
2026-08-10 04:01:45 +03:00

31 lines
862 B
JSON

{
"presets": [
{
"id": "tickets-default",
"name": "Tickets (стандарт)",
"emoji": "📋",
"kind": "tickets",
"applicable_table_ids": [1708],
"mapping": {
"displayColumn": "what",
"descriptionColumn": "why",
"statusColumn": "state",
"priorityColumn": "priority"
}
},
{
"id": "documents-default",
"name": "Документы (стандарт)",
"emoji": "📄",
"kind": "documents",
"applicable_table_ids": null,
"mapping": {
"iconColumn": "$find:emoji|icon",
"displayColumn": "$find:name|title|displayName",
"descriptionColumn": "$find:description|summary|preview",
"statusColumn": "$find:status_id|status|state",
"categoryColumn": "$find:category_id|category|tags|type"
}
}
]
}