{
  "id": "git-plugin-amc",
  "name": "F&B Content Engine",
  "description": "Social media operations plugin for F&B brands — 7 platforms, bilingual, compliance gates, and self-configuring onboarding.",
  "version": "0.9.35",
  "kind": "plugin",
  "configSchema": {
    "type": "object",
    "additionalProperties": false,
    "properties": {
      "brand_name": {
        "type": "string",
        "description": "Official brand name, exact casing (e.g. 12eat唐人街外卖)"
      },
      "brand_slug": {
        "type": "string",
        "description": "Lowercase alphanumeric slug for file paths (e.g. 12eat)",
        "pattern": "^[a-z0-9]+$"
      },
      "brand_niche": {
        "type": "string",
        "description": "One-sentence brand positioning (≤20 words)"
      },
      "brand_mission": {
        "type": "string",
        "description": "AI agent's core mission statement"
      },
      "markets": {
        "type": "string",
        "description": "Target markets and languages"
      },
      "active_platforms": {
        "type": "array",
        "items": { "type": "string" },
        "description": "Platforms with confirmed credentials — agent auto-publishes"
      },
      "pending_platforms": {
        "type": "array",
        "items": { "type": "string" },
        "description": "Platforms brand wants but credentials not yet connected"
      },
      "trending_radar_url": {
        "type": "string",
        "description": "Shared Trending Radar Lark Doc URL"
      },
      "lark_workspaces_url": {
        "type": "string",
        "description": "AI Workspaces folder URL for vault creation"
      },
      "vault_lark_url": {
        "type": "string",
        "description": "Created by Bootstrap via mcp.lark.drive"
      },
      "amc_kanban_api_key": {
        "type": "string",
        "description": "API Key for AMC Kanban integration"
      }
    }
  }
}
