godcrm/packages/manifest.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

24 lines
1 KiB
JSON

{
"name": "godcrm-ai-infrastructure",
"version": "1.0.0",
"description": "Modular AI infrastructure package for GOD CRM spaces",
"modules": [
{ "name": "ai-core", "path": "./ai-core/module.json", "required": true },
{ "name": "ai-observability", "path": "./ai-observability/module.json", "required": false },
{ "name": "project-mgmt", "path": "./project-mgmt/module.json", "required": false },
{ "name": "agent-ops", "path": "./agent-ops/module.json", "required": false },
{ "name": "infra", "path": "./infra/module.json", "required": false }
],
"deploy_order": ["ai-core", "ai-observability", "project-mgmt", "agent-ops", "infra"],
"presets": {
"minimal": ["ai-core"],
"standard": ["ai-core", "ai-observability", "project-mgmt"],
"full": ["ai-core", "ai-observability", "project-mgmt", "agent-ops", "infra"],
"personal": ["ai-core", "project-mgmt"]
},
"source_reference": {
"space": "Development",
"space_id": 11,
"api_base": "https://crm.hltrn.cc/api/v3"
}
}