{
  "schema": "symbiont/identity@1",
  "host_id": "gema0-apex",
  "display_name": "GEMA-0 APEX",
  "stack": {
    "backend": "express",
    "data": "redis",
    "realtime": "websocket",
    "node": ">=18.0.0",
    "package": "gema0-apex"
  },
  "repo": {
    "url": "https://github.com/DamianMalenta/macius.git",
    "default_ref": "main"
  },
  "root_path": "gema0",
  "conventions_doc": "_docs/README.md",
  "audit_scopes": [
    "backend/**",
    "frontend/sequencer-ui/**",
    "frontend/**",
    "_docs/**"
  ],
  "forbidden_paths": [
    "**/.env",
    "**/.env.*",
    "node_modules/**",
    "dist/**",
    "build/**",
    ".git/**",
    "legacy/**",
    "_docs/quarantine_v8_legacy/**"
  ],
  "capabilities": {
    "audit": true,
    "edit_via_pr": false,
    "read_db": false,
    "deploy": false
  },
  "mcp": {
    "transport": "stdio",
    "endpoint": null,
    "auth": "bearer"
  },
  "panel": {
    "mount": "/symbiont",
    "mode": "embed"
  }
}
