From b1857570283423669bc327c956678e32c38d0a9c Mon Sep 17 00:00:00 2001 From: "charmenta[bot]" <291047445+charmenta[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 16:03:50 +0000 Subject: [PATCH] auto-update(docs): 711 --- adk/setup/configuration.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adk/setup/configuration.mdx b/adk/setup/configuration.mdx index 5727714b..18ad1f79 100644 --- a/adk/setup/configuration.mdx +++ b/adk/setup/configuration.mdx @@ -52,6 +52,8 @@ Here's a breakdown of the key files in your project after running `adk init`: +The `agent.json` file stores the shared production link (`workspaceId`, `botId`, and `apiUrl`) and is safe to commit. The `agent.local.json` file is gitignored and holds per-developer overrides, including the development bot ID (`devId`). + The ADK scans `src/` and discovers primitives automatically. Each file exports a primitive (a `Conversation`, `Workflow`, `Action`, etc.) and the framework registers it at build time. ## `agent.config.ts`