{
  "name": "UnyKorn Agentic Operations Manifest",
  "version": "1.0.0",
  "description": "Professional, human-reviewed agentic revenue and editorial operations for UnyKorn surfaces.",
  "surfaces": {
    "agents": "/system-agents.html",
    "sales": "/system-sales.html",
    "reddit": "/system-reddit.html",
    "admin": "/admin.html",
    "redditAdmin": "/motbot-admin.html"
  },
  "teams": [
    {
      "id": "router",
      "purpose": "Classify inbound demand and assign next-best action",
      "inputs": ["contact submissions", "page intent", "offer context", "source attribution"],
      "outputs": ["lead score", "routing decision", "operator summary"]
    },
    {
      "id": "sales",
      "purpose": "Prepare qualified follow-up and offer routing",
      "inputs": ["lead score", "lead message", "offer catalog"],
      "outputs": ["draft reply", "crm stage update", "handoff note"]
    },
    {
      "id": "reddit",
      "purpose": "Prepare editorial distribution with subreddit-fit checks",
      "inputs": ["approved source content", "subreddit rules", "recent queue state"],
      "outputs": ["draft post", "queue item", "posting rationale"]
    }
  ],
  "guardrails": {
    "noSpam": true,
    "noUndisclosedBots": true,
    "humanApprovalForOutbound": true,
    "subredditFitRequired": true,
    "contextualDistributionOnly": true,
    "noSockpuppets": true,
    "noColdBlastSequences": true
  },
  "workflows": [
    "capture",
    "classify",
    "draft",
    "approve",
    "log"
  ]
}
