{
  "ok": true,
  "name": "ChiefLab",
  "primaryTool": "chieflab_get_users_after_build",
  "sessionStartTool": "chieflab_boot",
  "resumeTool": "chieflab_continue_launch_loop",
  "primaryAttachCommand": "npx -y @chieflab/cli launch-here --intent \"<user phrase>\"",
  "primaryAttachCommandWindowsPowerShell": "npx.cmd -y @chieflab/cli launch-here --intent \"<user phrase>\"",
  "endpoint": "https://api.chieflab.io/api/mcp",
  "bootstrapProtocol": "https://chieflab.io/bootstrap.txt",
  "bootstrapJson": "https://chieflab.io/bootstrap.json",
  "wellKnownBootstrap": "https://chieflab.io/.well-known/chieflab-bootstrap.json",
  "agentHook": "https://chieflab.io/agent-hook/AGENTS.md",
  "primaryFrontDoorCommand": "npx -y @chieflab/cli launch-here --intent \"<user phrase>\"",
  "primaryFrontDoorCommandWindowsPowerShell": "npx.cmd -y @chieflab/cli launch-here --intent \"<user phrase>\"",
  "primaryFrontDoorClassification": "install_if_needed_plus_approval_staged_launch",
  "setupOnlyCommand": "npx -y @chieflab/cli attach --runtime auto --project .",
  "setupOnlyCommandWindowsPowerShell": "npx.cmd -y @chieflab/cli attach --runtime auto --project .",
  "setupOnlyNote": "Use only when the user explicitly asked to install/configure ChiefLab with no launch intent. Otherwise prefer launch-here.",
  "repoPlantOnlyCommand": "npx @chieflab/cli init",
  "repoPlantOnlyCommandWindowsPowerShell": "npx.cmd @chieflab/cli init",
  "manualFallbackPosix": "curl -fsSL https://chieflab.io/install-agent-hook.mjs | node -",
  "manualFallbackWindows": "iwr https://chieflab.io/install-agent-hook.mjs -OutFile .chieflab-install-agent-hook.mjs; node .\\.chieflab-install-agent-hook.mjs",
  "repoContextCollector": "https://chieflab.io/repo-context.mjs",
  "positioning": "After-build GTM execution layer for agents. Agent-operated, human-owned. Generated apps do not survive without launch continuity.",
  "closedLoop": [
    "launch",
    "reviewUrl",
    "approval",
    "approved execution",
    "24h measurement",
    "next move"
  ],
  "hardRule": "No publish/send without approved actionId.",
  "demos": [
    "https://chieflab.io/demos/chieflab-launching-itself/",
    "https://chieflab.io/demos/saas-launch/",
    "https://chieflab.io/demos/devtool-launch/"
  ]
}
