{
  "display_information": {
    "name": "NEXUS AI",
    "description": "Your second brain inside Slack — tasks, reminders, meeting prep, and AI chat.",
    "background_color": "#5B21B6"
  },
  "features": {
    "bot_user": {
      "display_name": "NEXUS AI",
      "always_online": true
    },
    "slash_commands": [
      {
        "command": "/nexus",
        "description": "Talk to NEXUS AI — tasks, reminders, meeting prep, and more",
        "usage_hint": "ask | task add | task list | remind | prep | digest | note | search",
        "should_escape": false
      }
    ]
  },
  "oauth_config": {
    "scopes": {
      "bot": [
        "app_mentions:read",
        "channels:history",
        "chat:write",
        "commands",
        "files:read",
        "im:history",
        "im:write",
        "team:read",
        "users:read"
      ]
    }
  },
  "settings": {
    "event_subscriptions": {
      "bot_events": [
        "message.channels",
        "message.im",
        "file_shared",
        "app_mention"
      ]
    },
    "interactivity": {
      "is_enabled": true
    },
    "org_deploy_enabled": false,
    "socket_mode_enabled": true,
    "token_rotation_enabled": false
  }
}
