@agent-native/core 0.76.2 → 0.76.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,13 @@
1
1
  # @agent-native/core
2
2
 
3
+ ## 0.76.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 57e72bb: Correct stale "default-on" doc comments in `durable-background.ts` and
8
+ `deploy/build.ts` so they reflect that durable background agent runs are now
9
+ opt-in (default-off). Comment-only; no behavior change.
10
+
3
11
  ## 0.76.2
4
12
 
5
13
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/core",
3
- "version": "0.76.2",
3
+ "version": "0.76.3",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=22"
@@ -18,16 +18,17 @@
18
18
  * GUARDRAIL: when `isAgentChatDurableBackgroundEnabled()` returns false, the
19
19
  * agent-chat handler must behave byte-for-byte like the current synchronous
20
20
  * path. The gate is true only when ALL of these hold:
21
- * 1. `AGENT_CHAT_DURABLE_BACKGROUND` env is not explicitly disabled. It is
22
- * DEFAULT-ON: unset/empty/unknown counts as enabled; set it to a falsy
23
- * value (`false`/`0`/`no`/`off`) to opt a specific app back out.
21
+ * 1. `AGENT_CHAT_DURABLE_BACKGROUND` env is explicitly enabled. It is
22
+ * DEFAULT-OFF (opt-in): unset/empty/unknown counts as disabled; set it to a
23
+ * truthy value (`true`/`1`/`yes`/`on`) to opt a specific app in.
24
24
  * 2. The runtime is hosted/serverless (local dev keeps the inline path so SSE
25
25
  * stays a single live stream and no second function is needed).
26
26
  * 3. `A2A_SECRET` is configured (the HMAC handoff is required to authenticate
27
27
  * the background dispatch; without it the dispatch can't be trusted).
28
28
  *
29
- * Default-on is safe because a *dispatch failure degrades to an inline run*: if
30
- * the self-dispatch self-POST can't be delivered (fast connection error or
29
+ * Opt-in keeps the blast radius small while the worker path is still being
30
+ * proven. And even when enabled, a *dispatch failure degrades to an inline run*:
31
+ * if the self-dispatch self-POST can't be delivered (fast connection error or
31
32
  * fast non-2xx), the foreground handler runs the turn synchronously instead of
32
33
  * erroring (see `production-agent.ts` — the inline fallback claims the run row
33
34
  * atomically so a delayed delivery can never double-execute). So an app where
@@ -140,8 +141,8 @@ export function resolveAgentChatProcessRunDispatchPath(): string {
140
141
  }
141
142
 
142
143
  /**
143
- * Env flag for durable background runs. DEFAULT-ON: unset means enabled; an app
144
- * opts OUT with an explicit falsy value (`false`/`0`/`no`/`off`).
144
+ * Env flag for durable background runs. DEFAULT-OFF (opt-in): unset means
145
+ * disabled; an app opts IN with an explicit truthy value (`true`/`1`/`yes`/`on`).
145
146
  */
146
147
  export const AGENT_CHAT_DURABLE_BACKGROUND_ENV =
147
148
  "AGENT_CHAT_DURABLE_BACKGROUND";
@@ -2123,11 +2123,11 @@ export default bundle;
2123
2123
  copyInstalledFfmpegStaticPackage(nitro.options.output.serverDir);
2124
2124
  }
2125
2125
 
2126
- // Durable background agent runs (default-ON; opt out with a falsy
2126
+ // Durable background agent runs (default-OFF / opt-in; enable with a truthy
2127
2127
  // AGENT_CHAT_DURABLE_BACKGROUND). Additive ONLY: emits a SECOND Netlify
2128
2128
  // function whose name ends in `-background` re-exporting the same handler
2129
2129
  // bundle, so the chat `_process-run` POST lands on Netlify's async (15-min)
2130
- // function. When explicitly opted out this is a no-op and the single-function
2130
+ // function. When not opted in this is a no-op and the single-function
2131
2131
  // deploy is byte-for-byte unchanged.
2132
2132
  if (preset === "netlify" && isDurableBackgroundDeployEnabled()) {
2133
2133
  try {
@@ -58,8 +58,8 @@ export declare const AGENT_BACKGROUND_FUNCTION_URL_PATH = "/.netlify/functions/s
58
58
  */
59
59
  export declare function resolveAgentChatProcessRunDispatchPath(): string;
60
60
  /**
61
- * Env flag for durable background runs. DEFAULT-ON: unset means enabled; an app
62
- * opts OUT with an explicit falsy value (`false`/`0`/`no`/`off`).
61
+ * Env flag for durable background runs. DEFAULT-OFF (opt-in): unset means
62
+ * disabled; an app opts IN with an explicit truthy value (`true`/`1`/`yes`/`on`).
63
63
  */
64
64
  export declare const AGENT_CHAT_DURABLE_BACKGROUND_ENV = "AGENT_CHAT_DURABLE_BACKGROUND";
65
65
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"durable-background.d.ts","sourceRoot":"","sources":["../../src/agent/durable-background.ts"],"names":[],"mappings":"AA6CA;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,2CACE,CAAC;AAE3C;;;;;;;;GAQG;AACH,eAAO,MAAM,8BAA8B,4BAA4B,CAAC;AAExE;;;;;;;;;GASG;AACH,eAAO,MAAM,kCAAkC,gDAA0D,CAAC;AAsB1G;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,sCAAsC,IAAI,MAAM,CAY/D;AAED;;;GAGG;AACH,eAAO,MAAM,iCAAiC,kCACb,CAAC;AAElC;;;;;;GAMG;AACH,eAAO,MAAM,+BAA+B,oBAAoB,CAAC;AAEjE;;;;GAIG;AACH,wBAAgB,mCAAmC,IAAI,OAAO,CAsB7D;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,6BAA6B,IAAI,OAAO,CAsBvD;AA4BD;;;;;;;GAOG;AACH,wBAAgB,mCAAmC,IAAI,OAAO,CAM7D;AAED,uDAAuD;AACvD,MAAM,MAAM,qBAAqB,GAC7B;IACE,EAAE,EAAE,IAAI,CAAC;IACT,+DAA+D;IAC/D,KAAK,EAAE,MAAM,CAAC;IACd,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC/B,GACD;IACE,EAAE,EAAE,KAAK,CAAC;IACV,2CAA2C;IAC3C,MAAM,EAAE,MAAM,CAAC;IACf,qBAAqB;IACrB,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;OAMG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB,CAAC;AAEN;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,IAAI,CAahE;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,OAAO,EACb,UAAU,EAAE,MAAM,GAAG,SAAS,GAC7B,qBAAqB,CAiDvB"}
1
+ {"version":3,"file":"durable-background.d.ts","sourceRoot":"","sources":["../../src/agent/durable-background.ts"],"names":[],"mappings":"AA8CA;;;;GAIG;AACH,eAAO,MAAM,2BAA2B,2CACE,CAAC;AAE3C;;;;;;;;GAQG;AACH,eAAO,MAAM,8BAA8B,4BAA4B,CAAC;AAExE;;;;;;;;;GASG;AACH,eAAO,MAAM,kCAAkC,gDAA0D,CAAC;AAsB1G;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AACH,wBAAgB,sCAAsC,IAAI,MAAM,CAY/D;AAED;;;GAGG;AACH,eAAO,MAAM,iCAAiC,kCACb,CAAC;AAElC;;;;;;GAMG;AACH,eAAO,MAAM,+BAA+B,oBAAoB,CAAC;AAEjE;;;;GAIG;AACH,wBAAgB,mCAAmC,IAAI,OAAO,CAsB7D;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,6BAA6B,IAAI,OAAO,CAsBvD;AA4BD;;;;;;;GAOG;AACH,wBAAgB,mCAAmC,IAAI,OAAO,CAM7D;AAED,uDAAuD;AACvD,MAAM,MAAM,qBAAqB,GAC7B;IACE,EAAE,EAAE,IAAI,CAAC;IACT,+DAA+D;IAC/D,KAAK,EAAE,MAAM,CAAC;IACd,4EAA4E;IAC5E,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAC/B,GACD;IACE,EAAE,EAAE,KAAK,CAAC;IACV,2CAA2C;IAC3C,MAAM,EAAE,MAAM,CAAC;IACf,qBAAqB;IACrB,KAAK,EAAE,MAAM,CAAC;IACd;;;;;;OAMG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB,CAAC;AAEN;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,IAAI,CAahE;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,wBAAwB,CACtC,IAAI,EAAE,OAAO,EACb,UAAU,EAAE,MAAM,GAAG,SAAS,GAC7B,qBAAqB,CAiDvB"}
@@ -18,16 +18,17 @@
18
18
  * GUARDRAIL: when `isAgentChatDurableBackgroundEnabled()` returns false, the
19
19
  * agent-chat handler must behave byte-for-byte like the current synchronous
20
20
  * path. The gate is true only when ALL of these hold:
21
- * 1. `AGENT_CHAT_DURABLE_BACKGROUND` env is not explicitly disabled. It is
22
- * DEFAULT-ON: unset/empty/unknown counts as enabled; set it to a falsy
23
- * value (`false`/`0`/`no`/`off`) to opt a specific app back out.
21
+ * 1. `AGENT_CHAT_DURABLE_BACKGROUND` env is explicitly enabled. It is
22
+ * DEFAULT-OFF (opt-in): unset/empty/unknown counts as disabled; set it to a
23
+ * truthy value (`true`/`1`/`yes`/`on`) to opt a specific app in.
24
24
  * 2. The runtime is hosted/serverless (local dev keeps the inline path so SSE
25
25
  * stays a single live stream and no second function is needed).
26
26
  * 3. `A2A_SECRET` is configured (the HMAC handoff is required to authenticate
27
27
  * the background dispatch; without it the dispatch can't be trusted).
28
28
  *
29
- * Default-on is safe because a *dispatch failure degrades to an inline run*: if
30
- * the self-dispatch self-POST can't be delivered (fast connection error or
29
+ * Opt-in keeps the blast radius small while the worker path is still being
30
+ * proven. And even when enabled, a *dispatch failure degrades to an inline run*:
31
+ * if the self-dispatch self-POST can't be delivered (fast connection error or
31
32
  * fast non-2xx), the foreground handler runs the turn synchronously instead of
32
33
  * erroring (see `production-agent.ts` — the inline fallback claims the run row
33
34
  * atomically so a delayed delivery can never double-execute). So an app where
@@ -125,8 +126,8 @@ export function resolveAgentChatProcessRunDispatchPath() {
125
126
  return AGENT_CHAT_PROCESS_RUN_PATH;
126
127
  }
127
128
  /**
128
- * Env flag for durable background runs. DEFAULT-ON: unset means enabled; an app
129
- * opts OUT with an explicit falsy value (`false`/`0`/`no`/`off`).
129
+ * Env flag for durable background runs. DEFAULT-OFF (opt-in): unset means
130
+ * disabled; an app opts IN with an explicit truthy value (`true`/`1`/`yes`/`on`).
130
131
  */
131
132
  export const AGENT_CHAT_DURABLE_BACKGROUND_ENV = "AGENT_CHAT_DURABLE_BACKGROUND";
132
133
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"durable-background.js","sourceRoot":"","sources":["../../src/agent/durable-background.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Durable background agent-chat runs (Netlify background functions).\n *\n * Off by default. When enabled, a long in-app agent-chat turn is dispatched\n * into a Netlify *background* function (15-min budget) instead of completing\n * synchronously under the ~40s soft-timeout. The foreground POST claims the\n * run slot, inserts the run row, fires an HMAC-signed self-dispatch to\n * `AGENT_CHAT_PROCESS_RUN_PATH`, and returns the existing SSE subscription so\n * the client streams the same events (via the cross-isolate SQL-poll path)\n * with no client change.\n *\n * This module owns ONLY the gating decision + shared constants so both the\n * HTTP handler (`production-agent.ts`) and the processor route\n * (`agent-chat-plugin.ts`) agree on when the path is active without a circular\n * import. The actual run machinery is reused verbatim from run-manager /\n * run-store / self-dispatch / internal-token.\n *\n * GUARDRAIL: when `isAgentChatDurableBackgroundEnabled()` returns false, the\n * agent-chat handler must behave byte-for-byte like the current synchronous\n * path. The gate is true only when ALL of these hold:\n * 1. `AGENT_CHAT_DURABLE_BACKGROUND` env is not explicitly disabled. It is\n * DEFAULT-ON: unset/empty/unknown counts as enabled; set it to a falsy\n * value (`false`/`0`/`no`/`off`) to opt a specific app back out.\n * 2. The runtime is hosted/serverless (local dev keeps the inline path so SSE\n * stays a single live stream and no second function is needed).\n * 3. `A2A_SECRET` is configured (the HMAC handoff is required to authenticate\n * the background dispatch; without it the dispatch can't be trusted).\n *\n * Default-on is safe because a *dispatch failure degrades to an inline run*: if\n * the self-dispatch self-POST can't be delivered (fast connection error or\n * fast non-2xx), the foreground handler runs the turn synchronously instead of\n * erroring (see `production-agent.ts` — the inline fallback claims the run row\n * atomically so a delayed delivery can never double-execute). So an app where\n * durable dispatch happens to fail still gets a working chat, just without the\n * 15-min budget.\n */\nimport {\n hasConfiguredA2ASecret,\n isA2AProductionRuntime,\n} from \"../a2a/auth-policy.js\";\nimport {\n extractBearerToken,\n verifyInternalToken,\n} from \"../integrations/internal-token.js\";\n\n/**\n * Framework route the background function actually runs — sibling to\n * `AGENT_TEAM_PROCESS_RUN_PATH`. Reached *through* the Netlify background\n * function, so it inherits the 15-min budget.\n */\nexport const AGENT_CHAT_PROCESS_RUN_PATH =\n \"/_agent-native/agent-chat/_process-run\";\n\n/**\n * Name of the standalone Netlify background function the build emits (see\n * `emitSingleTemplateNetlifyBackgroundFunction` in deploy/build.ts). Shared so\n * the emit and the dispatch-path helper below can never drift on the name.\n *\n * MUST end in `-background` — both because that is the conventional Netlify\n * async-function suffix and because `isInBackgroundFunctionRuntime()` reads the\n * `AWS_LAMBDA_FUNCTION_NAME` `-background` suffix as a secondary runtime signal.\n */\nexport const AGENT_BACKGROUND_FUNCTION_NAME = \"server-agent-background\";\n\n/**\n * Default function URL of the background function on Netlify. Every Netlify\n * function is reachable at `/.netlify/functions/<name>` BY DEFAULT; that default\n * url is removed ONLY if the function declares a custom `config.path`. The\n * emitted background function declares NO custom `config.path` (it sets\n * `background: true` and nothing else routing-related), so it KEEPS this default\n * url — and the Nitro `server` function already excludes `/.netlify/*` from its\n * `/*` catch-all, so this namespace is never shadowed. The foreground therefore\n * dispatches HERE on hosted Netlify (see `resolveAgentChatProcessRunDispatchPath`).\n */\nexport const AGENT_BACKGROUND_FUNCTION_URL_PATH = `/.netlify/functions/${AGENT_BACKGROUND_FUNCTION_NAME}`;\n\n/**\n * The per-app workspace background function URL path. Workspace deploy emits one\n * background function per app named `<app>-agent-background`, reachable at its\n * DEFAULT url `/.netlify/functions/<app>-agent-background` (no custom\n * `config.path`). The foreground resolves the current workspace app id from\n * `AGENT_NATIVE_WORKSPACE_APP_ID` (set by the workspace function entry) so it can\n * dispatch to the right per-app function url. Returns `null` when no workspace\n * app id is configured (single-template deploy).\n */\nfunction resolveWorkspaceBackgroundFunctionUrlPath(): string | null {\n const raw = process.env.AGENT_NATIVE_WORKSPACE_APP_ID;\n if (typeof raw !== \"string\") return null;\n // Mirror the workspace app-id normalization (resources/store.ts): take the\n // first path segment and accept only the safe slug shape used for function\n // names. Anything else falls back to the single-template name.\n const candidate = raw.trim().replace(/^\\/+/, \"\").split(\"/\")[0] ?? \"\";\n if (!/^[a-z0-9][a-z0-9-]{0,127}$/.test(candidate)) return null;\n return `/.netlify/functions/${candidate}-agent-background`;\n}\n\n/**\n * Resolve the path the foreground POST should self-dispatch the chat background\n * worker to.\n *\n * GROUNDED IN THE REAL NETLIFY BUILD OUTPUT + THE NETLIFY DOCS DEFAULT-URL RULE:\n * the background function is emitted INTO the scanned dir\n * (`.netlify/functions-internal/server-agent-background`, or per-app\n * `<app>-agent-background` for workspaces) with `export const config = {\n * background: true, ... }` and NO custom `config.path`. Because it has no custom\n * path, Netlify keeps its DEFAULT function url `/.netlify/functions/<name>`, and\n * `background: true` makes any invocation of that url ASYNC (immediate 202,\n * 15-min budget). The Nitro `server` function already excludes `/.netlify/*`\n * from its `/*` catch-all, so the default-url namespace is NEVER shadowed by the\n * synchronous function.\n *\n * Therefore on hosted Netlify the foreground dispatches to the function's DEFAULT\n * url (`/.netlify/functions/<name>`); the function entry then rewrites the\n * incoming pathname to `AGENT_CHAT_PROCESS_RUN_PATH` (base-path-prefixed for\n * workspaces) before delegating to the Nitro router, so the `_process-run`\n * plugin runs with the async 15-min budget. Everywhere else (local dev, `netlify\n * dev`, non-Netlify hosts where no second function exists) there is no second\n * function, so the foreground dispatches to the framework route\n * `AGENT_CHAT_PROCESS_RUN_PATH` and the same in-process catch-all handles it\n * inline. The HMAC token (signed over the runId) is unchanged either way.\n *\n * NOTE: this is the DOC-CORRECT approach. An earlier attempt gave the function a\n * custom `config.path` + a catch-all `excludedPath` patch; the custom path was\n * NOT honored as a route in prod (probe → 404). Using the default function url\n * (no custom path) is what Netlify documents and is simpler — there is nothing\n * to shadow because `/.netlify/*` is already excluded from the `server` catch-all.\n */\nexport function resolveAgentChatProcessRunDispatchPath(): string {\n if (\n process.env.NETLIFY &&\n process.env.NETLIFY !== \"false\" &&\n process.env.NETLIFY_LOCAL !== \"true\"\n ) {\n return (\n resolveWorkspaceBackgroundFunctionUrlPath() ??\n AGENT_BACKGROUND_FUNCTION_URL_PATH\n );\n }\n return AGENT_CHAT_PROCESS_RUN_PATH;\n}\n\n/**\n * Env flag for durable background runs. DEFAULT-ON: unset means enabled; an app\n * opts OUT with an explicit falsy value (`false`/`0`/`no`/`off`).\n */\nexport const AGENT_CHAT_DURABLE_BACKGROUND_ENV =\n \"AGENT_CHAT_DURABLE_BACKGROUND\";\n\n/**\n * Body field the foreground handler injects when self-dispatching to the\n * background processor. Its presence is how the re-entered handler knows it is\n * the background worker (run inline with the background soft-timeout; do NOT\n * re-claim the slot or re-dispatch). Untrusted on its own — the route also\n * verifies the HMAC token before invoking the handler.\n */\nexport const AGENT_CHAT_BACKGROUND_RUN_FIELD = \"__backgroundRun\";\n\n/**\n * Mirror of run-manager's private `isHostedRuntime`. Kept in sync deliberately:\n * the durable-background gate must agree with the soft-timeout regime about\n * what \"hosted\" means.\n */\nexport function isHostedRuntimeForDurableBackground(): boolean {\n if (\n process.env.NETLIFY &&\n process.env.NETLIFY !== \"false\" &&\n process.env.NETLIFY_LOCAL !== \"true\"\n ) {\n return true;\n }\n if (\n process.env.AWS_LAMBDA_FUNCTION_NAME &&\n process.env.NETLIFY_LOCAL !== \"true\"\n ) {\n return true;\n }\n return Boolean(\n process.env.CF_PAGES ||\n process.env.VERCEL ||\n process.env.VERCEL_ENV ||\n process.env.RENDER ||\n process.env.FLY_APP_NAME ||\n process.env.K_SERVICE,\n );\n}\n\n/**\n * True when THIS process is actually executing inside a Netlify *background*\n * function (the long, 15-min-budget async function whose deployed name ends in\n * `-background`). Netlify runs functions on AWS Lambda and sets\n * `AWS_LAMBDA_FUNCTION_NAME` to the function's name, so a `-background` suffix is\n * the runtime proof that the ~60s synchronous wall does NOT apply here.\n *\n * This is the SAFETY GUARD for the soft-timeout regime. The `_process-run`\n * self-dispatch worker (`isBackgroundWorker`) is NOT enough on its own: if the\n * `-background` function was never emitted (deploy gate off, or Netlify routed\n * the path to the synchronous function), the self-POST lands on the regular\n * ~60s `server` function. A worker there MUST use the 40s soft-timeout and\n * checkpoint before the 60s wall — using the ~13min budget would overshoot the\n * hard wall and get killed at 60s, then re-dispatch/resume in a wasteful loop.\n * So the 13-min budget is taken ONLY when this returns true.\n *\n * The PRIMARY signal is a `globalThis` marker the emitted background function's\n * entry sets at cold start — the deployed Lambda name is not guaranteed to end\n * in `-background` on Netlify, so the entry marks its own runtime. A `globalThis`\n * flag (not `process.env`) keeps the no-env-mutation guard satisfied and carries\n * no cross-request state (set once per isolate). The `AWS_LAMBDA_FUNCTION_NAME`\n * suffix and the explicit `AGENT_CHAT_FORCE_BACKGROUND_RUNTIME` env (truthy) are\n * additional signals — the latter an operator escape hatch. Off by default.\n */\nexport function isInBackgroundFunctionRuntime(): boolean {\n // Set by the emitted `-background` function entry at cold start (the primary,\n // most reliable signal — see the emit in deploy/build.ts).\n if (\n (globalThis as Record<string, unknown>)\n .__AGENT_NATIVE_BACKGROUND_RUNTIME__ === true\n ) {\n return true;\n }\n const lambdaName = process.env.AWS_LAMBDA_FUNCTION_NAME;\n if (\n typeof lambdaName === \"string\" &&\n lambdaName.toLowerCase().endsWith(\"-background\")\n ) {\n return true;\n }\n const forced = process.env.AGENT_CHAT_FORCE_BACKGROUND_RUNTIME;\n if (forced != null) {\n const v = forced.trim().toLowerCase();\n return v === \"1\" || v === \"true\" || v === \"yes\" || v === \"on\";\n }\n return false;\n}\n\nfunction isFlagEnabled(): boolean {\n // Read the literal key (not `process.env[CONST]`) so guard:no-env-credentials\n // can statically verify it against the allowlisted `AGENT_*` prefix. Keep this\n // in sync with AGENT_CHAT_DURABLE_BACKGROUND_ENV.\n //\n // DEFAULT-OFF (opt-in): durable background runs are still being hardened. A\n // premature fleet-wide default-on caused real-user incidents (Assets/Analytics\n // hit \"Failed to dispatch\" + stalls, 2026-06-24) because the async background\n // worker path is not yet proven end-to-end and the deploy-time env opt-out is\n // not reliably baked into a given deploy. So an unset/empty/unknown flag means\n // OFF; an app opts IN only with an explicit truthy value\n // (AGENT_CHAT_DURABLE_BACKGROUND=true). This still composes with the hosted +\n // A2A_SECRET gates below. Flip back to default-on only after the 15-min\n // background-function worker is verified live in production (see the\n // project_durable_bg_prod_verified memory).\n const raw = process.env.AGENT_CHAT_DURABLE_BACKGROUND;\n if (raw == null) return false;\n const normalized = raw.trim().toLowerCase();\n return (\n normalized === \"1\" ||\n normalized === \"true\" ||\n normalized === \"yes\" ||\n normalized === \"on\"\n );\n}\n\n/**\n * The single gate. True when the flag is explicitly enabled (opt-in/default-off)\n * AND the runtime is hosted AND A2A_SECRET is configured. False otherwise — and\n * false means the current synchronous behavior is used, unchanged. So a local /\n * non-hosted / unconfigured app stays synchronous, and an app that has not opted\n * in stays synchronous; durable only engages where it is explicitly enabled and\n * the runtime actually supports it.\n */\nexport function isAgentChatDurableBackgroundEnabled(): boolean {\n return (\n isFlagEnabled() &&\n isHostedRuntimeForDurableBackground() &&\n hasConfiguredA2ASecret()\n );\n}\n\n/** Decision returned by `prepareProcessRunRequest`. */\nexport type ProcessRunPreparation =\n | {\n ok: true;\n /** The pre-claimed run id the background worker must reuse. */\n runId: string;\n /** Body to stash for the re-entered handler (marker guaranteed present). */\n body: Record<string, unknown>;\n }\n | {\n ok: false;\n /** HTTP status the route should return. */\n status: number;\n /** Error payload. */\n error: string;\n /**\n * The run id parsed from the body, when present. Carried even on failure\n * so the route can RECORD the auth/validation failure ONTO the run\n * (diag_stage) before returning the error status — otherwise a 401/503 in\n * the unreadable Netlify background function would leave the run to time\n * out with no clue why. Null when no run id could be parsed.\n */\n runId: string | null;\n };\n\n/**\n * Parse the run id from a `_process-run` request body without authenticating.\n * Mirrors the precedence in `prepareProcessRunRequest` (marker.runId, then\n * top-level taskId). Returns null when neither is a usable string. Used so the\n * route can attach a diagnostic to the run even on an auth/validation failure.\n */\nexport function extractProcessRunId(body: unknown): string | null {\n if (!body || typeof body !== \"object\") return null;\n const record = body as Record<string, unknown>;\n const marker = record[AGENT_CHAT_BACKGROUND_RUN_FIELD] as\n | { runId?: unknown }\n | undefined;\n if (marker && typeof marker.runId === \"string\" && marker.runId) {\n return marker.runId;\n }\n if (typeof record.taskId === \"string\" && record.taskId) {\n return record.taskId;\n }\n return null;\n}\n\n/**\n * Pure, transport-agnostic core of the `_process-run` route: validate the body,\n * authenticate the HMAC self-dispatch, and produce the body the re-entered\n * agent-chat handler should run as the background worker.\n *\n * Auth policy mirrors the agent-teams processor exactly:\n * - `A2A_SECRET` set → require a valid `verifyInternalToken(runId, token)`.\n * - no secret but a production runtime → refuse (503) — never run unsigned in\n * prod.\n * - no secret + non-prod (local dev) → allow unsigned; the SQL atomic claim\n * in the worker still prevents double-processing.\n *\n * Extracted from the route handler so the auth + marker-prep decision is unit\n * testable without booting the whole Nitro plugin. The route only adds body\n * reading and the final handler invocation around this.\n */\nexport function prepareProcessRunRequest(\n body: unknown,\n authHeader: string | undefined,\n): ProcessRunPreparation {\n if (!body || typeof body !== \"object\") {\n return {\n ok: false,\n status: 400,\n error: \"Invalid request body\",\n runId: null,\n };\n }\n const record = body as Record<string, unknown>;\n const marker = record[AGENT_CHAT_BACKGROUND_RUN_FIELD] as\n | { runId?: unknown }\n | undefined;\n const runId =\n marker && typeof marker.runId === \"string\"\n ? marker.runId\n : typeof record.taskId === \"string\"\n ? (record.taskId as string)\n : \"\";\n if (!runId) {\n return { ok: false, status: 400, error: \"runId required\", runId: null };\n }\n\n if (hasConfiguredA2ASecret()) {\n const token = extractBearerToken(authHeader);\n if (!verifyInternalToken(runId, token ?? \"\")) {\n return {\n ok: false,\n status: 401,\n error: \"Invalid or expired processor token\",\n runId,\n };\n }\n } else if (isA2AProductionRuntime()) {\n return {\n ok: false,\n status: 503,\n error:\n \"Agent chat background processor not configured — set A2A_SECRET on this deployment.\",\n runId,\n };\n }\n\n // Ensure the marker is present so the re-entered handler runs as the\n // background worker (reuses runId/turnId, no re-claim, no re-dispatch).\n if (!marker || typeof marker.runId !== \"string\") {\n record[AGENT_CHAT_BACKGROUND_RUN_FIELD] = { runId };\n }\n return { ok: true, runId, body: record };\n}\n"]}
1
+ {"version":3,"file":"durable-background.js","sourceRoot":"","sources":["../../src/agent/durable-background.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * Durable background agent-chat runs (Netlify background functions).\n *\n * Off by default. When enabled, a long in-app agent-chat turn is dispatched\n * into a Netlify *background* function (15-min budget) instead of completing\n * synchronously under the ~40s soft-timeout. The foreground POST claims the\n * run slot, inserts the run row, fires an HMAC-signed self-dispatch to\n * `AGENT_CHAT_PROCESS_RUN_PATH`, and returns the existing SSE subscription so\n * the client streams the same events (via the cross-isolate SQL-poll path)\n * with no client change.\n *\n * This module owns ONLY the gating decision + shared constants so both the\n * HTTP handler (`production-agent.ts`) and the processor route\n * (`agent-chat-plugin.ts`) agree on when the path is active without a circular\n * import. The actual run machinery is reused verbatim from run-manager /\n * run-store / self-dispatch / internal-token.\n *\n * GUARDRAIL: when `isAgentChatDurableBackgroundEnabled()` returns false, the\n * agent-chat handler must behave byte-for-byte like the current synchronous\n * path. The gate is true only when ALL of these hold:\n * 1. `AGENT_CHAT_DURABLE_BACKGROUND` env is explicitly enabled. It is\n * DEFAULT-OFF (opt-in): unset/empty/unknown counts as disabled; set it to a\n * truthy value (`true`/`1`/`yes`/`on`) to opt a specific app in.\n * 2. The runtime is hosted/serverless (local dev keeps the inline path so SSE\n * stays a single live stream and no second function is needed).\n * 3. `A2A_SECRET` is configured (the HMAC handoff is required to authenticate\n * the background dispatch; without it the dispatch can't be trusted).\n *\n * Opt-in keeps the blast radius small while the worker path is still being\n * proven. And even when enabled, a *dispatch failure degrades to an inline run*:\n * if the self-dispatch self-POST can't be delivered (fast connection error or\n * fast non-2xx), the foreground handler runs the turn synchronously instead of\n * erroring (see `production-agent.ts` — the inline fallback claims the run row\n * atomically so a delayed delivery can never double-execute). So an app where\n * durable dispatch happens to fail still gets a working chat, just without the\n * 15-min budget.\n */\nimport {\n hasConfiguredA2ASecret,\n isA2AProductionRuntime,\n} from \"../a2a/auth-policy.js\";\nimport {\n extractBearerToken,\n verifyInternalToken,\n} from \"../integrations/internal-token.js\";\n\n/**\n * Framework route the background function actually runs — sibling to\n * `AGENT_TEAM_PROCESS_RUN_PATH`. Reached *through* the Netlify background\n * function, so it inherits the 15-min budget.\n */\nexport const AGENT_CHAT_PROCESS_RUN_PATH =\n \"/_agent-native/agent-chat/_process-run\";\n\n/**\n * Name of the standalone Netlify background function the build emits (see\n * `emitSingleTemplateNetlifyBackgroundFunction` in deploy/build.ts). Shared so\n * the emit and the dispatch-path helper below can never drift on the name.\n *\n * MUST end in `-background` — both because that is the conventional Netlify\n * async-function suffix and because `isInBackgroundFunctionRuntime()` reads the\n * `AWS_LAMBDA_FUNCTION_NAME` `-background` suffix as a secondary runtime signal.\n */\nexport const AGENT_BACKGROUND_FUNCTION_NAME = \"server-agent-background\";\n\n/**\n * Default function URL of the background function on Netlify. Every Netlify\n * function is reachable at `/.netlify/functions/<name>` BY DEFAULT; that default\n * url is removed ONLY if the function declares a custom `config.path`. The\n * emitted background function declares NO custom `config.path` (it sets\n * `background: true` and nothing else routing-related), so it KEEPS this default\n * url — and the Nitro `server` function already excludes `/.netlify/*` from its\n * `/*` catch-all, so this namespace is never shadowed. The foreground therefore\n * dispatches HERE on hosted Netlify (see `resolveAgentChatProcessRunDispatchPath`).\n */\nexport const AGENT_BACKGROUND_FUNCTION_URL_PATH = `/.netlify/functions/${AGENT_BACKGROUND_FUNCTION_NAME}`;\n\n/**\n * The per-app workspace background function URL path. Workspace deploy emits one\n * background function per app named `<app>-agent-background`, reachable at its\n * DEFAULT url `/.netlify/functions/<app>-agent-background` (no custom\n * `config.path`). The foreground resolves the current workspace app id from\n * `AGENT_NATIVE_WORKSPACE_APP_ID` (set by the workspace function entry) so it can\n * dispatch to the right per-app function url. Returns `null` when no workspace\n * app id is configured (single-template deploy).\n */\nfunction resolveWorkspaceBackgroundFunctionUrlPath(): string | null {\n const raw = process.env.AGENT_NATIVE_WORKSPACE_APP_ID;\n if (typeof raw !== \"string\") return null;\n // Mirror the workspace app-id normalization (resources/store.ts): take the\n // first path segment and accept only the safe slug shape used for function\n // names. Anything else falls back to the single-template name.\n const candidate = raw.trim().replace(/^\\/+/, \"\").split(\"/\")[0] ?? \"\";\n if (!/^[a-z0-9][a-z0-9-]{0,127}$/.test(candidate)) return null;\n return `/.netlify/functions/${candidate}-agent-background`;\n}\n\n/**\n * Resolve the path the foreground POST should self-dispatch the chat background\n * worker to.\n *\n * GROUNDED IN THE REAL NETLIFY BUILD OUTPUT + THE NETLIFY DOCS DEFAULT-URL RULE:\n * the background function is emitted INTO the scanned dir\n * (`.netlify/functions-internal/server-agent-background`, or per-app\n * `<app>-agent-background` for workspaces) with `export const config = {\n * background: true, ... }` and NO custom `config.path`. Because it has no custom\n * path, Netlify keeps its DEFAULT function url `/.netlify/functions/<name>`, and\n * `background: true` makes any invocation of that url ASYNC (immediate 202,\n * 15-min budget). The Nitro `server` function already excludes `/.netlify/*`\n * from its `/*` catch-all, so the default-url namespace is NEVER shadowed by the\n * synchronous function.\n *\n * Therefore on hosted Netlify the foreground dispatches to the function's DEFAULT\n * url (`/.netlify/functions/<name>`); the function entry then rewrites the\n * incoming pathname to `AGENT_CHAT_PROCESS_RUN_PATH` (base-path-prefixed for\n * workspaces) before delegating to the Nitro router, so the `_process-run`\n * plugin runs with the async 15-min budget. Everywhere else (local dev, `netlify\n * dev`, non-Netlify hosts where no second function exists) there is no second\n * function, so the foreground dispatches to the framework route\n * `AGENT_CHAT_PROCESS_RUN_PATH` and the same in-process catch-all handles it\n * inline. The HMAC token (signed over the runId) is unchanged either way.\n *\n * NOTE: this is the DOC-CORRECT approach. An earlier attempt gave the function a\n * custom `config.path` + a catch-all `excludedPath` patch; the custom path was\n * NOT honored as a route in prod (probe → 404). Using the default function url\n * (no custom path) is what Netlify documents and is simpler — there is nothing\n * to shadow because `/.netlify/*` is already excluded from the `server` catch-all.\n */\nexport function resolveAgentChatProcessRunDispatchPath(): string {\n if (\n process.env.NETLIFY &&\n process.env.NETLIFY !== \"false\" &&\n process.env.NETLIFY_LOCAL !== \"true\"\n ) {\n return (\n resolveWorkspaceBackgroundFunctionUrlPath() ??\n AGENT_BACKGROUND_FUNCTION_URL_PATH\n );\n }\n return AGENT_CHAT_PROCESS_RUN_PATH;\n}\n\n/**\n * Env flag for durable background runs. DEFAULT-OFF (opt-in): unset means\n * disabled; an app opts IN with an explicit truthy value (`true`/`1`/`yes`/`on`).\n */\nexport const AGENT_CHAT_DURABLE_BACKGROUND_ENV =\n \"AGENT_CHAT_DURABLE_BACKGROUND\";\n\n/**\n * Body field the foreground handler injects when self-dispatching to the\n * background processor. Its presence is how the re-entered handler knows it is\n * the background worker (run inline with the background soft-timeout; do NOT\n * re-claim the slot or re-dispatch). Untrusted on its own — the route also\n * verifies the HMAC token before invoking the handler.\n */\nexport const AGENT_CHAT_BACKGROUND_RUN_FIELD = \"__backgroundRun\";\n\n/**\n * Mirror of run-manager's private `isHostedRuntime`. Kept in sync deliberately:\n * the durable-background gate must agree with the soft-timeout regime about\n * what \"hosted\" means.\n */\nexport function isHostedRuntimeForDurableBackground(): boolean {\n if (\n process.env.NETLIFY &&\n process.env.NETLIFY !== \"false\" &&\n process.env.NETLIFY_LOCAL !== \"true\"\n ) {\n return true;\n }\n if (\n process.env.AWS_LAMBDA_FUNCTION_NAME &&\n process.env.NETLIFY_LOCAL !== \"true\"\n ) {\n return true;\n }\n return Boolean(\n process.env.CF_PAGES ||\n process.env.VERCEL ||\n process.env.VERCEL_ENV ||\n process.env.RENDER ||\n process.env.FLY_APP_NAME ||\n process.env.K_SERVICE,\n );\n}\n\n/**\n * True when THIS process is actually executing inside a Netlify *background*\n * function (the long, 15-min-budget async function whose deployed name ends in\n * `-background`). Netlify runs functions on AWS Lambda and sets\n * `AWS_LAMBDA_FUNCTION_NAME` to the function's name, so a `-background` suffix is\n * the runtime proof that the ~60s synchronous wall does NOT apply here.\n *\n * This is the SAFETY GUARD for the soft-timeout regime. The `_process-run`\n * self-dispatch worker (`isBackgroundWorker`) is NOT enough on its own: if the\n * `-background` function was never emitted (deploy gate off, or Netlify routed\n * the path to the synchronous function), the self-POST lands on the regular\n * ~60s `server` function. A worker there MUST use the 40s soft-timeout and\n * checkpoint before the 60s wall — using the ~13min budget would overshoot the\n * hard wall and get killed at 60s, then re-dispatch/resume in a wasteful loop.\n * So the 13-min budget is taken ONLY when this returns true.\n *\n * The PRIMARY signal is a `globalThis` marker the emitted background function's\n * entry sets at cold start — the deployed Lambda name is not guaranteed to end\n * in `-background` on Netlify, so the entry marks its own runtime. A `globalThis`\n * flag (not `process.env`) keeps the no-env-mutation guard satisfied and carries\n * no cross-request state (set once per isolate). The `AWS_LAMBDA_FUNCTION_NAME`\n * suffix and the explicit `AGENT_CHAT_FORCE_BACKGROUND_RUNTIME` env (truthy) are\n * additional signals — the latter an operator escape hatch. Off by default.\n */\nexport function isInBackgroundFunctionRuntime(): boolean {\n // Set by the emitted `-background` function entry at cold start (the primary,\n // most reliable signal — see the emit in deploy/build.ts).\n if (\n (globalThis as Record<string, unknown>)\n .__AGENT_NATIVE_BACKGROUND_RUNTIME__ === true\n ) {\n return true;\n }\n const lambdaName = process.env.AWS_LAMBDA_FUNCTION_NAME;\n if (\n typeof lambdaName === \"string\" &&\n lambdaName.toLowerCase().endsWith(\"-background\")\n ) {\n return true;\n }\n const forced = process.env.AGENT_CHAT_FORCE_BACKGROUND_RUNTIME;\n if (forced != null) {\n const v = forced.trim().toLowerCase();\n return v === \"1\" || v === \"true\" || v === \"yes\" || v === \"on\";\n }\n return false;\n}\n\nfunction isFlagEnabled(): boolean {\n // Read the literal key (not `process.env[CONST]`) so guard:no-env-credentials\n // can statically verify it against the allowlisted `AGENT_*` prefix. Keep this\n // in sync with AGENT_CHAT_DURABLE_BACKGROUND_ENV.\n //\n // DEFAULT-OFF (opt-in): durable background runs are still being hardened. A\n // premature fleet-wide default-on caused real-user incidents (Assets/Analytics\n // hit \"Failed to dispatch\" + stalls, 2026-06-24) because the async background\n // worker path is not yet proven end-to-end and the deploy-time env opt-out is\n // not reliably baked into a given deploy. So an unset/empty/unknown flag means\n // OFF; an app opts IN only with an explicit truthy value\n // (AGENT_CHAT_DURABLE_BACKGROUND=true). This still composes with the hosted +\n // A2A_SECRET gates below. Flip back to default-on only after the 15-min\n // background-function worker is verified live in production (see the\n // project_durable_bg_prod_verified memory).\n const raw = process.env.AGENT_CHAT_DURABLE_BACKGROUND;\n if (raw == null) return false;\n const normalized = raw.trim().toLowerCase();\n return (\n normalized === \"1\" ||\n normalized === \"true\" ||\n normalized === \"yes\" ||\n normalized === \"on\"\n );\n}\n\n/**\n * The single gate. True when the flag is explicitly enabled (opt-in/default-off)\n * AND the runtime is hosted AND A2A_SECRET is configured. False otherwise — and\n * false means the current synchronous behavior is used, unchanged. So a local /\n * non-hosted / unconfigured app stays synchronous, and an app that has not opted\n * in stays synchronous; durable only engages where it is explicitly enabled and\n * the runtime actually supports it.\n */\nexport function isAgentChatDurableBackgroundEnabled(): boolean {\n return (\n isFlagEnabled() &&\n isHostedRuntimeForDurableBackground() &&\n hasConfiguredA2ASecret()\n );\n}\n\n/** Decision returned by `prepareProcessRunRequest`. */\nexport type ProcessRunPreparation =\n | {\n ok: true;\n /** The pre-claimed run id the background worker must reuse. */\n runId: string;\n /** Body to stash for the re-entered handler (marker guaranteed present). */\n body: Record<string, unknown>;\n }\n | {\n ok: false;\n /** HTTP status the route should return. */\n status: number;\n /** Error payload. */\n error: string;\n /**\n * The run id parsed from the body, when present. Carried even on failure\n * so the route can RECORD the auth/validation failure ONTO the run\n * (diag_stage) before returning the error status — otherwise a 401/503 in\n * the unreadable Netlify background function would leave the run to time\n * out with no clue why. Null when no run id could be parsed.\n */\n runId: string | null;\n };\n\n/**\n * Parse the run id from a `_process-run` request body without authenticating.\n * Mirrors the precedence in `prepareProcessRunRequest` (marker.runId, then\n * top-level taskId). Returns null when neither is a usable string. Used so the\n * route can attach a diagnostic to the run even on an auth/validation failure.\n */\nexport function extractProcessRunId(body: unknown): string | null {\n if (!body || typeof body !== \"object\") return null;\n const record = body as Record<string, unknown>;\n const marker = record[AGENT_CHAT_BACKGROUND_RUN_FIELD] as\n | { runId?: unknown }\n | undefined;\n if (marker && typeof marker.runId === \"string\" && marker.runId) {\n return marker.runId;\n }\n if (typeof record.taskId === \"string\" && record.taskId) {\n return record.taskId;\n }\n return null;\n}\n\n/**\n * Pure, transport-agnostic core of the `_process-run` route: validate the body,\n * authenticate the HMAC self-dispatch, and produce the body the re-entered\n * agent-chat handler should run as the background worker.\n *\n * Auth policy mirrors the agent-teams processor exactly:\n * - `A2A_SECRET` set → require a valid `verifyInternalToken(runId, token)`.\n * - no secret but a production runtime → refuse (503) — never run unsigned in\n * prod.\n * - no secret + non-prod (local dev) → allow unsigned; the SQL atomic claim\n * in the worker still prevents double-processing.\n *\n * Extracted from the route handler so the auth + marker-prep decision is unit\n * testable without booting the whole Nitro plugin. The route only adds body\n * reading and the final handler invocation around this.\n */\nexport function prepareProcessRunRequest(\n body: unknown,\n authHeader: string | undefined,\n): ProcessRunPreparation {\n if (!body || typeof body !== \"object\") {\n return {\n ok: false,\n status: 400,\n error: \"Invalid request body\",\n runId: null,\n };\n }\n const record = body as Record<string, unknown>;\n const marker = record[AGENT_CHAT_BACKGROUND_RUN_FIELD] as\n | { runId?: unknown }\n | undefined;\n const runId =\n marker && typeof marker.runId === \"string\"\n ? marker.runId\n : typeof record.taskId === \"string\"\n ? (record.taskId as string)\n : \"\";\n if (!runId) {\n return { ok: false, status: 400, error: \"runId required\", runId: null };\n }\n\n if (hasConfiguredA2ASecret()) {\n const token = extractBearerToken(authHeader);\n if (!verifyInternalToken(runId, token ?? \"\")) {\n return {\n ok: false,\n status: 401,\n error: \"Invalid or expired processor token\",\n runId,\n };\n }\n } else if (isA2AProductionRuntime()) {\n return {\n ok: false,\n status: 503,\n error:\n \"Agent chat background processor not configured — set A2A_SECRET on this deployment.\",\n runId,\n };\n }\n\n // Ensure the marker is present so the re-entered handler runs as the\n // background worker (reuses runId/turnId, no re-claim, no re-dispatch).\n if (!marker || typeof marker.runId !== \"string\") {\n record[AGENT_CHAT_BACKGROUND_RUN_FIELD] = { runId };\n }\n return { ok: true, runId, body: record };\n}\n"]}
@@ -1788,11 +1788,11 @@ export default bundle;
1788
1788
  copyInstalledResvgPackages(nitro.options.output.serverDir);
1789
1789
  copyInstalledFfmpegStaticPackage(nitro.options.output.serverDir);
1790
1790
  }
1791
- // Durable background agent runs (default-ON; opt out with a falsy
1791
+ // Durable background agent runs (default-OFF / opt-in; enable with a truthy
1792
1792
  // AGENT_CHAT_DURABLE_BACKGROUND). Additive ONLY: emits a SECOND Netlify
1793
1793
  // function whose name ends in `-background` re-exporting the same handler
1794
1794
  // bundle, so the chat `_process-run` POST lands on Netlify's async (15-min)
1795
- // function. When explicitly opted out this is a no-op and the single-function
1795
+ // function. When not opted in this is a no-op and the single-function
1796
1796
  // deploy is byte-for-byte unchanged.
1797
1797
  if (preset === "netlify" && isDurableBackgroundDeployEnabled()) {
1798
1798
  try {
@@ -1 +1 @@
1
- {"version":3,"file":"build.js","sourceRoot":"","sources":["../../src/deploy/build.ts"],"names":[],"mappings":"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","sourcesContent":["#!/usr/bin/env node\n\n/**\n * Post-build step for deploying agent-native apps to edge/serverless targets.\n *\n * When NITRO_PRESET is set, this script:\n * 1. Takes the React Router build output (build/client/ + build/server/)\n * 2. Generates a platform-specific server entry point\n * 3. Bundles everything with esbuild into the target format\n *\n * Supported presets:\n * - cloudflare_pages: Outputs dist/ with _worker.js for Cloudflare Pages\n *\n * Usage: node deploy/build.js (called automatically by `agent-native build`)\n */\n\nimport path from \"path\";\nimport fs from \"fs\";\nimport { execFileSync } from \"child_process\";\nimport { createRequire } from \"module\";\nimport { fileURLToPath } from \"url\";\nimport {\n discoverApiRoutes,\n discoverPlugins,\n discoverActionFiles,\n getMissingDefaultPlugins,\n DEFAULT_PLUGIN_REGISTRY,\n type DiscoveredRoute,\n type DiscoveredAction,\n} from \"./route-discovery.js\";\nimport {\n getWorkspaceCoreExports,\n type WorkspaceCoreExports,\n} from \"./workspace-core.js\";\nimport { generateActionRegistryForProject } from \"../vite/action-types-plugin.js\";\nimport { mcpEmbedStaticAssetRouteRules } from \"../shared/mcp-embed-headers.js\";\nimport {\n AGENT_BACKGROUND_FUNCTION_NAME,\n AGENT_CHAT_PROCESS_RUN_PATH,\n} from \"../agent/durable-background.js\";\nimport {\n AGENT_NATIVE_SOCIAL_IMAGE_ALT,\n AGENT_NATIVE_SOCIAL_IMAGE_CACHE_BUSTER,\n AGENT_NATIVE_SOCIAL_IMAGE_HEIGHT,\n AGENT_NATIVE_SOCIAL_IMAGE_PATH,\n AGENT_NATIVE_SOCIAL_IMAGE_TYPE,\n AGENT_NATIVE_SOCIAL_IMAGE_WIDTH,\n} from \"../shared/social-meta.js\";\nimport {\n DEFAULT_SSR_CDN_CACHE_CONTROL,\n DEFAULT_SSR_NETLIFY_CDN_CACHE_CONTROL,\n DEFAULT_SPECULATION_RULES_PATH,\n DEFAULT_SSR_CACHE_CONTROL,\n} from \"../shared/cache-control.js\";\nimport {\n collectImmutableAssetPaths,\n IMMUTABLE_ASSET_CACHE_CONTROL,\n IMMUTABLE_ASSET_CACHE_HEADERS,\n prefixAssetPath,\n} from \"./immutable-assets.js\";\nimport { normalizeAppBasePath } from \"../server/app-base-path.js\";\n\nconst cwd = process.cwd();\nconst preset = process.env.NITRO_PRESET || \"node\";\nexport const NITRO_RUNTIME_IGNORE_PATTERNS = [\n \"**/*.spec.ts\",\n \"**/*.spec.tsx\",\n \"**/*.spec.mts\",\n \"**/*.spec.cts\",\n \"**/*.spec.js\",\n \"**/*.spec.jsx\",\n \"**/*.spec.mjs\",\n \"**/*.spec.cjs\",\n \"**/*.test.ts\",\n \"**/*.test.tsx\",\n \"**/*.test.mts\",\n \"**/*.test.cts\",\n \"**/*.test.js\",\n \"**/*.test.jsx\",\n \"**/*.test.mjs\",\n \"**/*.test.cjs\",\n];\n\nfunction normalizeConfiguredAppBasePath(): string {\n return normalizeAppBasePath(\n process.env.VITE_APP_BASE_PATH || process.env.APP_BASE_PATH,\n );\n}\n\n/** Plugins that require Node.js runtime and cannot run on edge/serverless */\nconst NODE_ONLY_PLUGINS = new Set([\n \"terminal\", // PTY requires child_process\n // @sentry/node ships node:fs / node:async_hooks bindings that don't load\n // on workerd / Cloudflare Workers. Templates running on edge presets can\n // mount their own edge-compatible Sentry wrapper if they want server\n // observability there; the framework default is the Node SDK.\n \"sentry\",\n]);\n\nfunction isNodeOnlyPlugin(filePath: string): boolean {\n const basename = path.basename(filePath, path.extname(filePath));\n return NODE_ONLY_PLUGINS.has(basename);\n}\n\nexport function generateProvidedPluginsNitroPluginSource(\n pluginStems: string[],\n): string {\n const stems = [...new Set(pluginStems.filter(Boolean))].sort();\n return `// AUTO-GENERATED by @agent-native/core deploy build\nimport { markDefaultPluginProvided } from \"@agent-native/core/server\";\n\nconst pluginStems = ${JSON.stringify(stems)};\n\nexport default function markBuildDiscoveredPlugins(nitroApp) {\n for (const stem of pluginStems) {\n markDefaultPluginProvided(nitroApp, stem);\n }\n}\n`;\n}\n\nasync function writeProvidedPluginsNitroPlugin(): Promise<string | null> {\n const plugins = await discoverPlugins(cwd);\n const stems = plugins.map((plugin) =>\n path.basename(plugin, path.extname(plugin)),\n );\n if (stems.length === 0) return null;\n\n const tmpDir = path.join(cwd, \".deploy-tmp\");\n fs.mkdirSync(tmpDir, { recursive: true });\n const pluginPath = path.join(tmpDir, \"agent-native-provided-plugins.mjs\");\n fs.writeFileSync(pluginPath, generateProvidedPluginsNitroPluginSource(stems));\n return pluginPath;\n}\n\ntype RouteRules = Record<string, { headers?: Record<string, string> }>;\n\nfunction addImmutableAssetRouteRule(\n routeRules: RouteRules,\n pathname: string,\n): void {\n const existing = routeRules[pathname] ?? {};\n routeRules[pathname] = {\n ...existing,\n headers: {\n ...(existing.headers ?? {}),\n ...IMMUTABLE_ASSET_CACHE_HEADERS,\n },\n };\n}\n\nexport function addImmutableAssetRouteRulesForClientBuild(\n routeRules: RouteRules,\n clientDir: string,\n appBasePath = \"\",\n): void {\n for (const assetPath of collectImmutableAssetPaths(clientDir)) {\n addImmutableAssetRouteRule(routeRules, assetPath);\n const mountedPath = prefixAssetPath(assetPath, appBasePath);\n if (mountedPath !== assetPath) {\n addImmutableAssetRouteRule(routeRules, mountedPath);\n }\n }\n}\n\n/**\n * Generate the worker entry source code that wires up H3 + React Router SSR.\n *\n * If a workspace core is present (monorepo with `agent-native.workspaceCore`\n * configured and the named package resolves), any plugin slot that the\n * workspace core exports is imported from there instead of from\n * `@agent-native/core/server`. This is the middle layer of the three-layer\n * inheritance model: app local > workspace core > framework default.\n */\nexport function generateWorkerEntry(\n routes: DiscoveredRoute[],\n pluginPaths: string[],\n defaultPluginStems: string[] = [],\n actions: DiscoveredAction[] = [],\n workspaceCore: WorkspaceCoreExports | null = null,\n immutableAssetPaths: string[] = [],\n builtAppBasePath = normalizeConfiguredAppBasePath(),\n): string {\n const routeImports: string[] = [];\n const routeRegistrations: string[] = [];\n\n for (let i = 0; i < routes.length; i++) {\n const r = routes[i];\n const varName = `route_${i}`;\n routeImports.push(`import ${varName} from ${JSON.stringify(r.absPath)};`);\n routeRegistrations.push(\n ` app.on(${JSON.stringify(r.method.toUpperCase())}, ${JSON.stringify(r.route)}, ${varName});`,\n );\n if (r.method.toLowerCase() === \"get\") {\n routeRegistrations.push(\n ` app.on(\"HEAD\", ${JSON.stringify(r.route)}, defineEventHandler(async (event) => {\n const originalReq = event.req;\n event.req = requestWithMethod(event.req, \"GET\");\n try {\n const result = await ${varName}(event);\n const response = result instanceof Response ? result : toResponse(result, event);\n return new Response(null, {\n status: response.status,\n statusText: response.statusText,\n headers: response.headers,\n });\n } finally {\n event.req = originalReq;\n }\n }));`,\n );\n }\n }\n\n // Action route imports and registrations\n const actionImports: string[] = [];\n const actionRegistrations: string[] = [];\n for (let i = 0; i < actions.length; i++) {\n const a = actions[i];\n const varName = `action_${i}`;\n actionImports.push(`import ${varName} from ${JSON.stringify(a.absPath)};`);\n // Mirror the runtime mount (action-routes.ts): `path = http?.path ?? name`.\n const routePath = `/_agent-native/actions/${a.path ?? a.name}`;\n actionRegistrations.push(\n ` app.on(${JSON.stringify(a.method.toUpperCase())}, ${JSON.stringify(routePath)}, defineEventHandler(async (event) => {\n const params = ${a.method === \"get\" ? \"parseActionSearchParams(event.url.searchParams)\" : \"(await readBody(event)) ?? {}\"};\n try {\n const result = await ${varName}.run(params, { caller: \"http\" });\n if (typeof result === \"string\") { try { return JSON.parse(result); } catch { return result; } }\n return result;\n } catch (err) {\n return new Response(JSON.stringify({ error: err?.message || \"Action failed\" }), { status: err?.message?.startsWith(\"Invalid action parameters\") ? 400 : 500, headers: { \"Content-Type\": \"application/json\" } });\n }\n }));`,\n );\n }\n\n // Filter out Node-only plugins\n const edgePlugins = pluginPaths.filter((p) => !isNodeOnlyPlugin(p));\n const pluginImports: string[] = [];\n const pluginCalls: string[] = [];\n const providedPluginStems = new Set<string>();\n\n for (let i = 0; i < edgePlugins.length; i++) {\n const varName = `plugin_${i}`;\n providedPluginStems.add(\n path.basename(edgePlugins[i], path.extname(edgePlugins[i])),\n );\n pluginImports.push(\n `import ${varName} from ${JSON.stringify(edgePlugins[i])};`,\n );\n pluginCalls.push(` if (typeof ${varName} === \"function\") {\n await ${varName}(nitroApp);\n }`);\n }\n // Auto-mounted default plugins (for slots the template doesn't override\n // locally). For each slot, prefer a workspace-core export over the\n // @agent-native/core default, if the workspace core provides one.\n const edgeDefaultStems = defaultPluginStems.filter(\n (stem) => !NODE_ONLY_PLUGINS.has(stem),\n );\n for (let i = 0; i < edgeDefaultStems.length; i++) {\n const stem = edgeDefaultStems[i];\n providedPluginStems.add(stem);\n const varName = `defaultPlugin_${i}`;\n\n const workspaceExportName = workspaceCore?.plugins?.[stem as never];\n if (workspaceCore && workspaceExportName) {\n // Workspace-core layer wins over the framework default.\n pluginImports.push(\n `import { ${workspaceExportName} as ${varName} } from ${JSON.stringify(\n `${workspaceCore.packageName}/server`,\n )};`,\n );\n } else {\n // Fall back to the framework default from @agent-native/core.\n const defaultExportName = DEFAULT_PLUGIN_REGISTRY[stem];\n if (!defaultExportName) continue;\n pluginImports.push(\n `import { ${defaultExportName} as ${varName} } from \"@agent-native/core/server\";`,\n );\n }\n pluginCalls.push(` if (typeof ${varName} === \"function\") {\n await ${varName}(nitroApp);\n }`);\n }\n const generatedPluginMarks =\n providedPluginStems.size > 0\n ? [\n ...new Set([\n ...Object.keys(DEFAULT_PLUGIN_REGISTRY),\n ...providedPluginStems,\n ]),\n ]\n : [];\n if (generatedPluginMarks.length > 0) {\n pluginImports.unshift(\n `import { markDefaultPluginProvided as markGeneratedPluginProvided } from \"@agent-native/core/server\";`,\n );\n }\n\n return `\n// Auto-generated worker entry point for ${preset}\nimport { H3, defineEventHandler, readBody, toResponse } from \"h3\";\nimport { createRequestHandler } from \"react-router\";\nimport * as serverBuild from \"./server-build.js\";\n\nfunction normalizeAppBasePath(value) {\n if (!value || value === \"/\") return \"\";\n const trimmed = String(value).trim();\n if (!trimmed || trimmed === \"/\") return \"\";\n return \"/\" + trimmed.replace(/^\\\\/+/, \"\").replace(/\\\\/+$/, \"\");\n}\n\nfunction getAppBasePath() {\n const builtAppBasePath = ${JSON.stringify(builtAppBasePath)};\n return normalizeAppBasePath(\n globalThis.process?.env?.VITE_APP_BASE_PATH ||\n globalThis.process?.env?.APP_BASE_PATH ||\n builtAppBasePath,\n );\n}\n\nfunction stripAppBasePath(pathname) {\n const basePath = getAppBasePath();\n if (!basePath) return pathname;\n if (pathname === basePath) return \"/\";\n if (pathname.startsWith(basePath + \"/\")) {\n return pathname.slice(basePath.length) || \"/\";\n }\n return pathname;\n}\n\nfunction parseActionSearchParams(searchParams) {\n const params = {};\n for (const [rawKey, value] of searchParams.entries()) {\n const isArrayKey = rawKey.endsWith(\"[]\");\n // The core client serializes arrays as key[]=value so one-item arrays\n // survive GET action parsing in generated worker deployments.\n const key = isArrayKey ? rawKey.slice(0, -2) : rawKey;\n const current = params[key];\n if (current === undefined) {\n params[key] = isArrayKey ? [value] : value;\n } else if (Array.isArray(current)) {\n current.push(value);\n } else {\n params[key] = [current, value];\n }\n }\n return params;\n}\n\nfunction isApiPath(pathname) {\n return pathname === \"/api\" || pathname.startsWith(\"/api/\");\n}\n\nfunction isFrameworkPath(pathname) {\n return (\n pathname === \"/_agent-native\" || pathname.startsWith(\"/_agent-native/\")\n );\n}\n\nfunction requestWithMountedApiPrefixStripped(request) {\n const basePath = getAppBasePath();\n if (!basePath) return request;\n const url = new URL(request.url);\n const strippedPathname = stripAppBasePath(url.pathname);\n if (strippedPathname === url.pathname) {\n return request;\n }\n if (!isApiPath(strippedPathname) && !isFrameworkPath(strippedPathname)) {\n return request;\n }\n url.pathname = strippedPathname;\n return new Request(url, request);\n}\n\nfunction prefixMountedPath(path, basePath) {\n if (!basePath || !path.startsWith(\"/\") || path.startsWith(\"//\")) return path;\n if (path === basePath || path.startsWith(basePath + \"/\")) return path;\n return basePath + path;\n}\n\nfunction prefixMountedHtml(html, basePath) {\n if (!basePath) return html;\n return html\n .replace(\n /\\\\b(href|src|action|formaction|poster)=([\"'])(\\\\/(?!\\\\/)[^\"']*)\\\\2/g,\n (_match, attr, quote, path) =>\n attr + \"=\" + quote + prefixMountedPath(path, basePath) + quote,\n )\n .replace(/url\\\\(([\"']?)(\\\\/(?!\\\\/)[^)'\" ]+)\\\\1\\\\)/g, (_match, quote, path) => {\n const q = quote || \"\";\n return \"url(\" + q + prefixMountedPath(path, basePath) + q + \")\";\n });\n}\n\nfunction firstNonEmpty() {\n for (const value of arguments) {\n const trimmed = typeof value === \"string\" ? value.trim() : \"\";\n if (trimmed) return trimmed;\n }\n}\n\nfunction getSentryClientConfigScript() {\n const env = globalThis.process?.env || {};\n const key = firstNonEmpty(env.SENTRY_CLIENT_KEY, env.VITE_SENTRY_CLIENT_KEY);\n const projectId = firstNonEmpty(\n env.SENTRY_PROJECT_ID,\n env.VITE_SENTRY_PROJECT_ID,\n );\n const host = firstNonEmpty(\n env.SENTRY_INGEST_HOST,\n env.VITE_SENTRY_INGEST_HOST,\n );\n const dsn =\n firstNonEmpty(\n env.SENTRY_CLIENT_DSN,\n env.VITE_SENTRY_CLIENT_DSN,\n env.VITE_SENTRY_DSN,\n env.SENTRY_DSN,\n ) || (key && projectId && host ? \"https://\" + key + \"@\" + host + \"/\" + projectId : undefined);\n if (!dsn) return null;\n const config = {\n sentryDsn: dsn,\n sentryEnvironment:\n firstNonEmpty(\n env.SENTRY_ENVIRONMENT,\n env.NETLIFY_CONTEXT,\n env.VERCEL_ENV,\n env.NODE_ENV,\n ) || \"production\",\n };\n return (\n '<script data-agent-native-sentry-config>' +\n 'window.__AGENT_NATIVE_CONFIG__=Object.assign({},window.__AGENT_NATIVE_CONFIG__,' +\n JSON.stringify(config) +\n \");</script>\"\n );\n}\n\nfunction injectHeadScript(html, script) {\n if (!script) return html;\n const headCloseIdx = html.indexOf(\"</head>\");\n if (headCloseIdx === -1) return html;\n return html.slice(0, headCloseIdx) + script + html.slice(headCloseIdx);\n}\n\nconst DEFAULT_SSR_CACHE_CONTROL = ${JSON.stringify(DEFAULT_SSR_CACHE_CONTROL)};\nconst DEFAULT_SSR_CDN_CACHE_CONTROL = ${JSON.stringify(DEFAULT_SSR_CDN_CACHE_CONTROL)};\nconst DEFAULT_SSR_NETLIFY_CDN_CACHE_CONTROL = ${JSON.stringify(DEFAULT_SSR_NETLIFY_CDN_CACHE_CONTROL)};\nconst DEFAULT_SPECULATION_RULES_PATH = ${JSON.stringify(DEFAULT_SPECULATION_RULES_PATH)};\nconst IMMUTABLE_ASSET_CACHE_CONTROL = ${JSON.stringify(IMMUTABLE_ASSET_CACHE_CONTROL)};\nconst IMMUTABLE_ASSET_PATHS = new Set(${JSON.stringify(\n [...new Set(immutableAssetPaths)].sort(),\n )});\nconst AGENT_NATIVE_SOCIAL_IMAGE_PATH = ${JSON.stringify(\n AGENT_NATIVE_SOCIAL_IMAGE_PATH,\n )};\nconst AGENT_NATIVE_SOCIAL_IMAGE_CACHE_BUSTER = ${JSON.stringify(\n AGENT_NATIVE_SOCIAL_IMAGE_CACHE_BUSTER,\n )};\nconst AGENT_NATIVE_SOCIAL_IMAGE_ALT = ${JSON.stringify(\n AGENT_NATIVE_SOCIAL_IMAGE_ALT,\n )};\nconst AGENT_NATIVE_SOCIAL_IMAGE_TYPE = ${JSON.stringify(\n AGENT_NATIVE_SOCIAL_IMAGE_TYPE,\n )};\nconst AGENT_NATIVE_SOCIAL_IMAGE_WIDTH = ${JSON.stringify(\n AGENT_NATIVE_SOCIAL_IMAGE_WIDTH,\n )};\nconst AGENT_NATIVE_SOCIAL_IMAGE_HEIGHT = ${JSON.stringify(\n AGENT_NATIVE_SOCIAL_IMAGE_HEIGHT,\n )};\nconst OG_IMAGE_META_RE = /<meta\\\\b(?=[^>]*\\\\bproperty=([\"'])og:image\\\\1)[^>]*>/i;\nconst TWITTER_CARD_META_RE = /<meta\\\\b(?=[^>]*\\\\bname=([\"'])twitter:card\\\\1)[^>]*>/i;\nconst TWITTER_IMAGE_META_RE = /<meta\\\\b(?=[^>]*\\\\bname=([\"'])twitter:image\\\\1)[^>]*>/i;\n\nfunction withAgentNativeSocialImageCacheBuster(image) {\n const separator = image.includes(\"?\") ? \"&\" : \"?\";\n return image + separator + \"v=\" + encodeURIComponent(AGENT_NATIVE_SOCIAL_IMAGE_CACHE_BUSTER);\n}\n\nfunction defaultSocialImageUrl(request, basePath) {\n return withAgentNativeSocialImageCacheBuster(\n new URL(prefixMountedPath(AGENT_NATIVE_SOCIAL_IMAGE_PATH, basePath), request.url).toString()\n );\n}\n\nfunction injectDefaultSocialImageMeta(html, imageUrl) {\n const headCloseIdx = html.indexOf(\"</head>\");\n if (headCloseIdx === -1) return html;\n\n const hasAnySocialImage =\n OG_IMAGE_META_RE.test(html) || TWITTER_IMAGE_META_RE.test(html);\n const tags = [];\n\n if (!hasAnySocialImage) {\n tags.push('<meta property=\"og:image\" content=\"' + imageUrl + '\">');\n tags.push('<meta property=\"og:image:secure_url\" content=\"' + imageUrl + '\">');\n tags.push('<meta property=\"og:image:type\" content=\"' + AGENT_NATIVE_SOCIAL_IMAGE_TYPE + '\">');\n tags.push('<meta property=\"og:image:width\" content=\"' + AGENT_NATIVE_SOCIAL_IMAGE_WIDTH + '\">');\n tags.push('<meta property=\"og:image:height\" content=\"' + AGENT_NATIVE_SOCIAL_IMAGE_HEIGHT + '\">');\n tags.push('<meta property=\"og:image:alt\" content=\"' + AGENT_NATIVE_SOCIAL_IMAGE_ALT + '\">');\n }\n if (!TWITTER_CARD_META_RE.test(html)) {\n tags.push('<meta name=\"twitter:card\" content=\"summary_large_image\">');\n }\n if (!hasAnySocialImage) {\n tags.push('<meta name=\"twitter:image\" content=\"' + imageUrl + '\">');\n tags.push('<meta name=\"twitter:image:alt\" content=\"' + AGENT_NATIVE_SOCIAL_IMAGE_ALT + '\">');\n }\n\n if (tags.length === 0) return html;\n return html.slice(0, headCloseIdx) + tags.join(\"\") + html.slice(headCloseIdx);\n}\n\nfunction isSsrHtmlOrDataResponse(headers, status, pathname) {\n if (status < 200 || status >= 400) return false;\n const contentType = (headers.get(\"content-type\") || \"\").toLowerCase();\n if (contentType.includes(\"text/html\")) return true;\n return pathname.endsWith(\".data\") && contentType.includes(\"text/x-script\");\n}\n\n/**\n * Apply the SSR cache policy to the response headers.\n *\n * SSR IS A PUBLIC, HARD-CDN-CACHED SHELL — SERVED IDENTICALLY TO EVERYONE.\n * Every SSR HTML / React Router .data response gets the same public\n * stale-while-revalidate policy for ALL visitors, authenticated or not. The SSR\n * output is impersonal (the handler never reads the request's session/cookies),\n * so it is safe to hard-cache one shared copy at the edge. Do NOT reintroduce\n * per-user / cookie-based cache variation here (no private, no no-store, no\n * \"authenticated then don't cache\" branch) — that makes every logged-in\n * visitor's pages uncacheable. Per-user state is resolved client-side instead.\n */\nfunction applyDefaultSsrCacheHeader(headers, status, pathname) {\n if (!isSsrHtmlOrDataResponse(headers, status, pathname)) return;\n\n headers.set(\"cache-control\", DEFAULT_SSR_CACHE_CONTROL);\n headers.set(\"cdn-cache-control\", DEFAULT_SSR_CDN_CACHE_CONTROL);\n // Netlify function responses are dynamic by default and can otherwise show\n // Cache-Status fwd=bypass even with Cache-Control: public. Keep this\n // Netlify-specific header so SSR HTML/.data are served from the shared\n // durable CDN cache instead of stampeding origin — for every visitor.\n headers.set(\"netlify-cdn-cache-control\", DEFAULT_SSR_NETLIFY_CDN_CACHE_CONTROL);\n}\n\nfunction applyDefaultSpeculationRulesHeader(headers, status, basePath) {\n if (status < 200 || status >= 400) return;\n if (headers.has(\"speculation-rules\")) return;\n\n const contentType = (headers.get(\"content-type\") || \"\").toLowerCase();\n if (!contentType.includes(\"text/html\")) return;\n\n // Cloudflare Speed Brain injects Speculation-Rules when origin omits this\n // header. Those browser prefetches carry Sec-Purpose: prefetch and\n // Cloudflare can return 503 before the request reaches origin. Publish an\n // explicit no-op ruleset by default; apps can still provide their own header.\n headers.set(\"speculation-rules\", '\"' + prefixMountedPath(DEFAULT_SPECULATION_RULES_PATH, basePath) + '\"');\n}\nfunction isImmutableAssetRequest(request) {\n const pathname = stripAppBasePath(new URL(request.url).pathname);\n return IMMUTABLE_ASSET_PATHS.has(pathname);\n}\n\nfunction applyImmutableAssetCacheHeaders(response, request) {\n if (!isImmutableAssetRequest(request)) return response;\n if (!((response.status >= 200 && response.status < 300) || response.status === 304)) {\n return response;\n }\n const headers = new Headers(response.headers);\n headers.set(\"Cache-Control\", IMMUTABLE_ASSET_CACHE_CONTROL);\n headers.set(\"CDN-Cache-Control\", IMMUTABLE_ASSET_CACHE_CONTROL);\n headers.set(\"Netlify-CDN-Cache-Control\", IMMUTABLE_ASSET_CACHE_CONTROL);\n return new Response(response.body, {\n status: response.status,\n statusText: response.statusText,\n headers,\n });\n}\n\nasync function rewriteMountedResponse(response, basePath, pathname, request) {\n const sentryClientConfigScript = getSentryClientConfigScript();\n const headers = new Headers(response.headers);\n applyDefaultSsrCacheHeader(headers, response.status, pathname);\n applyDefaultSpeculationRulesHeader(headers, response.status, basePath);\n\n const location = headers.get(\"location\");\n if (location?.startsWith(\"/\") && !location.startsWith(\"//\")) {\n headers.set(\"location\", prefixMountedPath(location, basePath));\n }\n\n const contentType = headers.get(\"content-type\") || \"\";\n if (!contentType.toLowerCase().includes(\"text/html\") || !response.body) {\n return new Response(response.body, {\n status: response.status,\n statusText: response.statusText,\n headers,\n });\n }\n\n const html = await response.text();\n headers.delete(\"content-length\");\n return new Response(\n injectHeadScript(\n injectDefaultSocialImageMeta(\n prefixMountedHtml(html, basePath),\n defaultSocialImageUrl(request, basePath),\n ),\n sentryClientConfigScript,\n ),\n {\n status: response.status,\n statusText: response.statusText,\n headers,\n },\n );\n}\n\nfunction requestWithMethod(request, method) {\n return new Request(request.url, {\n method,\n headers: request.headers,\n signal: request.signal,\n });\n}\n\nfunction requestWithPathname(request, pathname) {\n const url = new URL(request.url);\n if (url.pathname === pathname) return request;\n url.pathname = pathname;\n return new Request(url, request);\n}\n\n// API route handlers\n${routeImports.join(\"\\n\")}\n\n// Action handlers (auto-discovered from actions/)\n${actionImports.join(\"\\n\")}\n\n// Server plugins\n${pluginImports.join(\"\\n\")}\n\nlet _handler;\n\nasync function getHandler() {\n if (_handler) return _handler;\n\n const app = new H3();\n\n // Build a fake nitroApp surface so framework plugins (which expect\n // \\`nitroApp.h3[\"~middleware\"]\\`) can register routes via getH3App().\n const noop = () => {};\n const nitroApp = {\n h3: app,\n hooks: { hook: noop, callHook: noop, hookOnce: noop },\n captureError: noop,\n };\n\n // CORS — applied as global middleware via .use(handler)\n app.use(defineEventHandler((event) => {\n if (event.req.method === \"OPTIONS\") {\n return new Response(null, {\n status: 204,\n headers: {\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Allow-Methods\": \"GET,HEAD,POST,PUT,PATCH,DELETE,OPTIONS\",\n \"Access-Control-Allow-Headers\": \"Content-Type,Authorization,X-Requested-With,X-Request-Source,X-Agent-Native-CSRF,X-Agent-Native-Embed-Target\",\n },\n });\n }\n }));\n\n // Run plugins — they call getH3App(nitroApp).use(path, handler) which\n // pushes path-prefix middleware onto app[\"~middleware\"].\n // Pre-mark every build-time plugin slot before any plugin awaits the runtime\n // default bootstrap. Bundled serverless workers often lack server/plugins/\n // on disk, so runtime discovery would otherwise auto-mount duplicate\n // framework defaults before later custom plugins get a chance to mark\n // themselves as provided.\n${generatedPluginMarks.map((stem) => ` markGeneratedPluginProvided(nitroApp, ${JSON.stringify(stem)});`).join(\"\\n\")}\n${pluginCalls.join(\"\\n\")}\n\n // Register API routes\n${routeRegistrations.join(\"\\n\")}\n\n // Register action routes (/_agent-native/actions/*)\n${actionRegistrations.join(\"\\n\")}\n\n // SSR catch-all for React Router\n const rrHandler = createRequestHandler(() => serverBuild);\n app.all(\"/**\", defineEventHandler(async (event) => {\n const basePath = getAppBasePath();\n const p = stripAppBasePath(new URL(event.req.url).pathname);\n if (\n p.startsWith(\"/.well-known/\") ||\n p.startsWith(\"/_agent-native/\") ||\n isApiPath(p) ||\n p === \"/favicon.ico\" ||\n p === \"/favicon.png\" ||\n (/\\\\.\\\\w+$/.test(p) && !p.endsWith(\".data\"))\n ) {\n return new Response(null, { status: 404 });\n }\n const request = requestWithPathname(event.req, p);\n if (event.req.method === \"HEAD\") {\n const getRequest = requestWithMethod(request, \"GET\");\n const response = await rrHandler(getRequest);\n return rewriteMountedResponse(\n new Response(null, {\n status: response.status,\n statusText: response.statusText,\n headers: response.headers,\n }),\n basePath,\n p,\n getRequest\n );\n }\n return rewriteMountedResponse(await rrHandler(request), basePath, p, request);\n }));\n\n _handler = app.fetch.bind(app);\n return _handler;\n}\n\nexport default {\n async fetch(request, env, ctx) {\n // Expose env and ctx bindings globally for compatibility\n if (ctx) globalThis.__cf_ctx = ctx;\n if (env) {\n globalThis.process = globalThis.process || { env: {} };\n globalThis.process.env = globalThis.process.env || {};\n // Expose D1/KV/R2 bindings on globalThis.__cf_env for the db layer\n globalThis.__cf_env = env;\n for (const [key, value] of Object.entries(env)) {\n if (typeof value === \"string\") {\n globalThis.process.env[key] = value;\n }\n }\n }\n\n // Try serving static assets first (CF Pages advanced mode).\n // Only attempt this for GET/HEAD — the ASSETS binding is a static file\n // server and returns 405 for any other method, which would short-circuit\n // API calls (PUT/POST/DELETE to /_agent-native/*) before they reach our\n // h3 middleware.\n if (env?.ASSETS && (request.method === \"GET\" || request.method === \"HEAD\")) {\n try {\n const assetResponse = await env.ASSETS.fetch(request);\n if (assetResponse.status !== 404) {\n return applyImmutableAssetCacheHeaders(assetResponse, request);\n }\n } catch {\n // Asset fetch failed — fall through to SSR\n }\n }\n\n const handler = await getHandler();\n return handler(requestWithMountedApiPrefixStripped(request));\n }\n};\n`;\n}\n\n/**\n * Build for Cloudflare Pages.\n * Output structure:\n * dist/\n * _worker.js (bundled worker entry)\n * assets/ (static client assets)\n */\nasync function buildCloudflarePages() {\n generateActionRegistryForProject(cwd);\n\n const buildDir = path.join(cwd, \"build\");\n const clientDir = path.join(buildDir, \"client\");\n const serverDir = path.join(buildDir, \"server\");\n const distDir = path.join(cwd, \"dist\");\n\n // Verify build output exists\n if (!fs.existsSync(clientDir) || !fs.existsSync(serverDir)) {\n console.error(\n \"Build output not found at build/client/ and build/server/. Run react-router build first.\",\n );\n process.exit(1);\n }\n\n // Clean dist\n if (fs.existsSync(distDir)) {\n fs.rmSync(distDir, { recursive: true });\n }\n fs.mkdirSync(distDir, { recursive: true });\n\n // Copy client assets to dist/\n copyDir(clientDir, distDir);\n\n // Exclude _worker.js from being served as a public asset\n fs.writeFileSync(path.join(distDir, \".assetsignore\"), \"_worker.js\\n\");\n\n // Write a package.json inside _worker.js/ to tell wrangler this is a\n // pre-bundled ES module worker — skip re-bundling our esbuild output.\n fs.mkdirSync(path.join(distDir, \"_worker.js\"), { recursive: true });\n fs.writeFileSync(\n path.join(distDir, \"_worker.js\", \"package.json\"),\n JSON.stringify({ main: \"index.js\", type: \"module\" }),\n );\n\n // Create empty stub for native modules that wrangler's bundler needs to resolve\n const stubsDir = path.join(distDir, \"_worker.js\", \"stubs\");\n fs.mkdirSync(stubsDir, { recursive: true });\n fs.writeFileSync(\n path.join(stubsDir, \"empty.js\"),\n \"export default {}; export const watch = () => ({ close() {} }); export const Database = class {};\\n\",\n );\n\n // Discover routes, plugins, actions, and the workspace core (if any).\n const routes = await discoverApiRoutes(cwd);\n const plugins = await discoverPlugins(cwd);\n const actions = await discoverActionFiles(cwd);\n const missingDefaults = await getMissingDefaultPlugins(cwd);\n const workspaceCore = await getWorkspaceCoreExports(cwd);\n\n const workspaceSlotCount = workspaceCore\n ? Object.keys(workspaceCore.plugins).length\n : 0;\n console.log(\n `[deploy] ${routes.length} API routes, ${actions.length} actions, ${plugins.length} plugins (${plugins.filter((p) => isNodeOnlyPlugin(p)).length} skipped as Node-only), ${missingDefaults.length} auto-mounted defaults${workspaceCore ? `, workspace-core ${workspaceCore.packageName} (${workspaceSlotCount} plugin slots)` : \"\"}`,\n );\n\n // Generate the worker entry\n const immutableAssetPaths = collectImmutableAssetPaths(clientDir);\n const entrySource = generateWorkerEntry(\n routes,\n plugins,\n missingDefaults,\n actions,\n workspaceCore,\n immutableAssetPaths,\n );\n\n // Create _worker.js output directory\n const workerOutDir = path.join(distDir, \"_worker.js\");\n fs.mkdirSync(workerOutDir, { recursive: true });\n\n // Write the worker entry\n const entryFile = path.join(workerOutDir, \"index.js\");\n\n // Rewrite the server-build import to point at the copied files\n const adjustedEntry = entrySource.replace(\n `import * as serverBuild from \"./server-build.js\";`,\n `import * as serverBuild from \"./server/index.js\";`,\n );\n\n // Write a temp file for esbuild to bundle everything into a single worker entry.\n // The server build (React Router SSR) is copied to tmp so esbuild can resolve it.\n const tmpDir = path.join(cwd, \".deploy-tmp\");\n fs.mkdirSync(tmpDir, { recursive: true });\n // Name the entry \"index.js\" so esbuild outputs index.js in the outdir,\n // matching the _worker.js/index.js entry point that Cloudflare Pages expects.\n const tmpEntry = path.join(tmpDir, \"index.js\");\n fs.writeFileSync(tmpEntry, adjustedEntry);\n\n // Copy server build files so esbuild can resolve the import\n copyDir(serverDir, path.join(tmpDir, \"server\"));\n\n // Create a require shim so CJS require(\"fs\") calls resolve via ESM imports.\n // This is injected via esbuild --inject to replace its broken __require shim.\n fs.writeFileSync(\n path.join(tmpDir, \"_require-shim.js\"),\n generateRequireShim(),\n );\n\n const nitroServerAssetsStub = path.join(\n tmpDir,\n \"_nitro-server-assets-stub.js\",\n );\n fs.writeFileSync(\n nitroServerAssetsStub,\n [\n \"const empty = async () => undefined;\",\n \"export const assets = {\",\n \" getItem: empty,\",\n \" getItemRaw: empty,\",\n \" getKeys: async () => [],\",\n \" getMeta: async () => undefined,\",\n \" hasItem: async () => false,\",\n \"};\",\n \"export default assets;\",\n \"\",\n ].join(\"\\n\"),\n );\n\n // Create stub modules for native/Node-only deps that can't run on Workers.\n // These get resolved by esbuild instead of the real modules, avoiding bundling\n // native code that would fail on the Workers runtime.\n const stubModules = [\n \"better-sqlite3\",\n \"node-pty\",\n \"chokidar\",\n \"fsevents\",\n \"dotenv\",\n \"@anthropic-ai/sdk\",\n ];\n const stubDir = path.join(tmpDir, \"node_modules\");\n for (const mod of stubModules) {\n const modDir = path.join(stubDir, mod);\n fs.mkdirSync(modDir, { recursive: true });\n fs.writeFileSync(\n path.join(modDir, \"index.js\"),\n `export default {}; export const watch = () => ({ close() {} });`,\n );\n fs.writeFileSync(\n path.join(modDir, \"package.json\"),\n JSON.stringify({ name: mod, main: \"index.js\", type: \"module\" }),\n );\n }\n\n const esbuildBin = findEsbuild();\n\n // Externalize node builtins (both bare and node: prefixed) — the require\n // shim handles bare ones. Also alias every `node:*` specifier to its bare\n // name so esbuild emits `import from \"fs\"` everywhere, never\n // `import from \"node:fs\"`. CF Pages Functions (wrangler 3.x, nodejs_compat\n // v1) rejects the `node:` prefix in chunks with:\n // No such module \"node:fs\" imported from chunks/...\n // The alias is the authoritative fix; the post-build strip stays as belt\n // & suspenders in case esbuild emits a node: string via some other path.\n const builtinNames = getNodeBuiltinNames();\n // Only externalize bare names. node:* externals would otherwise pin\n // the prefix in output; instead we alias node:* → bare so anything that\n // resolves past alias land as bare externals.\n const nodeExternals = builtinNames.map((n) => `--external:${n}`);\n const nodeAliases = builtinNames.map((n) => `--alias:node:${n}=${n}`);\n\n // Hard externalize large client-only / node-only libraries so they don't\n // bloat the edge worker. These are never executed in the CF Pages runtime\n // — mermaid/excalidraw render in the browser, pdf-parse and @google/genai\n // run from node-only action scripts. Without this, slides' bundle hits\n // the 25 MiB Pages Functions limit.\n //\n // @anthropic-ai/tokenizer (tiktoken .wasm) and @resvg/resvg-js (native\n // .node binding) can't be bundled by esbuild at all — no loader for those\n // files. Both import sites degrade gracefully when the runtime import\n // fails: context-xray token counts fall back to char/4 estimates and the\n // OG image route falls back to SVG.\n const heavyClientExternals = [\n \"mermaid\",\n \"@excalidraw/excalidraw\",\n \"@excalidraw/mermaid-to-excalidraw\",\n \"pdf-parse\",\n \"pdfjs-dist\",\n \"@google/genai\",\n \"chartjs-node-canvas\",\n \"@napi-rs/canvas\",\n \"@anthropic-ai/tokenizer\",\n \"@resvg/resvg-js\",\n ].map((p) => `--external:${p}`);\n\n execFileSync(\n esbuildBin,\n [\n tmpEntry,\n \"--bundle\",\n \"--format=esm\",\n \"--target=es2022\",\n // browser platform for npm resolution; node builtins externalized separately\n \"--platform=browser\",\n \"--minify\",\n // Single-file bundle (no --splitting). CF Pages Functions' deploy\n // validator fails to load chunked _worker.js/ bundles even when the\n // chunks contain only bare node-builtin imports (wrangler 3.101.0\n // + nodejs_compat v2). Matches main's working config.\n `--outdir=${workerOutDir}`,\n \"--conditions=workerd,worker,import\",\n // The ssr-handler imports a virtual module that only exists at dev time\n \"--external:virtual:react-router/server-build\",\n `--alias:#nitro/virtual/server-assets=${nitroServerAssetsStub}`,\n // Banner: override the __require shim that esbuild generates for CJS modules.\n // This provides a real require() backed by ESM imports of node builtins.\n // Without this, CF Workers rejects the bundle because esbuild's default\n // __require shim throws \"Dynamic require of X is not supported\".\n `--banner:js=${generateRequireShim()}`,\n // Externalize node: builtins — CF Workers runtime provides them\n ...nodeExternals,\n ...heavyClientExternals,\n // Rewrite node:* -> bare names so chunks never contain node: imports\n ...nodeAliases,\n ],\n { stdio: \"inherit\", cwd },\n );\n\n // Clean up tmp\n fs.rmSync(tmpDir, { recursive: true });\n\n // Rewrite the external virtual import to a local stub.\n // esbuild externalizes \"virtual:react-router/server-build\" (used by ssr-handler),\n // but wrangler re-bundles and chokes on it. Replace the import with a no-op stub.\n const virtualStub = path.join(workerOutDir, \"chunks\", \"_virtual-stub.js\");\n fs.mkdirSync(path.dirname(virtualStub), { recursive: true });\n fs.writeFileSync(virtualStub, \"export default {};\\n\");\n\n // Post-build patches — apply to ALL .js files in the worker output directory\n // (entry + chunks) since code can land in any chunk after splitting.\n const allJsFiles = getAllJsFiles(workerOutDir);\n for (const jsFile of allJsFiles) {\n let code = fs.readFileSync(jsFile, \"utf-8\");\n const isEntry = path.basename(jsFile) === \"index.js\";\n\n // Strip \"node:\" prefix from all imports/requires. Cloudflare Pages\n // Functions runs under nodejs_compat v1, which exposes builtins as\n // bare names (\"fs\") and rejects \"node:fs\" at worker init:\n // No such module \"node:fs\" imported from chunks/...\n // (Workers-on-the-edge use v2 and require the prefix; Pages lags.)\n // Preserve the original quote char (single vs double) when rewriting —\n // esbuild's minifier sometimes places `import('node:buffer')` inside a\n // double-quoted string literal; swapping to double quotes breaks the\n // outer literal and produces `Unexpected identifier 'buffer'`.\n code = code.replace(\n /\\bfrom(\\s*)([\"'])node:([^\"']+)\\2/g,\n (_, ws, q, mod) => `from${ws}${q}${mod}${q}`,\n );\n code = code.replace(\n /\\bimport(\\s*)([\"'])node:([^\"']+)\\2/g,\n (_, ws, q, mod) => `import${ws}${q}${mod}${q}`,\n );\n // Strip `node:` prefix from any string literal that names a node\n // builtin. Covers dynamic imports, require(), getBuiltinModule(),\n // and minified wrappers like `Ut(\"node:fs\")` that Nitro/h3 emit.\n // Pages' loader scans chunks for `\"node:*\"` literals and fails with\n // 'No such module \"node:fs\"' whether or not the string is reached\n // at runtime. Scoping to known builtins avoids touching user data.\n // Sorted longest-first so `fs/promises` matches before `fs`.\n const builtinsPattern = [...NODE_BUILTINS]\n .sort((a, b) => b.length - a.length)\n .join(\"|\");\n const builtinRe = new RegExp(`([\"'])node:(${builtinsPattern})\\\\1`, \"g\");\n code = code.replace(\n builtinRe,\n (_, q: string, mod: string) => `${q}${mod}${q}`,\n );\n\n // Rewrite virtual:react-router/server-build imports to the local stub.\n // The generated entry handles SSR directly; this import is dead code from ssr-handler.\n const relStub = path\n .relative(path.dirname(jsFile), virtualStub)\n .replace(/\\\\/g, \"/\");\n code = code.replace(\n /[\"']virtual:react-router\\/server-build[\"']/g,\n `\"./${relStub}\"`,\n );\n\n // Patch createRequire(import.meta.url) — import.meta.url is undefined in CF Workers.\n // Matches both `from \"module\"` and `from \"node:module\"` — with the node:\n // prefix preserved (for nodejs_compat_v2), the latter is what esbuild now emits.\n code = code.replace(\n /\\bimport\\s*\\{\\s*createRequire\\s+as\\s+([\\w$]+)\\s*\\}\\s*from\\s*[\"'](?:node:)?module[\"']\\s*;/g,\n \"var $1 = function() { return typeof require !== 'undefined' ? require : function(m) { throw new Error('require not supported: ' + m); }; };\",\n );\n\n // Patch setInterval/setTimeout at module scope — CF Workers disallows timers in global scope.\n // Some dependencies (e.g. Anthropic SDK rate limiter) call setInterval at module init.\n // With code splitting, chunks evaluate before the entry, so the shim must be in every file.\n // The restore only happens in the entry's fetch() handler.\n if (!code.includes(\"__origSetInterval\")) {\n const timerShim = [\n \"var __origSetInterval=globalThis.setInterval;\",\n \"globalThis.setInterval=function(){return{unref(){},ref(){},close(){}}};\",\n ].join(\"\");\n code = timerShim + code;\n }\n if (isEntry) {\n const timerRestore =\n \"if(__origSetInterval)globalThis.setInterval=__origSetInterval;\";\n code = code.replace(\n /async fetch\\(request,\\s*env,\\s*ctx\\)\\s*\\{/,\n (match) => match + timerRestore,\n );\n }\n\n fs.writeFileSync(jsFile, code);\n }\n\n // Report size\n const entrySize = fs.statSync(entryFile).size;\n const totalSize = getDirSize(workerOutDir);\n const chunkCount = allJsFiles.length - 1; // exclude entry\n console.log(\n `[deploy] Cloudflare Pages output written to dist/ (entry: ${(entrySize / 1024).toFixed(0)}KB, ${chunkCount} chunks, total: ${(totalSize / 1024 / 1024).toFixed(1)}MB)`,\n );\n}\n\nconst NODE_BUILTINS = [\n \"assert\",\n \"async_hooks\",\n \"buffer\",\n \"child_process\",\n \"cluster\",\n \"console\",\n \"constants\",\n \"crypto\",\n \"dgram\",\n \"diagnostics_channel\",\n \"dns\",\n \"domain\",\n \"events\",\n \"fs\",\n \"fs/promises\",\n \"http\",\n \"http2\",\n \"https\",\n \"inspector\",\n \"module\",\n \"net\",\n \"os\",\n \"path\",\n \"perf_hooks\",\n \"process\",\n \"punycode\",\n \"querystring\",\n \"readline\",\n \"repl\",\n \"sqlite\",\n \"stream\",\n \"stream/web\",\n \"string_decoder\",\n \"sys\",\n \"timers\",\n \"tls\",\n \"trace_events\",\n \"tty\",\n \"url\",\n \"util\",\n \"v8\",\n \"vm\",\n \"wasi\",\n \"worker_threads\",\n \"zlib\",\n];\n\nexport function getNodeBuiltinNames(): string[] {\n return NODE_BUILTINS;\n}\n\n/**\n * Generate a require() shim that bridges CJS require(\"fs\") calls to ESM imports.\n * Injected via esbuild --inject so CJS deps work on Workers runtime.\n */\nfunction generateRequireShim(): string {\n // Shim the full set of node builtins so any CJS `require(\"X\")` from a\n // transitive dep resolves to the imported ESM module. Anything less is\n // whack-a-mole: terminal helpers pull in `tty`, transformer libs pull in\n // `worker_threads`, etc. — every miss fails deploy with a generic\n // \"Cannot require: <name>\" thrown by this shim itself.\n //\n // Some builtins exist only as runtime polyfills under nodejs_compat\n // (some are no-op stubs). That's fine — the `import` returns whatever\n // the runtime provides; failures only surface when callers actually USE\n // the unsupported APIs at request time, which is the same as if the\n // shim wasn't there.\n //\n // `sqlite` is excluded because it's Node 22+ only and Workers'\n // nodejs_compat doesn't expose it yet — importing it makes the whole\n // bundle fail to load.\n const shimmed = NODE_BUILTINS.filter((name) => name !== \"sqlite\");\n\n // Bare module names — CF Pages Functions runs under nodejs_compat v1,\n // which rejects \"node:fs\" and only accepts \"fs\". The post-build pass in\n // buildCloudflarePages() also strips any `node:` prefix that esbuild or\n // dependencies emit elsewhere.\n const imports = shimmed\n .map((m) => `import __${m.replace(\"/\", \"_\")} from \"${m}\";`)\n .join(\"\");\n // Only bare-name keys. Pages' Functions loader appears to scan chunks\n // for \"node:*\" string literals and pre-resolves them as module specs —\n // so keeping \"node:fs\" as an object key caused deploy to fail with\n // 'No such module \"node:fs\"' even though nothing imported it. The\n // post-build strip turns every runtime `require(\"node:fs\")` into\n // `require(\"fs\")` so bare keys are sufficient.\n const entries = shimmed\n .map((m) => `\"${m}\":__${m.replace(\"/\", \"_\")}`)\n .join(\",\");\n\n const messageChannelPolyfill = `if(typeof MessageChannel===\"undefined\"){globalThis.MessageChannel=class{constructor(){const a={onmessage:null},b={onmessage:null};a.postMessage=d=>{if(b.onmessage)setTimeout(()=>b.onmessage({data:d}),0)};b.postMessage=d=>{if(a.onmessage)setTimeout(()=>a.onmessage({data:d}),0)};this.port1=a;this.port2=b}}}`;\n return `${imports}\\n${messageChannelPolyfill}\\nconst __mods={${entries}};export var require=globalThis.require||function(m){const r=__mods[m];if(r!==undefined)return r;throw new Error(\"Cannot require: \"+m)};\\n`;\n}\n\nfunction findEsbuild(): string {\n // Try to resolve esbuild's binary via Node module resolution\n // This works regardless of hoisting or .bin symlink creation\n try {\n const _require = createRequire(cwd + \"/\");\n const esbuildPkg = path.dirname(_require.resolve(\"esbuild/package.json\"));\n const bin = path.join(esbuildPkg, \"bin\", \"esbuild\");\n if (fs.existsSync(bin)) return bin;\n } catch {}\n\n // Fallback: check local and workspace .bin\n const localBin = path.resolve(cwd, \"node_modules/.bin/esbuild\");\n if (fs.existsSync(localBin)) return localBin;\n\n const workspaceRoot = findWorkspaceRoot(cwd);\n if (workspaceRoot) {\n const workspaceBin = path.resolve(\n workspaceRoot,\n \"node_modules/.bin/esbuild\",\n );\n if (fs.existsSync(workspaceBin)) return workspaceBin;\n }\n\n return \"esbuild\";\n}\n\nfunction findWorkspaceRoot(dir: string): string | null {\n let current = dir;\n while (current !== path.dirname(current)) {\n if (\n fs.existsSync(path.join(current, \"pnpm-workspace.yaml\")) ||\n fs.existsSync(path.join(current, \"pnpm-lock.yaml\"))\n ) {\n return current;\n }\n current = path.dirname(current);\n }\n return null;\n}\n\n/** Recursively collect all .js files in a directory. */\nfunction getAllJsFiles(dir: string): string[] {\n const results: string[] = [];\n const entries = fs.readdirSync(dir, { withFileTypes: true });\n for (const entry of entries) {\n const fullPath = path.join(dir, entry.name);\n if (entry.isDirectory()) {\n results.push(...getAllJsFiles(fullPath));\n } else if (entry.name.endsWith(\".js\")) {\n results.push(fullPath);\n }\n }\n return results;\n}\n\nfunction getDirSize(dir: string): number {\n let size = 0;\n const entries = fs.readdirSync(dir, { withFileTypes: true });\n for (const entry of entries) {\n const fullPath = path.join(dir, entry.name);\n if (entry.isDirectory()) {\n size += getDirSize(fullPath);\n } else {\n size += fs.statSync(fullPath).size;\n }\n }\n return size;\n}\n\nexport function copyDir(\n src: string,\n dest: string,\n ancestorRealPaths = new Set<string>(),\n) {\n const realSrc = fs.realpathSync(src);\n if (ancestorRealPaths.has(realSrc)) return;\n const nextAncestorRealPaths = new Set(ancestorRealPaths);\n nextAncestorRealPaths.add(realSrc);\n\n fs.mkdirSync(dest, { recursive: true });\n const entries = fs.readdirSync(src, { withFileTypes: true });\n for (const entry of entries) {\n const srcPath = path.join(src, entry.name);\n const destPath = path.join(dest, entry.name);\n if (entry.isSymbolicLink()) {\n let stat: fs.Stats;\n try {\n stat = fs.statSync(srcPath);\n } catch (error) {\n if ((error as NodeJS.ErrnoException).code === \"ENOENT\") {\n console.warn(\n `[deploy] Skipping broken symlink while copying ${srcPath}`,\n );\n continue;\n }\n throw error;\n }\n if (stat.isDirectory()) {\n copyDir(srcPath, destPath, nextAncestorRealPaths);\n } else {\n fs.copyFileSync(srcPath, destPath);\n }\n } else if (entry.isDirectory()) {\n copyDir(srcPath, destPath, nextAncestorRealPaths);\n } else {\n fs.copyFileSync(srcPath, destPath);\n }\n }\n}\n\nconst LIBSQL_NATIVE_PACKAGE_NAMES = [\n \"darwin-arm64\",\n \"darwin-x64\",\n \"linux-arm-gnueabihf\",\n \"linux-arm-musleabihf\",\n \"linux-arm64-gnu\",\n \"linux-arm64-musl\",\n \"linux-x64-gnu\",\n \"linux-x64-musl\",\n \"win32-x64-msvc\",\n];\nconst FFMPEG_STATIC_PACKAGE_NAME = \"ffmpeg-static\";\nconst RESVG_SCOPE = \"@resvg\";\nconst RESVG_PACKAGE_PREFIX = \"resvg-js\";\nconst FFMPEG_STATIC_BINARY_NAMES =\n process.platform === \"win32\" ? [\"ffmpeg.exe\", \"ffmpeg\"] : [\"ffmpeg\"];\nconst SERVERLESS_FFMPEG_STATIC_PLATFORM = \"linux\";\nconst SERVERLESS_FFMPEG_STATIC_ARCHES = new Set<NodeJS.Architecture>([\n \"arm64\",\n \"x64\",\n]);\ntype ServerlessFfmpegStaticArch = \"arm64\" | \"x64\";\n\nfunction serverlessFfmpegStaticTargetArchFromEnv(): ServerlessFfmpegStaticArch | null {\n const value = process.env.AGENT_NATIVE_SERVERLESS_FFMPEG_ARCH;\n if (value === \"arm64\" || value === \"x64\") return value;\n return null;\n}\n\nexport function shouldBundleFfmpegStaticForServerless(\n hostPlatform: NodeJS.Platform = process.platform,\n hostArch: NodeJS.Architecture = process.arch,\n targetArch: ServerlessFfmpegStaticArch | null = serverlessFfmpegStaticTargetArchFromEnv(),\n): boolean {\n return (\n hostPlatform === SERVERLESS_FFMPEG_STATIC_PLATFORM &&\n targetArch !== null &&\n hostArch === targetArch &&\n SERVERLESS_FFMPEG_STATIC_ARCHES.has(targetArch)\n );\n}\n\nfunction nodeModulesAncestors(startDir: string): string[] {\n const dirs: string[] = [];\n let current = path.resolve(startDir);\n while (true) {\n const candidate = path.join(current, \"node_modules\");\n if (fs.existsSync(candidate)) dirs.push(candidate);\n const parent = path.dirname(current);\n if (parent === current) break;\n current = parent;\n }\n return dirs;\n}\n\nfunction findInstalledLibsqlNativePackage(\n nodeModulesRoots: string[],\n packageName: string,\n): string | null {\n for (const root of nodeModulesRoots) {\n const direct = path.join(root, \"@libsql\", packageName);\n if (fs.existsSync(path.join(direct, \"index.node\"))) return direct;\n\n const pnpmRoot = path.join(root, \".pnpm\");\n if (!fs.existsSync(pnpmRoot)) continue;\n const pnpmPrefix = `@libsql+${packageName}@`;\n for (const entry of fs.readdirSync(pnpmRoot)) {\n if (!entry.startsWith(pnpmPrefix)) continue;\n const nested = path.join(\n pnpmRoot,\n entry,\n \"node_modules\",\n \"@libsql\",\n packageName,\n );\n if (fs.existsSync(path.join(nested, \"index.node\"))) return nested;\n }\n }\n return null;\n}\n\nfunction hasFfmpegStaticBinary(packageDir: string): boolean {\n return FFMPEG_STATIC_BINARY_NAMES.some((binaryName) =>\n fs.existsSync(path.join(packageDir, binaryName)),\n );\n}\n\nfunction hasInstalledFfmpegStaticPackage(nodeModulesRoots: string[]): boolean {\n for (const root of nodeModulesRoots) {\n const direct = path.join(root, FFMPEG_STATIC_PACKAGE_NAME);\n if (fs.existsSync(path.join(direct, \"package.json\"))) return true;\n\n const pnpmRoot = path.join(root, \".pnpm\");\n if (!fs.existsSync(pnpmRoot)) continue;\n const pnpmPrefix = `${FFMPEG_STATIC_PACKAGE_NAME}@`;\n for (const entry of fs.readdirSync(pnpmRoot)) {\n if (!entry.startsWith(pnpmPrefix)) continue;\n const nested = path.join(\n pnpmRoot,\n entry,\n \"node_modules\",\n FFMPEG_STATIC_PACKAGE_NAME,\n );\n if (fs.existsSync(path.join(nested, \"package.json\"))) return true;\n }\n }\n return false;\n}\n\nexport function findInstalledFfmpegStaticPackage(\n nodeModulesRoots: string[],\n): string | null {\n for (const root of nodeModulesRoots) {\n const direct = path.join(root, FFMPEG_STATIC_PACKAGE_NAME);\n if (\n fs.existsSync(path.join(direct, \"package.json\")) &&\n hasFfmpegStaticBinary(direct)\n ) {\n return direct;\n }\n\n const pnpmRoot = path.join(root, \".pnpm\");\n if (!fs.existsSync(pnpmRoot)) continue;\n const pnpmPrefix = `${FFMPEG_STATIC_PACKAGE_NAME}@`;\n for (const entry of fs.readdirSync(pnpmRoot)) {\n if (!entry.startsWith(pnpmPrefix)) continue;\n const nested = path.join(\n pnpmRoot,\n entry,\n \"node_modules\",\n FFMPEG_STATIC_PACKAGE_NAME,\n );\n if (\n fs.existsSync(path.join(nested, \"package.json\")) &&\n hasFfmpegStaticBinary(nested)\n ) {\n return nested;\n }\n }\n }\n return null;\n}\n\nexport function findInstalledResvgPackages(\n nodeModulesRoots: string[],\n): Array<{ packageName: string; packageDir: string }> {\n const found = new Map<string, string>();\n\n for (const root of nodeModulesRoots) {\n const directScope = path.join(root, RESVG_SCOPE);\n if (fs.existsSync(directScope)) {\n for (const entry of fs.readdirSync(directScope)) {\n if (!entry.startsWith(RESVG_PACKAGE_PREFIX)) continue;\n const packageDir = path.join(directScope, entry);\n if (fs.existsSync(path.join(packageDir, \"package.json\"))) {\n found.set(entry, packageDir);\n }\n }\n }\n\n const pnpmRoot = path.join(root, \".pnpm\");\n if (!fs.existsSync(pnpmRoot)) continue;\n for (const entry of fs.readdirSync(pnpmRoot)) {\n const match = entry.match(/^@resvg\\+(resvg-js[^@]*)@/);\n if (!match) continue;\n const packageName = match[1];\n const packageDir = path.join(\n pnpmRoot,\n entry,\n \"node_modules\",\n RESVG_SCOPE,\n packageName,\n );\n if (fs.existsSync(path.join(packageDir, \"package.json\"))) {\n found.set(packageName, packageDir);\n }\n }\n }\n\n return [...found.entries()]\n .sort(([a], [b]) => a.localeCompare(b))\n .map(([packageName, packageDir]) => ({ packageName, packageDir }));\n}\n\n/**\n * Deploy-time gate for emitting the second `-background` Netlify function.\n * Reads the same env flag the runtime gate uses\n * (`AGENT_CHAT_DURABLE_BACKGROUND`).\n *\n * DEFAULT-OFF (opt-in), matching the runtime gate (`isFlagEnabled` in\n * durable-background.ts): unset/empty/unknown means DISABLED; an app opts IN\n * only with an explicit truthy value (`true`/`1`/`yes`/`on`). A premature\n * fleet-wide default-on caused real-user incidents (2026-06-24) before the\n * async worker path was proven, so durable is opt-in until verified live. This\n * gate is what emits the 15-min `-background` function so the `_process-run`\n * dispatch lands on it (async 202 → the worker runs with the real 15-min budget\n * → its ~13-min soft-timeout fits). The deploy gate and runtime gate MUST agree:\n * if the deploy emitted no `-background` function but the runtime still routed\n * the worker into the ~13-min timeout regime, the worker would overshoot the\n * ~60s synchronous wall and re-dispatch in a loop. (The runtime now also guards\n * the ~13-min budget on the real function name via `isInBackgroundFunctionRuntime`,\n * so a missing emit degrades to clean 40s-chunked runs rather than the loop.)\n */\nexport function isDurableBackgroundDeployEnabled(): boolean {\n const raw = process.env.AGENT_CHAT_DURABLE_BACKGROUND;\n if (raw == null) return false;\n const v = raw.trim().toLowerCase();\n return v === \"1\" || v === \"true\" || v === \"yes\" || v === \"on\";\n}\n\n/**\n * Single-template Netlify build: emit an async (background) function INSIDE the\n * scanned functions dir so the chat `_process-run` worker runs on Netlify's\n * 15-min async function instead of the synchronous `/*` catch-all.\n * Additive + flag-gated (see `isDurableBackgroundDeployEnabled`).\n *\n * GROUNDED IN THE REAL NETLIFY BUILD OUTPUT (verified from a local Nitro build)\n * AND THE NETLIFY DOCS DEFAULT-URL RULE:\n * - Nitro's `netlify` preset emits exactly ONE function source at\n * `.netlify/functions-internal/server/`. `server.mjs` re-exports `main.mjs`\n * and declares `export const config = { path: \"/*\", excludedPath:\n * [\"/.netlify/*\"], preferStatic: true, ... }`. The `/*` catch-all is an\n * IN-CODE Functions-API-v2 `config.path` and it ALREADY EXCLUDES\n * `/.netlify/*`.\n * - The generated `.netlify/netlify.toml` sets\n * `functionsDirectory = \".netlify/functions-internal\"`. Netlify scans EXACTLY\n * that dir; functions placed anywhere else (e.g. `.netlify/functions/`, which\n * is the BUILD OUTPUT dir where `@netlify/build` later writes the zipped\n * functions + `manifest.json`) are NEVER deployed.\n * - Every scanned function is reachable at its DEFAULT url\n * `/.netlify/functions/<name>` BY DEFAULT. A custom `config.path` REMOVES\n * that default url; declaring NO custom `config.path` KEEPS it.\n *\n * THEREFORE we:\n * 1. Emit the background function INTO the scanned dir\n * (`.netlify/functions-internal/server-agent-background/`), sharing the same\n * built `main.mjs` bundle, so Netlify discovers it and honors its config.\n * 2. Give its `export const config` `background: true` (→ async invoke,\n * immediate 202, 15-min budget) and NO custom `config.path`. With no custom\n * path the function keeps its DEFAULT url\n * `/.netlify/functions/server-agent-background`, and because the Nitro\n * `server` function's `/*` catch-all already excludes `/.netlify/*`, that\n * default-url namespace is NEVER shadowed by the synchronous function — no\n * catch-all patch is needed.\n * 3. The entry NORMALIZES/rewrites the incoming request pathname to\n * `AGENT_CHAT_PROCESS_RUN_PATH` before delegating to `./main.mjs`. The\n * function is reached at its default url\n * (`/.netlify/functions/server-agent-background`), so the Nitro router needs\n * the path rewritten to the framework `_process-run` route, preserving the\n * method, ALL headers (the HMAC `Authorization: Bearer` MUST survive), and\n * the body.\n * 4. Set `globalThis.__AGENT_NATIVE_BACKGROUND_RUNTIME__ = true` at cold start\n * (read back by `isInBackgroundFunctionRuntime()` so the worker takes the\n * ~13-min soft-timeout). A `globalThis` flag — NOT `process.env` — keeps the\n * no-env-mutation guard satisfied and carries no cross-request state.\n *\n * The foreground dispatches to this DEFAULT url on hosted Netlify\n * (`resolveAgentChatProcessRunDispatchPath` → `AGENT_BACKGROUND_FUNCTION_URL_PATH`).\n *\n * WHY THIS IS THE DOC-CORRECT FIX: a prior attempt gave the function a custom\n * `config.path` (= the framework route) plus a catch-all `excludedPath` patch.\n * The custom `config.path` was NOT honored as a route in prod — a probe of\n * `POST /_agent-native/agent-chat/_process-run` returned 404. The doc-correct\n * approach (confirmed against the Netlify docs) is to use the DEFAULT function\n * url with no custom path: the function stays reachable at\n * `/.netlify/functions/<name>` and is never shadowed because `/.netlify/*` is\n * already excluded from the `server` catch-all.\n *\n * Safety net regardless of Netlify routing nuance: if the dispatch fast-fails\n * (e.g. the function was not emitted), the foreground handler degrades to an\n * inline 40s synchronous run (see production-agent.ts).\n */\nexport function emitSingleTemplateNetlifyBackgroundFunction(\n projectCwd: string,\n): void {\n const internalDir = path.join(projectCwd, \".netlify\", \"functions-internal\");\n const serverDir = path.join(internalDir, \"server\");\n if (!fs.existsSync(path.join(serverDir, \"main.mjs\"))) {\n // Nitro output layout differs from what we expected — skip rather than\n // guess. The single-function deploy is unaffected.\n console.warn(\n \"[build] Durable-background emit skipped: expected Nitro Netlify function \" +\n \"at .netlify/functions-internal/server/main.mjs was not found.\",\n );\n return;\n }\n const backgroundName = AGENT_BACKGROUND_FUNCTION_NAME;\n // Emit INTO the SCANNED functions dir (functions-internal) so Netlify discovers\n // the function and honors its `export const config`. `.netlify/functions/` is\n // the build OUTPUT dir (where @netlify/build writes the zip + manifest) and is\n // NOT scanned — emitting there is why the standalone attempt 404'd.\n const dest = path.join(internalDir, backgroundName);\n fs.rmSync(dest, { recursive: true, force: true });\n copyDir(serverDir, dest);\n // Drop the original Nitro `/*` entry so our entry is the entrypoint and the\n // copied bundle does NOT re-register the catch-all `config.path`.\n fs.rmSync(path.join(dest, \"server.mjs\"), { force: true });\n\n const processRunPath = JSON.stringify(AGENT_CHAT_PROCESS_RUN_PATH);\n const entry = `// Mark this isolate as the durable background runtime BEFORE the handler\n// bundle is imported, so isInBackgroundFunctionRuntime() reliably returns true\n// in this function. The deployed Lambda name is NOT guaranteed to end in\n// \"-background\" (Netlify may mangle/prefix it), so we cannot depend on\n// AWS_LAMBDA_FUNCTION_NAME alone. A globalThis flag (NOT process.env) avoids the\n// no-env-mutation guard and carries no cross-request state — it is a static,\n// set-once isolate marker read back by isInBackgroundFunctionRuntime().\nglobalThis.__AGENT_NATIVE_BACKGROUND_RUNTIME__ = true;\n\n// The framework route the Nitro router dispatches to (the _process-run plugin).\nconst PROCESS_RUN_PATH = ${processRunPath};\n\nlet cachedHandler;\n\n// Netlify v2 invokes this as (request, context). The Nitro netlify handler is a\n// Web-standard \\`async (Request) => Response\\` (see nitro/presets/netlify/runtime).\n// This function declares NO custom \\`config.path\\`, so it is reached at its\n// DEFAULT url (/.netlify/functions/${backgroundName}). The Nitro router only\n// knows the framework route, so we REWRITE the incoming pathname to\n// PROCESS_RUN_PATH before delegating. Method, ALL headers (the HMAC\n// Authorization: Bearer MUST survive — the plugin verifies it) and the body are\n// preserved by cloning the incoming Request with only its URL pathname set.\nexport default async function handler(request) {\n cachedHandler ??= (await import(\"./main.mjs\")).default;\n const url = new URL(request.url);\n url.pathname = PROCESS_RUN_PATH;\n // Read the body once and pass it through. GET/HEAD have no body.\n const method = request.method || \"POST\";\n const hasBody = method !== \"GET\" && method !== \"HEAD\";\n const body = hasBody ? await request.text() : undefined;\n const rewritten = new Request(url.toString(), {\n method,\n headers: request.headers,\n body,\n });\n return cachedHandler(rewritten);\n}\n\nexport const config = {\n name: \"agent background handler\",\n generator: \"agent-native build\",\n // background: true makes Netlify invoke this ASYNCHRONOUSLY (immediate HTTP\n // 202 ack) with the 15-minute budget (Netlify docs:\n // build/functions/background-functions + build/functions/api). We declare NO\n // custom path, so the function keeps its DEFAULT url\n // /.netlify/functions/${backgroundName}; the Nitro \\`server\\` /* catch-all\n // already excludes /.netlify/* so that default url is never shadowed by the\n // synchronous function. The foreground dispatches to that default url.\n background: true,\n nodeBundler: \"none\",\n includedFiles: [\"**\"],\n preferStatic: false,\n};\n`;\n fs.writeFileSync(path.join(dest, `${backgroundName}.mjs`), entry);\n console.log(\n `[build] Emitted durable-background function \"${backgroundName}\" into the ` +\n `scanned dir .netlify/functions-internal with config { background:true } ` +\n `and NO custom path — reachable at its default url ` +\n `/.netlify/functions/${backgroundName} (never shadowed; the server /* ` +\n `catch-all already excludes /.netlify/*). REQUIRES real-deploy ` +\n `verification of Netlify async (202) invocation — see ` +\n `docs/design/durable-agent-runs.md.`,\n );\n}\n\nfunction copyInstalledLibsqlNativePackages(serverDir: string | undefined) {\n if (!serverDir || !fs.existsSync(serverDir)) return;\n const nodeModulesRoots = nodeModulesAncestors(cwd);\n const destScopeDir = path.join(serverDir, \"node_modules\", \"@libsql\");\n let copied = 0;\n\n for (const packageName of LIBSQL_NATIVE_PACKAGE_NAMES) {\n const src = findInstalledLibsqlNativePackage(nodeModulesRoots, packageName);\n if (!src) continue;\n\n copyDir(src, path.join(destScopeDir, packageName));\n copied += 1;\n }\n\n if (copied > 0) {\n console.log(\n `[deploy] Copied ${copied} installed libsql native package(s) into the server bundle.`,\n );\n }\n}\n\nfunction copyInstalledResvgPackages(serverDir: string | undefined) {\n if (!serverDir || !fs.existsSync(serverDir)) return;\n const packages = findInstalledResvgPackages(nodeModulesAncestors(cwd));\n if (packages.length === 0) return;\n\n const destScopeDir = path.join(serverDir, \"node_modules\", RESVG_SCOPE);\n for (const { packageName, packageDir } of packages) {\n copyDir(packageDir, path.join(destScopeDir, packageName));\n }\n\n console.log(\n `[deploy] Copied ${packages.length} resvg package(s) into the server bundle for OG image rendering.`,\n );\n}\n\nfunction copyInstalledFfmpegStaticPackage(serverDir: string | undefined) {\n if (!serverDir || !fs.existsSync(serverDir)) return;\n const nodeModulesRoots = nodeModulesAncestors(cwd);\n if (!shouldBundleFfmpegStaticForServerless()) {\n if (hasInstalledFfmpegStaticPackage(nodeModulesRoots)) {\n console.warn(\n `[deploy] ffmpeg-static installs a ${process.platform}-${process.arch} binary, but the serverless runtime architecture is not known to match it; ` +\n \"set AGENT_NATIVE_SERVERLESS_FFMPEG_ARCH=x64 or arm64 to bundle a matching binary, otherwise server-side media transcription fallback will require FFMPEG_PATH or a system ffmpeg.\",\n );\n }\n return;\n }\n\n const src = findInstalledFfmpegStaticPackage(nodeModulesRoots);\n if (!src) {\n if (hasInstalledFfmpegStaticPackage(nodeModulesRoots)) {\n console.warn(\n \"[deploy] ffmpeg-static is installed without a downloaded ffmpeg binary; \" +\n \"server-side media transcription fallback will require FFMPEG_PATH or a system ffmpeg.\",\n );\n }\n return;\n }\n\n copyDir(\n src,\n path.join(serverDir, \"node_modules\", FFMPEG_STATIC_PACKAGE_NAME),\n );\n console.log(\n \"[deploy] Copied ffmpeg-static into the server bundle for media transcription fallback.\",\n );\n}\n\n/**\n * Create stub directories for dangling platform-specific optional dependency\n * symlinks in the pnpm store.\n *\n * pnpm's store at `node_modules/.pnpm/<pkg>@<ver>/node_modules/<pkg>/<dep>`\n * contains symlinks for ALL optional deps declared by a package, but only\n * installs the ones matching the current OS/CPU as real packages. The other\n * symlinks dangle — their targets at `.pnpm/<scope>+<pkg>@<ver>/node_modules/...`\n * don't exist.\n *\n * Nitro's `nitro:externals` plugin (via nf3 / @vercel/nft) walks\n * optionalDependencies when tracing files and calls `realpath` on them, which\n * throws ENOENT on dangling targets. This blocks builds with presets like\n * netlify / vercel / aws-lambda on macOS when packages like `libsql` declare\n * Linux-only platform variants as optional deps.\n *\n * Fix: walk `node_modules/.pnpm/` and for every dangling symlink under\n * `<pkg>/node_modules/<scope>/<dep>`, create the symlink's target as a tiny\n * stub directory containing just a valid `package.json`. The tracer can now\n * `realpath` and read the package.json without throwing — the stub is empty\n * so no binary is bundled (which is what we want: we're building from macOS,\n * the target deploy platform will install its own native binary).\n */\nfunction createDanglingOptionalDepStubs() {\n // In pnpm monorepos, the store may live at the workspace root rather than\n // in the template dir. Walk up from `cwd` to find every `.pnpm` directory.\n const pnpmRoots: string[] = [];\n let dir = cwd;\n while (true) {\n const candidate = path.join(dir, \"node_modules\", \".pnpm\");\n if (fs.existsSync(candidate)) pnpmRoots.push(candidate);\n const parent = path.dirname(dir);\n if (parent === dir) break;\n dir = parent;\n }\n if (pnpmRoots.length === 0) return;\n\n let stubsCreated = 0;\n\n for (const pnpmRoot of pnpmRoots) {\n let pkgDirs: string[];\n try {\n pkgDirs = fs.readdirSync(pnpmRoot);\n } catch {\n continue;\n }\n\n for (const pkgDir of pkgDirs) {\n // e.g. `libsql@0.5.29`, `@libsql+client@0.15.15`\n const innerNm = path.join(pnpmRoot, pkgDir, \"node_modules\");\n if (!fs.existsSync(innerNm)) continue;\n\n let innerEntries: fs.Dirent[];\n try {\n innerEntries = fs.readdirSync(innerNm, { withFileTypes: true });\n } catch {\n continue;\n }\n\n for (const entry of innerEntries) {\n // Top-level entry: either `foo` (unscoped) or `@scope` (scoped)\n const entryPath = path.join(innerNm, entry.name);\n const candidates: { symlinkPath: string; pkgName: string }[] = [];\n if (entry.name.startsWith(\"@\")) {\n // Scoped — iterate children\n let scopedChildren: fs.Dirent[];\n try {\n scopedChildren = fs.readdirSync(entryPath, {\n withFileTypes: true,\n });\n } catch {\n continue;\n }\n for (const child of scopedChildren) {\n candidates.push({\n symlinkPath: path.join(entryPath, child.name),\n pkgName: `${entry.name}/${child.name}`,\n });\n }\n } else {\n candidates.push({ symlinkPath: entryPath, pkgName: entry.name });\n }\n\n for (const { symlinkPath, pkgName } of candidates) {\n let isSymlink = false;\n try {\n isSymlink = fs.lstatSync(symlinkPath).isSymbolicLink();\n } catch {\n continue;\n }\n if (!isSymlink) continue;\n\n // Check if the symlink target exists\n try {\n fs.statSync(symlinkPath);\n continue; // Target exists — nothing to do\n } catch {\n // Dangling symlink — create a stub at the target\n }\n\n let linkTarget: string;\n try {\n linkTarget = fs.readlinkSync(symlinkPath);\n } catch {\n continue;\n }\n const resolvedTarget = path.resolve(\n path.dirname(symlinkPath),\n linkTarget,\n );\n\n try {\n fs.mkdirSync(resolvedTarget, { recursive: true });\n const stubPkgJson = {\n name: pkgName,\n version: \"0.0.0-stub\",\n description:\n \"Empty stub created by @agent-native/core deploy build to satisfy nitro's file tracer on platforms where this optional dep is not installed.\",\n };\n fs.writeFileSync(\n path.join(resolvedTarget, \"package.json\"),\n JSON.stringify(stubPkgJson, null, 2),\n );\n stubsCreated++;\n } catch {\n // Best-effort — ignore failures\n }\n }\n }\n }\n }\n\n if (stubsCreated > 0) {\n console.log(\n `[deploy] Created ${stubsCreated} stub package dir(s) for dangling optional deps (platform-specific binaries not installed on this host).`,\n );\n }\n}\n\n/**\n * Build for any non-Cloudflare preset using Nitro's programmatic build API.\n * Handles netlify, vercel, deno_deploy, aws-lambda, and all other targets.\n */\nexport interface NitroBuildHooks {\n prepare: (nitro: any) => Promise<void>;\n copyPublicAssets: (nitro: any) => Promise<void>;\n nitroBuild: (nitro: any) => Promise<void>;\n}\n\nexport interface NitroBuildPipelineOptions {\n nitro: any;\n hooks: NitroBuildHooks;\n clientDir: string;\n publicOutputDir: string | undefined;\n appBasePath: string;\n cwd: string;\n}\n\n/**\n * Run Nitro's lifecycle in the order required to ship a working React Router\n * framework-mode build.\n *\n * The critical ordering constraint is that the React Router client build must\n * be copied into `publicOutputDir` *before* `nitroBuild` runs. Nitro generates\n * the static-asset manifest baked into the server bundle by globbing\n * `publicDir` during the server build; files copied in after that point exist\n * on disk but are invisible to the runtime `serveStatic` handler. Every\n * /assets/* request then falls through to the SSR catch-all, which 404s\n * anything with a file extension.\n */\nexport async function runNitroBuildPipeline(\n opts: NitroBuildPipelineOptions,\n): Promise<void> {\n const { nitro, hooks, clientDir, publicOutputDir, appBasePath, cwd } = opts;\n const hasClientBuild = fs.existsSync(clientDir) && Boolean(publicOutputDir);\n\n if (hasClientBuild) {\n // Install hashed-asset route rules before Nitro prepares platform output.\n // Some presets materialize headers during prepare/copy phases, not only in\n // nitroBuild; adding these later leaves Netlify/Vercel static assets without\n // the one-year immutable CDN policy even though the runtime manifest works.\n nitro.options.routeRules ??= {};\n addImmutableAssetRouteRulesForClientBuild(\n nitro.options.routeRules,\n clientDir,\n appBasePath,\n );\n }\n\n await hooks.prepare(nitro);\n await hooks.copyPublicAssets(nitro);\n\n if (hasClientBuild && publicOutputDir) {\n copyDir(clientDir, publicOutputDir);\n if (appBasePath) {\n copyDir(clientDir, path.join(publicOutputDir, appBasePath.slice(1)));\n }\n console.log(\n `[deploy] Copied client assets to ${path.relative(cwd, publicOutputDir)}`,\n );\n }\n\n await hooks.nitroBuild(nitro);\n}\n\n/**\n * Browser-only diagram/drawing renderers that execute `window`-touching code at\n * module-evaluation time. They are rendered exclusively client-side — core's\n * `MermaidBlock` and templates' Excalidraw slides mount them inside `useEffect` /\n * `React.lazy`, never during SSR — so the server never needs the real module.\n *\n * Keep this list to libraries that are *provably never* invoked on the server.\n * Node-only deps that DO run server-side (pdf-parse, @google/genai, canvas, …)\n * must NOT go here — see `heavyClientExternals` for the edge-worker externals.\n */\nconst BROWSER_ONLY_SERVER_LIBS = [\n \"@excalidraw/excalidraw\",\n \"@excalidraw/mermaid-to-excalidraw\",\n \"mermaid\",\n];\n\n/**\n * Rolldown plugin for the Nitro server bundle that replaces the browser-only\n * renderers above with an inert proxy module.\n *\n * Why this is needed: Nitro re-bundles the server from node_modules with its own\n * Rolldown pipeline, and Rolldown merges Excalidraw into a SHARED vendor chunk\n * that the SSR render path (tiptap / radix-ui / recharts) imports *statically*.\n * That evaluates Excalidraw's top-level `window` access at function cold-start\n * and crashes every request with `ReferenceError: window is not defined` (HTTP\n * 502). The Vite SSR build already stubs these via `ssrStubPlugin` for\n * `build/server`, but that Vite plugin doesn't run during Nitro's separate\n * bundle — so mirror the same stub here.\n */\nfunction createBrowserOnlyServerStubPlugin() {\n const stubbed = new Set(BROWSER_ONLY_SERVER_LIBS);\n const STUB_ID = \"\\0agent-native-browser-only-server-stub\";\n return {\n name: \"agent-native-browser-only-server-stub\",\n // enforce: \"pre\" so we intercept before Nitro's node resolver bundles the\n // real package. defu concatenates rollupConfig.plugins ahead of Nitro's own.\n resolveId(id: string) {\n // Match the bare package name or any subpath (incl. `/index.css`).\n const pkg = id\n .split(\"/\")\n .slice(0, id.startsWith(\"@\") ? 2 : 1)\n .join(\"/\");\n return stubbed.has(pkg) ? STUB_ID : null;\n },\n load(id: string) {\n if (id !== STUB_ID) return null;\n // A Proxy answers any property access (default or named) with another\n // proxy, so every import shape resolves without evaluating real browser\n // code. It is never actually invoked on the server, so it never throws.\n return (\n \"const handler = { get(_t, p) {\" +\n \" if (p === Symbol.toPrimitive) return () => '';\" +\n \" if (p === 'then') return undefined;\" +\n \" if (p === '__esModule') return true;\" +\n \" return new Proxy(function () {}, handler); } };\" +\n \"const stub = new Proxy(function () {}, handler);\" +\n \"export default stub;\"\n );\n },\n };\n}\n\nasync function buildWithNitro() {\n console.log(`[deploy] Building for preset \"${preset}\" via Nitro...`);\n const appBasePath = normalizeConfiguredAppBasePath();\n\n // Nitro runs its own server build after the React Router/Vite build. The\n // template's agent-chat plugin imports .generated/actions-registry.ts so the\n // serverless bundle has static imports for every domain action. Regenerate\n // here as well so deploy builds are not coupled to a previous Vite run or to\n // ignored local .generated files being present.\n generateActionRegistryForProject(cwd);\n\n // Work around pnpm + nitro:externals (nf3) bug where dangling symlinks for\n // platform-specific optional deps cause realpath ENOENT during file tracing.\n createDanglingOptionalDepStubs();\n\n const {\n createNitro,\n prepare,\n copyPublicAssets,\n build: nitroBuild,\n } = await import(\"nitro/builder\");\n\n // Resolve the React Router server build so the SSR catch-all route\n // can import \"virtual:react-router/server-build\" in production.\n const rrServerBuild = path.join(cwd, \"build\", \"server\", \"index.js\");\n\n // Inline the template's AGENTS.md + .agents/skills/ content into the Nitro\n // bundle via the `virtual` config option. Nitro's internal `nitro:virtual`\n // Rollup plugin picks this up and resolves `virtual:agents-bundle` to the\n // generated ES module source. Without this, Nitro's Rolldown build (used for\n // netlify, vercel, aws-lambda, node presets) can't resolve the virtual\n // module that `server/agents-bundle.ts` imports — it silently falls through\n // to an empty bundle and the agent gets no instructions/skills at runtime.\n //\n // The Vite plugin at `vite/agents-bundle-plugin.ts` handles this for the\n // React Router client/server build (and cloudflare via esbuild rebundle),\n // but Nitro runs its OWN build from ./server/ without Vite, so it needs its\n // own virtual module registration. Both paths reuse `readAgentsBundleFromFs`\n // from `server/agents-bundle.ts` to guarantee identical content.\n const { readAgentsBundleFromFs } = await import(\"../server/agents-bundle.js\");\n // Resolve the workspace core (if present) up front so the bundle embeds\n // enterprise-wide AGENTS.md + skills alongside the template's.\n const nitroWorkspaceCore = await getWorkspaceCoreExports(cwd);\n const nitroWorkspaceSource = nitroWorkspaceCore\n ? {\n skillsDir: nitroWorkspaceCore.skillsDir,\n agentsMdPath: nitroWorkspaceCore.agentsMdPath,\n rootDir: nitroWorkspaceCore.packageDir,\n }\n : null;\n const agentsBundleModuleSource = () => {\n const bundle = readAgentsBundleFromFs(cwd, nitroWorkspaceSource);\n return `// AUTO-GENERATED by @agent-native/core deploy build (Nitro virtual)\n// Contains the inlined AGENTS.md + .agents/skills/ content from the template,\n// merged with the workspace core's AGENTS.md + skills/ when present.\nconst bundle = ${JSON.stringify(bundle)};\nexport default bundle;\n`;\n };\n\n // Path aliases used by templates (mirrors tsconfig + Vite config). Nitro\n // bundles server/ and actions/ with its own Rolldown pipeline that doesn't\n // see Vite's resolve.alias — so without this, action files that import\n // `@/foo` (= `app/foo`) end up with the literal `@/foo` specifier in the\n // serverless function output and crash at runtime with\n // \"Cannot find package '@/foo' imported from /var/task/main.mjs\".\n const appDir = path.join(cwd, \"app\");\n const sharedDir = path.join(cwd, \"shared\");\n const pathAliases: Record<string, string> = {};\n if (fs.existsSync(appDir)) pathAliases[\"@\"] = appDir;\n if (fs.existsSync(sharedDir)) pathAliases[\"@shared\"] = sharedDir;\n\n const providedPluginsNitroPlugin = await writeProvidedPluginsNitroPlugin();\n\n const nitro = await createNitro({\n rootDir: cwd,\n dev: false,\n preset,\n baseURL: appBasePath || \"/\",\n minify: true,\n serverDir: \"./server\",\n ignore: NITRO_RUNTIME_IGNORE_PATTERNS,\n alias: {\n ...pathAliases,\n ...(fs.existsSync(rrServerBuild)\n ? { \"virtual:react-router/server-build\": rrServerBuild }\n : {}),\n },\n virtual: {\n \"virtual:agents-bundle\": agentsBundleModuleSource,\n },\n // Replace browser-only renderers (Excalidraw/Mermaid) with an inert proxy in\n // the server bundle. Without this, Nitro's Rolldown build pulls the real\n // Excalidraw into a shared vendor chunk imported statically by the SSR render\n // path, and its top-level `window` access crashes the function at cold-start\n // (ReferenceError: window is not defined → every request 502s). Mirrors the\n // Vite `ssrStubPlugin`, which only covers the `build/server` step.\n rollupConfig: {\n plugins: [createBrowserOnlyServerStubPlugin()],\n },\n ...(providedPluginsNitroPlugin\n ? { plugins: [providedPluginsNitroPlugin] }\n : {}),\n routeRules: mcpEmbedStaticAssetRouteRules(appBasePath),\n // For edge presets (cloudflare, deno), bundle all deps — node_modules\n // aren't available at runtime. Netlify/Vercel/Node have node_modules.\n ...(preset.startsWith(\"cloudflare\") || preset.startsWith(\"deno\")\n ? { noExternals: true }\n : {}),\n } as any);\n\n await runNitroBuildPipeline({\n nitro,\n hooks: { prepare, copyPublicAssets, nitroBuild },\n clientDir: path.join(cwd, \"build\", \"client\"),\n publicOutputDir: nitro.options.output.publicDir,\n appBasePath,\n cwd,\n });\n\n if (preset === \"netlify\" || preset === \"vercel\" || preset === \"aws-lambda\") {\n copyInstalledLibsqlNativePackages(nitro.options.output.serverDir);\n copyInstalledResvgPackages(nitro.options.output.serverDir);\n copyInstalledFfmpegStaticPackage(nitro.options.output.serverDir);\n }\n\n // Durable background agent runs (default-ON; opt out with a falsy\n // AGENT_CHAT_DURABLE_BACKGROUND). Additive ONLY: emits a SECOND Netlify\n // function whose name ends in `-background` re-exporting the same handler\n // bundle, so the chat `_process-run` POST lands on Netlify's async (15-min)\n // function. When explicitly opted out this is a no-op and the single-function\n // deploy is byte-for-byte unchanged.\n if (preset === \"netlify\" && isDurableBackgroundDeployEnabled()) {\n try {\n emitSingleTemplateNetlifyBackgroundFunction(cwd);\n } catch (err) {\n console.warn(\n \"[build] Failed to emit durable-background Netlify function (non-fatal):\",\n err instanceof Error ? err.message : err,\n );\n }\n }\n\n // Resolve remaining bare npm imports by bundling them into _libs/.\n // Nitro sometimes leaves small packages as externals even with noExternals.\n if (preset.startsWith(\"cloudflare\") || preset.startsWith(\"deno\")) {\n const { execFileSync } = await import(\"child_process\");\n const { createRequire } = await import(\"module\");\n const esbuildBin = (() => {\n try {\n const _req = createRequire(cwd + \"/\");\n const pkg = path.dirname(_req.resolve(\"esbuild/package.json\"));\n const bin = path.join(pkg, \"bin\", \"esbuild\");\n if (fs.existsSync(bin)) return bin;\n } catch {}\n return \"esbuild\";\n })();\n\n // Scan all output files for bare npm imports\n const outputDir =\n nitro.options.output.serverDir || path.join(cwd, \"dist\", \"_worker.js\");\n const bareImports = new Set<string>();\n function scanForBareImports(dir: string) {\n if (!fs.existsSync(dir)) return;\n for (const entry of fs.readdirSync(dir, { withFileTypes: true })) {\n const p = path.join(dir, entry.name);\n if (entry.isDirectory()) {\n scanForBareImports(p);\n continue;\n }\n if (!entry.name.endsWith(\".mjs\") && !entry.name.endsWith(\".js\"))\n continue;\n const code = fs.readFileSync(p, \"utf-8\");\n const matches = code.matchAll(/from\\s*[\"']([a-z@][a-z0-9._\\-/]*)[\"']/g);\n for (const m of matches) {\n const mod = m[1];\n if (mod.startsWith(\"node:\")) continue;\n // Skip Node builtins that are available via nodejs_compat\n const builtins = new Set([\n \"fs\",\n \"path\",\n \"os\",\n \"crypto\",\n \"http\",\n \"https\",\n \"stream\",\n \"url\",\n \"util\",\n \"events\",\n \"buffer\",\n \"net\",\n \"tls\",\n \"assert\",\n \"timers\",\n \"child_process\",\n \"module\",\n \"process\",\n \"sqlite\",\n \"worker_threads\",\n \"querystring\",\n \"zlib\",\n \"vm\",\n \"string_decoder\",\n \"diagnostics_channel\",\n \"async_hooks\",\n \"perf_hooks\",\n \"inspector\",\n ]);\n if (builtins.has(mod)) continue;\n bareImports.add(mod);\n }\n }\n }\n scanForBareImports(outputDir);\n\n // For each bare import, try to bundle it as a standalone module\n if (bareImports.size > 0) {\n const libsDir = path.join(outputDir, \"_libs\");\n fs.mkdirSync(libsDir, { recursive: true });\n for (const mod of bareImports) {\n const outFile = path.join(libsDir, `${mod.replace(/[/@]/g, \"_\")}.mjs`);\n try {\n // Resolve the module — check workspace node_modules and pnpm store\n let resolvedMod = mod;\n const _require = createRequire(cwd + \"/\");\n try {\n const resolved = _require.resolve(mod);\n resolvedMod = resolved;\n } catch {\n // Try from workspace root\n try {\n const wsRequire = createRequire(\n path.resolve(cwd, \"../../package.json\"),\n );\n resolvedMod = wsRequire.resolve(mod);\n } catch {\n // Will fail at esbuild\n }\n }\n // Scan what named imports the consumer expects, then generate\n // explicit re-exports to handle CJS modules properly.\n const neededExports = new Set<string>();\n function findNeededExports(dir: string) {\n if (!fs.existsSync(dir)) return;\n for (const entry of fs.readdirSync(dir, { withFileTypes: true })) {\n const p = path.join(dir, entry.name);\n if (entry.isDirectory()) {\n findNeededExports(p);\n continue;\n }\n if (!entry.name.endsWith(\".mjs\") && !entry.name.endsWith(\".js\"))\n continue;\n const code = fs.readFileSync(p, \"utf-8\");\n // Match: import{foo as bar,baz}from\"<mod>\"\n const escaped = mod.replace(/[.*+?^${}()|[\\]\\\\]/g, \"\\\\$&\");\n const re = new RegExp(\n `import\\\\{([^}]+)\\\\}from[\"']${escaped}[\"']`,\n \"g\",\n );\n for (const m2 of code.matchAll(re)) {\n for (const part of m2[1].split(\",\")) {\n const name = part\n .trim()\n .split(/\\s+as\\s+/)[0]\n .trim();\n if (name && /^[a-zA-Z_$]/.test(name)) neededExports.add(name);\n }\n }\n }\n }\n findNeededExports(outputDir);\n\n const entryCode =\n neededExports.size > 0\n ? [\n `import _mod from \"${resolvedMod}\";`,\n `export default _mod;`,\n ...Array.from(neededExports).map(\n (n) =>\n `export const ${n} = _mod.${n} ?? _mod?.default?.${n};`,\n ),\n ].join(\"\\n\")\n : `export * from \"${resolvedMod}\"; export { default } from \"${resolvedMod}\";`;\n\n execFileSync(\n esbuildBin,\n [\n \"--bundle\",\n `--outfile=${outFile}`,\n \"--format=esm\",\n \"--platform=neutral\",\n \"--target=es2022\",\n \"--external:node:*\",\n ],\n {\n input: entryCode,\n cwd,\n stdio: [\"pipe\", \"pipe\", \"pipe\"],\n },\n );\n // Rewrite imports in all files to point to the bundled module\n function rewriteImports(dir: string) {\n if (!fs.existsSync(dir)) return;\n for (const entry of fs.readdirSync(dir, { withFileTypes: true })) {\n const p = path.join(dir, entry.name);\n if (entry.isDirectory()) {\n rewriteImports(p);\n continue;\n }\n if (!entry.name.endsWith(\".mjs\") && !entry.name.endsWith(\".js\"))\n continue;\n let code = fs.readFileSync(p, \"utf-8\");\n const relPath = path\n .relative(path.dirname(p), outFile)\n .replace(/\\\\/g, \"/\");\n const importPath = relPath.startsWith(\".\")\n ? relPath\n : \"./\" + relPath;\n const re = new RegExp(\n `from[\"']${mod.replace(/[.*+?^${}()|[\\]\\\\]/g, \"\\\\$&\")}[\"']`,\n \"g\",\n );\n if (re.test(code)) {\n code = code.replace(re, `from\"${importPath}\"`);\n fs.writeFileSync(p, code);\n }\n }\n }\n rewriteImports(outputDir);\n console.log(`[deploy] Bundled external: ${mod}`);\n } catch {\n console.warn(\n `[deploy] Could not bundle: ${mod} (may not be needed at runtime)`,\n );\n }\n }\n }\n }\n\n // Cloudflare-specific post-build patches\n if (preset.startsWith(\"cloudflare\")) {\n const serverDir2 = nitro.options.output.serverDir;\n const scanDirs = [serverDir2];\n if (serverDir2) {\n const chunksDir = path.join(serverDir2, \"_chunks\");\n const libsDir = path.join(serverDir2, \"_libs\");\n if (fs.existsSync(chunksDir)) scanDirs.push(chunksDir);\n if (fs.existsSync(libsDir)) scanDirs.push(libsDir);\n }\n\n for (const scanDir of scanDirs) {\n if (!scanDir || !fs.existsSync(scanDir)) continue;\n for (const file of fs.readdirSync(scanDir)) {\n if (!file.endsWith(\".mjs\") && !file.endsWith(\".js\")) continue;\n const filePath = path.join(scanDir, file);\n let code = fs.readFileSync(filePath, \"utf-8\");\n let changed = false;\n\n // 1. Rewrite bare Node.js imports to node: prefixed.\n // CF Workers requires the node: prefix for built-in modules.\n const NODE_BUILTINS = [\n \"fs\",\n \"path\",\n \"os\",\n \"crypto\",\n \"http\",\n \"https\",\n \"stream\",\n \"url\",\n \"util\",\n \"events\",\n \"buffer\",\n \"querystring\",\n \"zlib\",\n \"net\",\n \"tls\",\n \"assert\",\n \"timers\",\n \"child_process\",\n \"module\",\n \"process\",\n \"sqlite\",\n \"worker_threads\",\n \"string_decoder\",\n \"diagnostics_channel\",\n \"async_hooks\",\n \"perf_hooks\",\n \"inspector\",\n \"vm\",\n ];\n for (const mod of NODE_BUILTINS) {\n // Match: from\"fs\" or from \"fs\" (but not from\"node:fs\")\n const re = new RegExp(`from\\\\s*[\"']${mod}[\"']`, \"g\");\n if (re.test(code)) {\n code = code.replace(re, `from\"node:${mod}\"`);\n changed = true;\n }\n }\n\n // 2. Patch import.meta.url for createRequire().\n // React Router's server build uses createRequire(import.meta.url)\n // but import.meta.url is undefined on CF Workers.\n if (code.includes(\"import.meta.url\")) {\n code = code.replace(/import\\.meta\\.url/g, '\"file:///worker.mjs\"');\n changed = true;\n }\n\n // 3. Patch setInterval/setTimeout at global scope.\n // CF Workers disallows timers in global scope.\n if (code.includes(\"setInterval\") && !code.includes(\"__timer_shim__\")) {\n const shim =\n \"/* __timer_shim__ */\" +\n \"var __origSetInterval=globalThis.setInterval;\" +\n \"globalThis.setInterval=function(){return{unref(){},ref(){},close(){}}};\";\n const restore =\n \";(function(){if(typeof __origSetInterval!=='undefined')globalThis.setInterval=__origSetInterval})();\";\n code = shim + code + \"\\n\" + restore;\n changed = true;\n }\n\n if (changed) fs.writeFileSync(filePath, code);\n }\n }\n // 3. Create stub modules in _libs/ for native deps that Nitro's rolldown\n // bundler references but can't resolve on CF Workers, and rewrite\n // bare imports to point to the stub files.\n const libsDir2 = path.join(\n serverDir2 || path.join(cwd, \"dist\", \"_worker.js\"),\n \"_libs\",\n );\n if (fs.existsSync(libsDir2)) {\n const NATIVE_STUBS = [\"better-sqlite3\", \"node-pty\", \"cron-parser\"];\n for (const mod of NATIVE_STUBS) {\n const libFiles = fs\n .readdirSync(libsDir2)\n .filter((f) => f.endsWith(\".mjs\"));\n const referencingFiles: string[] = [];\n for (const f of libFiles) {\n const filePath = path.join(libsDir2, f);\n const content = fs.readFileSync(filePath, \"utf-8\");\n if (content.includes(`\"${mod}\"`) || content.includes(`'${mod}'`)) {\n referencingFiles.push(filePath);\n }\n }\n if (referencingFiles.length === 0) continue;\n\n // Create a stub _libs/<mod>.mjs that exports empty defaults\n const stubName = mod.replace(/[/@]/g, \"__\") + \".mjs\";\n const stubPath = path.join(libsDir2, stubName);\n if (!fs.existsSync(stubPath)) {\n fs.writeFileSync(\n stubPath,\n `export default {}; export const watch = () => ({ close() {} });\\n`,\n );\n console.log(`[deploy] Created stub for _libs/${stubName}`);\n }\n\n // Rewrite bare imports in _libs/ and _chunks/ to use the stub\n const escaped = mod.replace(/[.*+?^${}()|[\\]\\\\]/g, \"\\\\$&\");\n const importRe = new RegExp(`(from\\\\s*[\"'])${escaped}([\"'])`, \"g\");\n // Scan _libs/ files\n for (const filePath of referencingFiles) {\n let code = fs.readFileSync(filePath, \"utf-8\");\n if (importRe.test(code)) {\n code = code.replace(importRe, `$1./${stubName}$2`);\n fs.writeFileSync(filePath, code);\n console.log(\n `[deploy] Rewrote ${mod} imports in _libs/${path.basename(filePath)}`,\n );\n }\n }\n // Also scan _chunks/ files (they import native deps too)\n const chunksDir2 = path.join(\n serverDir2 || path.join(cwd, \"dist\", \"_worker.js\"),\n \"_chunks\",\n );\n if (fs.existsSync(chunksDir2)) {\n for (const f of fs\n .readdirSync(chunksDir2)\n .filter((f) => f.endsWith(\".mjs\") || f.endsWith(\".js\"))) {\n const filePath = path.join(chunksDir2, f);\n let code = fs.readFileSync(filePath, \"utf-8\");\n if (importRe.test(code)) {\n // From _chunks/, the stub is at ../_libs/<stubName>\n code = code.replace(importRe, `$1../_libs/${stubName}$2`);\n fs.writeFileSync(filePath, code);\n console.log(`[deploy] Rewrote ${mod} imports in _chunks/${f}`);\n }\n }\n }\n }\n }\n\n console.log(\n \"[deploy] Patched bare Node imports, timer calls, and route finder for CF Workers\",\n );\n }\n\n await nitro.close();\n console.log(`[deploy] Nitro build complete for preset \"${preset}\".`);\n}\n\nasync function main() {\n console.log(`[deploy] Building for ${preset}...`);\n\n switch (preset) {\n case \"cloudflare_pages\":\n case \"cloudflare-pages\":\n // Cloudflare Workers require a single-file bundle that wrangler can deploy.\n // Nitro's native presets produce split chunks that wrangler can't upload\n // as multi-module Workers. Use the custom esbuild-based bundler.\n await buildCloudflarePages();\n break;\n default:\n // All other presets (netlify, vercel, deno_deploy, aws-lambda, etc.)\n // are handled natively by Nitro's build API.\n await buildWithNitro();\n break;\n }\n}\n\nif (\n process.argv[1] &&\n path.resolve(process.argv[1]) === path.resolve(fileURLToPath(import.meta.url))\n) {\n await main();\n}\n"]}
1
+ {"version":3,"file":"build.js","sourceRoot":"","sources":["../../src/deploy/build.ts"],"names":[],"mappings":"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","sourcesContent":["#!/usr/bin/env node\n\n/**\n * Post-build step for deploying agent-native apps to edge/serverless targets.\n *\n * When NITRO_PRESET is set, this script:\n * 1. Takes the React Router build output (build/client/ + build/server/)\n * 2. Generates a platform-specific server entry point\n * 3. Bundles everything with esbuild into the target format\n *\n * Supported presets:\n * - cloudflare_pages: Outputs dist/ with _worker.js for Cloudflare Pages\n *\n * Usage: node deploy/build.js (called automatically by `agent-native build`)\n */\n\nimport path from \"path\";\nimport fs from \"fs\";\nimport { execFileSync } from \"child_process\";\nimport { createRequire } from \"module\";\nimport { fileURLToPath } from \"url\";\nimport {\n discoverApiRoutes,\n discoverPlugins,\n discoverActionFiles,\n getMissingDefaultPlugins,\n DEFAULT_PLUGIN_REGISTRY,\n type DiscoveredRoute,\n type DiscoveredAction,\n} from \"./route-discovery.js\";\nimport {\n getWorkspaceCoreExports,\n type WorkspaceCoreExports,\n} from \"./workspace-core.js\";\nimport { generateActionRegistryForProject } from \"../vite/action-types-plugin.js\";\nimport { mcpEmbedStaticAssetRouteRules } from \"../shared/mcp-embed-headers.js\";\nimport {\n AGENT_BACKGROUND_FUNCTION_NAME,\n AGENT_CHAT_PROCESS_RUN_PATH,\n} from \"../agent/durable-background.js\";\nimport {\n AGENT_NATIVE_SOCIAL_IMAGE_ALT,\n AGENT_NATIVE_SOCIAL_IMAGE_CACHE_BUSTER,\n AGENT_NATIVE_SOCIAL_IMAGE_HEIGHT,\n AGENT_NATIVE_SOCIAL_IMAGE_PATH,\n AGENT_NATIVE_SOCIAL_IMAGE_TYPE,\n AGENT_NATIVE_SOCIAL_IMAGE_WIDTH,\n} from \"../shared/social-meta.js\";\nimport {\n DEFAULT_SSR_CDN_CACHE_CONTROL,\n DEFAULT_SSR_NETLIFY_CDN_CACHE_CONTROL,\n DEFAULT_SPECULATION_RULES_PATH,\n DEFAULT_SSR_CACHE_CONTROL,\n} from \"../shared/cache-control.js\";\nimport {\n collectImmutableAssetPaths,\n IMMUTABLE_ASSET_CACHE_CONTROL,\n IMMUTABLE_ASSET_CACHE_HEADERS,\n prefixAssetPath,\n} from \"./immutable-assets.js\";\nimport { normalizeAppBasePath } from \"../server/app-base-path.js\";\n\nconst cwd = process.cwd();\nconst preset = process.env.NITRO_PRESET || \"node\";\nexport const NITRO_RUNTIME_IGNORE_PATTERNS = [\n \"**/*.spec.ts\",\n \"**/*.spec.tsx\",\n \"**/*.spec.mts\",\n \"**/*.spec.cts\",\n \"**/*.spec.js\",\n \"**/*.spec.jsx\",\n \"**/*.spec.mjs\",\n \"**/*.spec.cjs\",\n \"**/*.test.ts\",\n \"**/*.test.tsx\",\n \"**/*.test.mts\",\n \"**/*.test.cts\",\n \"**/*.test.js\",\n \"**/*.test.jsx\",\n \"**/*.test.mjs\",\n \"**/*.test.cjs\",\n];\n\nfunction normalizeConfiguredAppBasePath(): string {\n return normalizeAppBasePath(\n process.env.VITE_APP_BASE_PATH || process.env.APP_BASE_PATH,\n );\n}\n\n/** Plugins that require Node.js runtime and cannot run on edge/serverless */\nconst NODE_ONLY_PLUGINS = new Set([\n \"terminal\", // PTY requires child_process\n // @sentry/node ships node:fs / node:async_hooks bindings that don't load\n // on workerd / Cloudflare Workers. Templates running on edge presets can\n // mount their own edge-compatible Sentry wrapper if they want server\n // observability there; the framework default is the Node SDK.\n \"sentry\",\n]);\n\nfunction isNodeOnlyPlugin(filePath: string): boolean {\n const basename = path.basename(filePath, path.extname(filePath));\n return NODE_ONLY_PLUGINS.has(basename);\n}\n\nexport function generateProvidedPluginsNitroPluginSource(\n pluginStems: string[],\n): string {\n const stems = [...new Set(pluginStems.filter(Boolean))].sort();\n return `// AUTO-GENERATED by @agent-native/core deploy build\nimport { markDefaultPluginProvided } from \"@agent-native/core/server\";\n\nconst pluginStems = ${JSON.stringify(stems)};\n\nexport default function markBuildDiscoveredPlugins(nitroApp) {\n for (const stem of pluginStems) {\n markDefaultPluginProvided(nitroApp, stem);\n }\n}\n`;\n}\n\nasync function writeProvidedPluginsNitroPlugin(): Promise<string | null> {\n const plugins = await discoverPlugins(cwd);\n const stems = plugins.map((plugin) =>\n path.basename(plugin, path.extname(plugin)),\n );\n if (stems.length === 0) return null;\n\n const tmpDir = path.join(cwd, \".deploy-tmp\");\n fs.mkdirSync(tmpDir, { recursive: true });\n const pluginPath = path.join(tmpDir, \"agent-native-provided-plugins.mjs\");\n fs.writeFileSync(pluginPath, generateProvidedPluginsNitroPluginSource(stems));\n return pluginPath;\n}\n\ntype RouteRules = Record<string, { headers?: Record<string, string> }>;\n\nfunction addImmutableAssetRouteRule(\n routeRules: RouteRules,\n pathname: string,\n): void {\n const existing = routeRules[pathname] ?? {};\n routeRules[pathname] = {\n ...existing,\n headers: {\n ...(existing.headers ?? {}),\n ...IMMUTABLE_ASSET_CACHE_HEADERS,\n },\n };\n}\n\nexport function addImmutableAssetRouteRulesForClientBuild(\n routeRules: RouteRules,\n clientDir: string,\n appBasePath = \"\",\n): void {\n for (const assetPath of collectImmutableAssetPaths(clientDir)) {\n addImmutableAssetRouteRule(routeRules, assetPath);\n const mountedPath = prefixAssetPath(assetPath, appBasePath);\n if (mountedPath !== assetPath) {\n addImmutableAssetRouteRule(routeRules, mountedPath);\n }\n }\n}\n\n/**\n * Generate the worker entry source code that wires up H3 + React Router SSR.\n *\n * If a workspace core is present (monorepo with `agent-native.workspaceCore`\n * configured and the named package resolves), any plugin slot that the\n * workspace core exports is imported from there instead of from\n * `@agent-native/core/server`. This is the middle layer of the three-layer\n * inheritance model: app local > workspace core > framework default.\n */\nexport function generateWorkerEntry(\n routes: DiscoveredRoute[],\n pluginPaths: string[],\n defaultPluginStems: string[] = [],\n actions: DiscoveredAction[] = [],\n workspaceCore: WorkspaceCoreExports | null = null,\n immutableAssetPaths: string[] = [],\n builtAppBasePath = normalizeConfiguredAppBasePath(),\n): string {\n const routeImports: string[] = [];\n const routeRegistrations: string[] = [];\n\n for (let i = 0; i < routes.length; i++) {\n const r = routes[i];\n const varName = `route_${i}`;\n routeImports.push(`import ${varName} from ${JSON.stringify(r.absPath)};`);\n routeRegistrations.push(\n ` app.on(${JSON.stringify(r.method.toUpperCase())}, ${JSON.stringify(r.route)}, ${varName});`,\n );\n if (r.method.toLowerCase() === \"get\") {\n routeRegistrations.push(\n ` app.on(\"HEAD\", ${JSON.stringify(r.route)}, defineEventHandler(async (event) => {\n const originalReq = event.req;\n event.req = requestWithMethod(event.req, \"GET\");\n try {\n const result = await ${varName}(event);\n const response = result instanceof Response ? result : toResponse(result, event);\n return new Response(null, {\n status: response.status,\n statusText: response.statusText,\n headers: response.headers,\n });\n } finally {\n event.req = originalReq;\n }\n }));`,\n );\n }\n }\n\n // Action route imports and registrations\n const actionImports: string[] = [];\n const actionRegistrations: string[] = [];\n for (let i = 0; i < actions.length; i++) {\n const a = actions[i];\n const varName = `action_${i}`;\n actionImports.push(`import ${varName} from ${JSON.stringify(a.absPath)};`);\n // Mirror the runtime mount (action-routes.ts): `path = http?.path ?? name`.\n const routePath = `/_agent-native/actions/${a.path ?? a.name}`;\n actionRegistrations.push(\n ` app.on(${JSON.stringify(a.method.toUpperCase())}, ${JSON.stringify(routePath)}, defineEventHandler(async (event) => {\n const params = ${a.method === \"get\" ? \"parseActionSearchParams(event.url.searchParams)\" : \"(await readBody(event)) ?? {}\"};\n try {\n const result = await ${varName}.run(params, { caller: \"http\" });\n if (typeof result === \"string\") { try { return JSON.parse(result); } catch { return result; } }\n return result;\n } catch (err) {\n return new Response(JSON.stringify({ error: err?.message || \"Action failed\" }), { status: err?.message?.startsWith(\"Invalid action parameters\") ? 400 : 500, headers: { \"Content-Type\": \"application/json\" } });\n }\n }));`,\n );\n }\n\n // Filter out Node-only plugins\n const edgePlugins = pluginPaths.filter((p) => !isNodeOnlyPlugin(p));\n const pluginImports: string[] = [];\n const pluginCalls: string[] = [];\n const providedPluginStems = new Set<string>();\n\n for (let i = 0; i < edgePlugins.length; i++) {\n const varName = `plugin_${i}`;\n providedPluginStems.add(\n path.basename(edgePlugins[i], path.extname(edgePlugins[i])),\n );\n pluginImports.push(\n `import ${varName} from ${JSON.stringify(edgePlugins[i])};`,\n );\n pluginCalls.push(` if (typeof ${varName} === \"function\") {\n await ${varName}(nitroApp);\n }`);\n }\n // Auto-mounted default plugins (for slots the template doesn't override\n // locally). For each slot, prefer a workspace-core export over the\n // @agent-native/core default, if the workspace core provides one.\n const edgeDefaultStems = defaultPluginStems.filter(\n (stem) => !NODE_ONLY_PLUGINS.has(stem),\n );\n for (let i = 0; i < edgeDefaultStems.length; i++) {\n const stem = edgeDefaultStems[i];\n providedPluginStems.add(stem);\n const varName = `defaultPlugin_${i}`;\n\n const workspaceExportName = workspaceCore?.plugins?.[stem as never];\n if (workspaceCore && workspaceExportName) {\n // Workspace-core layer wins over the framework default.\n pluginImports.push(\n `import { ${workspaceExportName} as ${varName} } from ${JSON.stringify(\n `${workspaceCore.packageName}/server`,\n )};`,\n );\n } else {\n // Fall back to the framework default from @agent-native/core.\n const defaultExportName = DEFAULT_PLUGIN_REGISTRY[stem];\n if (!defaultExportName) continue;\n pluginImports.push(\n `import { ${defaultExportName} as ${varName} } from \"@agent-native/core/server\";`,\n );\n }\n pluginCalls.push(` if (typeof ${varName} === \"function\") {\n await ${varName}(nitroApp);\n }`);\n }\n const generatedPluginMarks =\n providedPluginStems.size > 0\n ? [\n ...new Set([\n ...Object.keys(DEFAULT_PLUGIN_REGISTRY),\n ...providedPluginStems,\n ]),\n ]\n : [];\n if (generatedPluginMarks.length > 0) {\n pluginImports.unshift(\n `import { markDefaultPluginProvided as markGeneratedPluginProvided } from \"@agent-native/core/server\";`,\n );\n }\n\n return `\n// Auto-generated worker entry point for ${preset}\nimport { H3, defineEventHandler, readBody, toResponse } from \"h3\";\nimport { createRequestHandler } from \"react-router\";\nimport * as serverBuild from \"./server-build.js\";\n\nfunction normalizeAppBasePath(value) {\n if (!value || value === \"/\") return \"\";\n const trimmed = String(value).trim();\n if (!trimmed || trimmed === \"/\") return \"\";\n return \"/\" + trimmed.replace(/^\\\\/+/, \"\").replace(/\\\\/+$/, \"\");\n}\n\nfunction getAppBasePath() {\n const builtAppBasePath = ${JSON.stringify(builtAppBasePath)};\n return normalizeAppBasePath(\n globalThis.process?.env?.VITE_APP_BASE_PATH ||\n globalThis.process?.env?.APP_BASE_PATH ||\n builtAppBasePath,\n );\n}\n\nfunction stripAppBasePath(pathname) {\n const basePath = getAppBasePath();\n if (!basePath) return pathname;\n if (pathname === basePath) return \"/\";\n if (pathname.startsWith(basePath + \"/\")) {\n return pathname.slice(basePath.length) || \"/\";\n }\n return pathname;\n}\n\nfunction parseActionSearchParams(searchParams) {\n const params = {};\n for (const [rawKey, value] of searchParams.entries()) {\n const isArrayKey = rawKey.endsWith(\"[]\");\n // The core client serializes arrays as key[]=value so one-item arrays\n // survive GET action parsing in generated worker deployments.\n const key = isArrayKey ? rawKey.slice(0, -2) : rawKey;\n const current = params[key];\n if (current === undefined) {\n params[key] = isArrayKey ? [value] : value;\n } else if (Array.isArray(current)) {\n current.push(value);\n } else {\n params[key] = [current, value];\n }\n }\n return params;\n}\n\nfunction isApiPath(pathname) {\n return pathname === \"/api\" || pathname.startsWith(\"/api/\");\n}\n\nfunction isFrameworkPath(pathname) {\n return (\n pathname === \"/_agent-native\" || pathname.startsWith(\"/_agent-native/\")\n );\n}\n\nfunction requestWithMountedApiPrefixStripped(request) {\n const basePath = getAppBasePath();\n if (!basePath) return request;\n const url = new URL(request.url);\n const strippedPathname = stripAppBasePath(url.pathname);\n if (strippedPathname === url.pathname) {\n return request;\n }\n if (!isApiPath(strippedPathname) && !isFrameworkPath(strippedPathname)) {\n return request;\n }\n url.pathname = strippedPathname;\n return new Request(url, request);\n}\n\nfunction prefixMountedPath(path, basePath) {\n if (!basePath || !path.startsWith(\"/\") || path.startsWith(\"//\")) return path;\n if (path === basePath || path.startsWith(basePath + \"/\")) return path;\n return basePath + path;\n}\n\nfunction prefixMountedHtml(html, basePath) {\n if (!basePath) return html;\n return html\n .replace(\n /\\\\b(href|src|action|formaction|poster)=([\"'])(\\\\/(?!\\\\/)[^\"']*)\\\\2/g,\n (_match, attr, quote, path) =>\n attr + \"=\" + quote + prefixMountedPath(path, basePath) + quote,\n )\n .replace(/url\\\\(([\"']?)(\\\\/(?!\\\\/)[^)'\" ]+)\\\\1\\\\)/g, (_match, quote, path) => {\n const q = quote || \"\";\n return \"url(\" + q + prefixMountedPath(path, basePath) + q + \")\";\n });\n}\n\nfunction firstNonEmpty() {\n for (const value of arguments) {\n const trimmed = typeof value === \"string\" ? value.trim() : \"\";\n if (trimmed) return trimmed;\n }\n}\n\nfunction getSentryClientConfigScript() {\n const env = globalThis.process?.env || {};\n const key = firstNonEmpty(env.SENTRY_CLIENT_KEY, env.VITE_SENTRY_CLIENT_KEY);\n const projectId = firstNonEmpty(\n env.SENTRY_PROJECT_ID,\n env.VITE_SENTRY_PROJECT_ID,\n );\n const host = firstNonEmpty(\n env.SENTRY_INGEST_HOST,\n env.VITE_SENTRY_INGEST_HOST,\n );\n const dsn =\n firstNonEmpty(\n env.SENTRY_CLIENT_DSN,\n env.VITE_SENTRY_CLIENT_DSN,\n env.VITE_SENTRY_DSN,\n env.SENTRY_DSN,\n ) || (key && projectId && host ? \"https://\" + key + \"@\" + host + \"/\" + projectId : undefined);\n if (!dsn) return null;\n const config = {\n sentryDsn: dsn,\n sentryEnvironment:\n firstNonEmpty(\n env.SENTRY_ENVIRONMENT,\n env.NETLIFY_CONTEXT,\n env.VERCEL_ENV,\n env.NODE_ENV,\n ) || \"production\",\n };\n return (\n '<script data-agent-native-sentry-config>' +\n 'window.__AGENT_NATIVE_CONFIG__=Object.assign({},window.__AGENT_NATIVE_CONFIG__,' +\n JSON.stringify(config) +\n \");</script>\"\n );\n}\n\nfunction injectHeadScript(html, script) {\n if (!script) return html;\n const headCloseIdx = html.indexOf(\"</head>\");\n if (headCloseIdx === -1) return html;\n return html.slice(0, headCloseIdx) + script + html.slice(headCloseIdx);\n}\n\nconst DEFAULT_SSR_CACHE_CONTROL = ${JSON.stringify(DEFAULT_SSR_CACHE_CONTROL)};\nconst DEFAULT_SSR_CDN_CACHE_CONTROL = ${JSON.stringify(DEFAULT_SSR_CDN_CACHE_CONTROL)};\nconst DEFAULT_SSR_NETLIFY_CDN_CACHE_CONTROL = ${JSON.stringify(DEFAULT_SSR_NETLIFY_CDN_CACHE_CONTROL)};\nconst DEFAULT_SPECULATION_RULES_PATH = ${JSON.stringify(DEFAULT_SPECULATION_RULES_PATH)};\nconst IMMUTABLE_ASSET_CACHE_CONTROL = ${JSON.stringify(IMMUTABLE_ASSET_CACHE_CONTROL)};\nconst IMMUTABLE_ASSET_PATHS = new Set(${JSON.stringify(\n [...new Set(immutableAssetPaths)].sort(),\n )});\nconst AGENT_NATIVE_SOCIAL_IMAGE_PATH = ${JSON.stringify(\n AGENT_NATIVE_SOCIAL_IMAGE_PATH,\n )};\nconst AGENT_NATIVE_SOCIAL_IMAGE_CACHE_BUSTER = ${JSON.stringify(\n AGENT_NATIVE_SOCIAL_IMAGE_CACHE_BUSTER,\n )};\nconst AGENT_NATIVE_SOCIAL_IMAGE_ALT = ${JSON.stringify(\n AGENT_NATIVE_SOCIAL_IMAGE_ALT,\n )};\nconst AGENT_NATIVE_SOCIAL_IMAGE_TYPE = ${JSON.stringify(\n AGENT_NATIVE_SOCIAL_IMAGE_TYPE,\n )};\nconst AGENT_NATIVE_SOCIAL_IMAGE_WIDTH = ${JSON.stringify(\n AGENT_NATIVE_SOCIAL_IMAGE_WIDTH,\n )};\nconst AGENT_NATIVE_SOCIAL_IMAGE_HEIGHT = ${JSON.stringify(\n AGENT_NATIVE_SOCIAL_IMAGE_HEIGHT,\n )};\nconst OG_IMAGE_META_RE = /<meta\\\\b(?=[^>]*\\\\bproperty=([\"'])og:image\\\\1)[^>]*>/i;\nconst TWITTER_CARD_META_RE = /<meta\\\\b(?=[^>]*\\\\bname=([\"'])twitter:card\\\\1)[^>]*>/i;\nconst TWITTER_IMAGE_META_RE = /<meta\\\\b(?=[^>]*\\\\bname=([\"'])twitter:image\\\\1)[^>]*>/i;\n\nfunction withAgentNativeSocialImageCacheBuster(image) {\n const separator = image.includes(\"?\") ? \"&\" : \"?\";\n return image + separator + \"v=\" + encodeURIComponent(AGENT_NATIVE_SOCIAL_IMAGE_CACHE_BUSTER);\n}\n\nfunction defaultSocialImageUrl(request, basePath) {\n return withAgentNativeSocialImageCacheBuster(\n new URL(prefixMountedPath(AGENT_NATIVE_SOCIAL_IMAGE_PATH, basePath), request.url).toString()\n );\n}\n\nfunction injectDefaultSocialImageMeta(html, imageUrl) {\n const headCloseIdx = html.indexOf(\"</head>\");\n if (headCloseIdx === -1) return html;\n\n const hasAnySocialImage =\n OG_IMAGE_META_RE.test(html) || TWITTER_IMAGE_META_RE.test(html);\n const tags = [];\n\n if (!hasAnySocialImage) {\n tags.push('<meta property=\"og:image\" content=\"' + imageUrl + '\">');\n tags.push('<meta property=\"og:image:secure_url\" content=\"' + imageUrl + '\">');\n tags.push('<meta property=\"og:image:type\" content=\"' + AGENT_NATIVE_SOCIAL_IMAGE_TYPE + '\">');\n tags.push('<meta property=\"og:image:width\" content=\"' + AGENT_NATIVE_SOCIAL_IMAGE_WIDTH + '\">');\n tags.push('<meta property=\"og:image:height\" content=\"' + AGENT_NATIVE_SOCIAL_IMAGE_HEIGHT + '\">');\n tags.push('<meta property=\"og:image:alt\" content=\"' + AGENT_NATIVE_SOCIAL_IMAGE_ALT + '\">');\n }\n if (!TWITTER_CARD_META_RE.test(html)) {\n tags.push('<meta name=\"twitter:card\" content=\"summary_large_image\">');\n }\n if (!hasAnySocialImage) {\n tags.push('<meta name=\"twitter:image\" content=\"' + imageUrl + '\">');\n tags.push('<meta name=\"twitter:image:alt\" content=\"' + AGENT_NATIVE_SOCIAL_IMAGE_ALT + '\">');\n }\n\n if (tags.length === 0) return html;\n return html.slice(0, headCloseIdx) + tags.join(\"\") + html.slice(headCloseIdx);\n}\n\nfunction isSsrHtmlOrDataResponse(headers, status, pathname) {\n if (status < 200 || status >= 400) return false;\n const contentType = (headers.get(\"content-type\") || \"\").toLowerCase();\n if (contentType.includes(\"text/html\")) return true;\n return pathname.endsWith(\".data\") && contentType.includes(\"text/x-script\");\n}\n\n/**\n * Apply the SSR cache policy to the response headers.\n *\n * SSR IS A PUBLIC, HARD-CDN-CACHED SHELL — SERVED IDENTICALLY TO EVERYONE.\n * Every SSR HTML / React Router .data response gets the same public\n * stale-while-revalidate policy for ALL visitors, authenticated or not. The SSR\n * output is impersonal (the handler never reads the request's session/cookies),\n * so it is safe to hard-cache one shared copy at the edge. Do NOT reintroduce\n * per-user / cookie-based cache variation here (no private, no no-store, no\n * \"authenticated then don't cache\" branch) — that makes every logged-in\n * visitor's pages uncacheable. Per-user state is resolved client-side instead.\n */\nfunction applyDefaultSsrCacheHeader(headers, status, pathname) {\n if (!isSsrHtmlOrDataResponse(headers, status, pathname)) return;\n\n headers.set(\"cache-control\", DEFAULT_SSR_CACHE_CONTROL);\n headers.set(\"cdn-cache-control\", DEFAULT_SSR_CDN_CACHE_CONTROL);\n // Netlify function responses are dynamic by default and can otherwise show\n // Cache-Status fwd=bypass even with Cache-Control: public. Keep this\n // Netlify-specific header so SSR HTML/.data are served from the shared\n // durable CDN cache instead of stampeding origin — for every visitor.\n headers.set(\"netlify-cdn-cache-control\", DEFAULT_SSR_NETLIFY_CDN_CACHE_CONTROL);\n}\n\nfunction applyDefaultSpeculationRulesHeader(headers, status, basePath) {\n if (status < 200 || status >= 400) return;\n if (headers.has(\"speculation-rules\")) return;\n\n const contentType = (headers.get(\"content-type\") || \"\").toLowerCase();\n if (!contentType.includes(\"text/html\")) return;\n\n // Cloudflare Speed Brain injects Speculation-Rules when origin omits this\n // header. Those browser prefetches carry Sec-Purpose: prefetch and\n // Cloudflare can return 503 before the request reaches origin. Publish an\n // explicit no-op ruleset by default; apps can still provide their own header.\n headers.set(\"speculation-rules\", '\"' + prefixMountedPath(DEFAULT_SPECULATION_RULES_PATH, basePath) + '\"');\n}\nfunction isImmutableAssetRequest(request) {\n const pathname = stripAppBasePath(new URL(request.url).pathname);\n return IMMUTABLE_ASSET_PATHS.has(pathname);\n}\n\nfunction applyImmutableAssetCacheHeaders(response, request) {\n if (!isImmutableAssetRequest(request)) return response;\n if (!((response.status >= 200 && response.status < 300) || response.status === 304)) {\n return response;\n }\n const headers = new Headers(response.headers);\n headers.set(\"Cache-Control\", IMMUTABLE_ASSET_CACHE_CONTROL);\n headers.set(\"CDN-Cache-Control\", IMMUTABLE_ASSET_CACHE_CONTROL);\n headers.set(\"Netlify-CDN-Cache-Control\", IMMUTABLE_ASSET_CACHE_CONTROL);\n return new Response(response.body, {\n status: response.status,\n statusText: response.statusText,\n headers,\n });\n}\n\nasync function rewriteMountedResponse(response, basePath, pathname, request) {\n const sentryClientConfigScript = getSentryClientConfigScript();\n const headers = new Headers(response.headers);\n applyDefaultSsrCacheHeader(headers, response.status, pathname);\n applyDefaultSpeculationRulesHeader(headers, response.status, basePath);\n\n const location = headers.get(\"location\");\n if (location?.startsWith(\"/\") && !location.startsWith(\"//\")) {\n headers.set(\"location\", prefixMountedPath(location, basePath));\n }\n\n const contentType = headers.get(\"content-type\") || \"\";\n if (!contentType.toLowerCase().includes(\"text/html\") || !response.body) {\n return new Response(response.body, {\n status: response.status,\n statusText: response.statusText,\n headers,\n });\n }\n\n const html = await response.text();\n headers.delete(\"content-length\");\n return new Response(\n injectHeadScript(\n injectDefaultSocialImageMeta(\n prefixMountedHtml(html, basePath),\n defaultSocialImageUrl(request, basePath),\n ),\n sentryClientConfigScript,\n ),\n {\n status: response.status,\n statusText: response.statusText,\n headers,\n },\n );\n}\n\nfunction requestWithMethod(request, method) {\n return new Request(request.url, {\n method,\n headers: request.headers,\n signal: request.signal,\n });\n}\n\nfunction requestWithPathname(request, pathname) {\n const url = new URL(request.url);\n if (url.pathname === pathname) return request;\n url.pathname = pathname;\n return new Request(url, request);\n}\n\n// API route handlers\n${routeImports.join(\"\\n\")}\n\n// Action handlers (auto-discovered from actions/)\n${actionImports.join(\"\\n\")}\n\n// Server plugins\n${pluginImports.join(\"\\n\")}\n\nlet _handler;\n\nasync function getHandler() {\n if (_handler) return _handler;\n\n const app = new H3();\n\n // Build a fake nitroApp surface so framework plugins (which expect\n // \\`nitroApp.h3[\"~middleware\"]\\`) can register routes via getH3App().\n const noop = () => {};\n const nitroApp = {\n h3: app,\n hooks: { hook: noop, callHook: noop, hookOnce: noop },\n captureError: noop,\n };\n\n // CORS — applied as global middleware via .use(handler)\n app.use(defineEventHandler((event) => {\n if (event.req.method === \"OPTIONS\") {\n return new Response(null, {\n status: 204,\n headers: {\n \"Access-Control-Allow-Origin\": \"*\",\n \"Access-Control-Allow-Methods\": \"GET,HEAD,POST,PUT,PATCH,DELETE,OPTIONS\",\n \"Access-Control-Allow-Headers\": \"Content-Type,Authorization,X-Requested-With,X-Request-Source,X-Agent-Native-CSRF,X-Agent-Native-Embed-Target\",\n },\n });\n }\n }));\n\n // Run plugins — they call getH3App(nitroApp).use(path, handler) which\n // pushes path-prefix middleware onto app[\"~middleware\"].\n // Pre-mark every build-time plugin slot before any plugin awaits the runtime\n // default bootstrap. Bundled serverless workers often lack server/plugins/\n // on disk, so runtime discovery would otherwise auto-mount duplicate\n // framework defaults before later custom plugins get a chance to mark\n // themselves as provided.\n${generatedPluginMarks.map((stem) => ` markGeneratedPluginProvided(nitroApp, ${JSON.stringify(stem)});`).join(\"\\n\")}\n${pluginCalls.join(\"\\n\")}\n\n // Register API routes\n${routeRegistrations.join(\"\\n\")}\n\n // Register action routes (/_agent-native/actions/*)\n${actionRegistrations.join(\"\\n\")}\n\n // SSR catch-all for React Router\n const rrHandler = createRequestHandler(() => serverBuild);\n app.all(\"/**\", defineEventHandler(async (event) => {\n const basePath = getAppBasePath();\n const p = stripAppBasePath(new URL(event.req.url).pathname);\n if (\n p.startsWith(\"/.well-known/\") ||\n p.startsWith(\"/_agent-native/\") ||\n isApiPath(p) ||\n p === \"/favicon.ico\" ||\n p === \"/favicon.png\" ||\n (/\\\\.\\\\w+$/.test(p) && !p.endsWith(\".data\"))\n ) {\n return new Response(null, { status: 404 });\n }\n const request = requestWithPathname(event.req, p);\n if (event.req.method === \"HEAD\") {\n const getRequest = requestWithMethod(request, \"GET\");\n const response = await rrHandler(getRequest);\n return rewriteMountedResponse(\n new Response(null, {\n status: response.status,\n statusText: response.statusText,\n headers: response.headers,\n }),\n basePath,\n p,\n getRequest\n );\n }\n return rewriteMountedResponse(await rrHandler(request), basePath, p, request);\n }));\n\n _handler = app.fetch.bind(app);\n return _handler;\n}\n\nexport default {\n async fetch(request, env, ctx) {\n // Expose env and ctx bindings globally for compatibility\n if (ctx) globalThis.__cf_ctx = ctx;\n if (env) {\n globalThis.process = globalThis.process || { env: {} };\n globalThis.process.env = globalThis.process.env || {};\n // Expose D1/KV/R2 bindings on globalThis.__cf_env for the db layer\n globalThis.__cf_env = env;\n for (const [key, value] of Object.entries(env)) {\n if (typeof value === \"string\") {\n globalThis.process.env[key] = value;\n }\n }\n }\n\n // Try serving static assets first (CF Pages advanced mode).\n // Only attempt this for GET/HEAD — the ASSETS binding is a static file\n // server and returns 405 for any other method, which would short-circuit\n // API calls (PUT/POST/DELETE to /_agent-native/*) before they reach our\n // h3 middleware.\n if (env?.ASSETS && (request.method === \"GET\" || request.method === \"HEAD\")) {\n try {\n const assetResponse = await env.ASSETS.fetch(request);\n if (assetResponse.status !== 404) {\n return applyImmutableAssetCacheHeaders(assetResponse, request);\n }\n } catch {\n // Asset fetch failed — fall through to SSR\n }\n }\n\n const handler = await getHandler();\n return handler(requestWithMountedApiPrefixStripped(request));\n }\n};\n`;\n}\n\n/**\n * Build for Cloudflare Pages.\n * Output structure:\n * dist/\n * _worker.js (bundled worker entry)\n * assets/ (static client assets)\n */\nasync function buildCloudflarePages() {\n generateActionRegistryForProject(cwd);\n\n const buildDir = path.join(cwd, \"build\");\n const clientDir = path.join(buildDir, \"client\");\n const serverDir = path.join(buildDir, \"server\");\n const distDir = path.join(cwd, \"dist\");\n\n // Verify build output exists\n if (!fs.existsSync(clientDir) || !fs.existsSync(serverDir)) {\n console.error(\n \"Build output not found at build/client/ and build/server/. Run react-router build first.\",\n );\n process.exit(1);\n }\n\n // Clean dist\n if (fs.existsSync(distDir)) {\n fs.rmSync(distDir, { recursive: true });\n }\n fs.mkdirSync(distDir, { recursive: true });\n\n // Copy client assets to dist/\n copyDir(clientDir, distDir);\n\n // Exclude _worker.js from being served as a public asset\n fs.writeFileSync(path.join(distDir, \".assetsignore\"), \"_worker.js\\n\");\n\n // Write a package.json inside _worker.js/ to tell wrangler this is a\n // pre-bundled ES module worker — skip re-bundling our esbuild output.\n fs.mkdirSync(path.join(distDir, \"_worker.js\"), { recursive: true });\n fs.writeFileSync(\n path.join(distDir, \"_worker.js\", \"package.json\"),\n JSON.stringify({ main: \"index.js\", type: \"module\" }),\n );\n\n // Create empty stub for native modules that wrangler's bundler needs to resolve\n const stubsDir = path.join(distDir, \"_worker.js\", \"stubs\");\n fs.mkdirSync(stubsDir, { recursive: true });\n fs.writeFileSync(\n path.join(stubsDir, \"empty.js\"),\n \"export default {}; export const watch = () => ({ close() {} }); export const Database = class {};\\n\",\n );\n\n // Discover routes, plugins, actions, and the workspace core (if any).\n const routes = await discoverApiRoutes(cwd);\n const plugins = await discoverPlugins(cwd);\n const actions = await discoverActionFiles(cwd);\n const missingDefaults = await getMissingDefaultPlugins(cwd);\n const workspaceCore = await getWorkspaceCoreExports(cwd);\n\n const workspaceSlotCount = workspaceCore\n ? Object.keys(workspaceCore.plugins).length\n : 0;\n console.log(\n `[deploy] ${routes.length} API routes, ${actions.length} actions, ${plugins.length} plugins (${plugins.filter((p) => isNodeOnlyPlugin(p)).length} skipped as Node-only), ${missingDefaults.length} auto-mounted defaults${workspaceCore ? `, workspace-core ${workspaceCore.packageName} (${workspaceSlotCount} plugin slots)` : \"\"}`,\n );\n\n // Generate the worker entry\n const immutableAssetPaths = collectImmutableAssetPaths(clientDir);\n const entrySource = generateWorkerEntry(\n routes,\n plugins,\n missingDefaults,\n actions,\n workspaceCore,\n immutableAssetPaths,\n );\n\n // Create _worker.js output directory\n const workerOutDir = path.join(distDir, \"_worker.js\");\n fs.mkdirSync(workerOutDir, { recursive: true });\n\n // Write the worker entry\n const entryFile = path.join(workerOutDir, \"index.js\");\n\n // Rewrite the server-build import to point at the copied files\n const adjustedEntry = entrySource.replace(\n `import * as serverBuild from \"./server-build.js\";`,\n `import * as serverBuild from \"./server/index.js\";`,\n );\n\n // Write a temp file for esbuild to bundle everything into a single worker entry.\n // The server build (React Router SSR) is copied to tmp so esbuild can resolve it.\n const tmpDir = path.join(cwd, \".deploy-tmp\");\n fs.mkdirSync(tmpDir, { recursive: true });\n // Name the entry \"index.js\" so esbuild outputs index.js in the outdir,\n // matching the _worker.js/index.js entry point that Cloudflare Pages expects.\n const tmpEntry = path.join(tmpDir, \"index.js\");\n fs.writeFileSync(tmpEntry, adjustedEntry);\n\n // Copy server build files so esbuild can resolve the import\n copyDir(serverDir, path.join(tmpDir, \"server\"));\n\n // Create a require shim so CJS require(\"fs\") calls resolve via ESM imports.\n // This is injected via esbuild --inject to replace its broken __require shim.\n fs.writeFileSync(\n path.join(tmpDir, \"_require-shim.js\"),\n generateRequireShim(),\n );\n\n const nitroServerAssetsStub = path.join(\n tmpDir,\n \"_nitro-server-assets-stub.js\",\n );\n fs.writeFileSync(\n nitroServerAssetsStub,\n [\n \"const empty = async () => undefined;\",\n \"export const assets = {\",\n \" getItem: empty,\",\n \" getItemRaw: empty,\",\n \" getKeys: async () => [],\",\n \" getMeta: async () => undefined,\",\n \" hasItem: async () => false,\",\n \"};\",\n \"export default assets;\",\n \"\",\n ].join(\"\\n\"),\n );\n\n // Create stub modules for native/Node-only deps that can't run on Workers.\n // These get resolved by esbuild instead of the real modules, avoiding bundling\n // native code that would fail on the Workers runtime.\n const stubModules = [\n \"better-sqlite3\",\n \"node-pty\",\n \"chokidar\",\n \"fsevents\",\n \"dotenv\",\n \"@anthropic-ai/sdk\",\n ];\n const stubDir = path.join(tmpDir, \"node_modules\");\n for (const mod of stubModules) {\n const modDir = path.join(stubDir, mod);\n fs.mkdirSync(modDir, { recursive: true });\n fs.writeFileSync(\n path.join(modDir, \"index.js\"),\n `export default {}; export const watch = () => ({ close() {} });`,\n );\n fs.writeFileSync(\n path.join(modDir, \"package.json\"),\n JSON.stringify({ name: mod, main: \"index.js\", type: \"module\" }),\n );\n }\n\n const esbuildBin = findEsbuild();\n\n // Externalize node builtins (both bare and node: prefixed) — the require\n // shim handles bare ones. Also alias every `node:*` specifier to its bare\n // name so esbuild emits `import from \"fs\"` everywhere, never\n // `import from \"node:fs\"`. CF Pages Functions (wrangler 3.x, nodejs_compat\n // v1) rejects the `node:` prefix in chunks with:\n // No such module \"node:fs\" imported from chunks/...\n // The alias is the authoritative fix; the post-build strip stays as belt\n // & suspenders in case esbuild emits a node: string via some other path.\n const builtinNames = getNodeBuiltinNames();\n // Only externalize bare names. node:* externals would otherwise pin\n // the prefix in output; instead we alias node:* → bare so anything that\n // resolves past alias land as bare externals.\n const nodeExternals = builtinNames.map((n) => `--external:${n}`);\n const nodeAliases = builtinNames.map((n) => `--alias:node:${n}=${n}`);\n\n // Hard externalize large client-only / node-only libraries so they don't\n // bloat the edge worker. These are never executed in the CF Pages runtime\n // — mermaid/excalidraw render in the browser, pdf-parse and @google/genai\n // run from node-only action scripts. Without this, slides' bundle hits\n // the 25 MiB Pages Functions limit.\n //\n // @anthropic-ai/tokenizer (tiktoken .wasm) and @resvg/resvg-js (native\n // .node binding) can't be bundled by esbuild at all — no loader for those\n // files. Both import sites degrade gracefully when the runtime import\n // fails: context-xray token counts fall back to char/4 estimates and the\n // OG image route falls back to SVG.\n const heavyClientExternals = [\n \"mermaid\",\n \"@excalidraw/excalidraw\",\n \"@excalidraw/mermaid-to-excalidraw\",\n \"pdf-parse\",\n \"pdfjs-dist\",\n \"@google/genai\",\n \"chartjs-node-canvas\",\n \"@napi-rs/canvas\",\n \"@anthropic-ai/tokenizer\",\n \"@resvg/resvg-js\",\n ].map((p) => `--external:${p}`);\n\n execFileSync(\n esbuildBin,\n [\n tmpEntry,\n \"--bundle\",\n \"--format=esm\",\n \"--target=es2022\",\n // browser platform for npm resolution; node builtins externalized separately\n \"--platform=browser\",\n \"--minify\",\n // Single-file bundle (no --splitting). CF Pages Functions' deploy\n // validator fails to load chunked _worker.js/ bundles even when the\n // chunks contain only bare node-builtin imports (wrangler 3.101.0\n // + nodejs_compat v2). Matches main's working config.\n `--outdir=${workerOutDir}`,\n \"--conditions=workerd,worker,import\",\n // The ssr-handler imports a virtual module that only exists at dev time\n \"--external:virtual:react-router/server-build\",\n `--alias:#nitro/virtual/server-assets=${nitroServerAssetsStub}`,\n // Banner: override the __require shim that esbuild generates for CJS modules.\n // This provides a real require() backed by ESM imports of node builtins.\n // Without this, CF Workers rejects the bundle because esbuild's default\n // __require shim throws \"Dynamic require of X is not supported\".\n `--banner:js=${generateRequireShim()}`,\n // Externalize node: builtins — CF Workers runtime provides them\n ...nodeExternals,\n ...heavyClientExternals,\n // Rewrite node:* -> bare names so chunks never contain node: imports\n ...nodeAliases,\n ],\n { stdio: \"inherit\", cwd },\n );\n\n // Clean up tmp\n fs.rmSync(tmpDir, { recursive: true });\n\n // Rewrite the external virtual import to a local stub.\n // esbuild externalizes \"virtual:react-router/server-build\" (used by ssr-handler),\n // but wrangler re-bundles and chokes on it. Replace the import with a no-op stub.\n const virtualStub = path.join(workerOutDir, \"chunks\", \"_virtual-stub.js\");\n fs.mkdirSync(path.dirname(virtualStub), { recursive: true });\n fs.writeFileSync(virtualStub, \"export default {};\\n\");\n\n // Post-build patches — apply to ALL .js files in the worker output directory\n // (entry + chunks) since code can land in any chunk after splitting.\n const allJsFiles = getAllJsFiles(workerOutDir);\n for (const jsFile of allJsFiles) {\n let code = fs.readFileSync(jsFile, \"utf-8\");\n const isEntry = path.basename(jsFile) === \"index.js\";\n\n // Strip \"node:\" prefix from all imports/requires. Cloudflare Pages\n // Functions runs under nodejs_compat v1, which exposes builtins as\n // bare names (\"fs\") and rejects \"node:fs\" at worker init:\n // No such module \"node:fs\" imported from chunks/...\n // (Workers-on-the-edge use v2 and require the prefix; Pages lags.)\n // Preserve the original quote char (single vs double) when rewriting —\n // esbuild's minifier sometimes places `import('node:buffer')` inside a\n // double-quoted string literal; swapping to double quotes breaks the\n // outer literal and produces `Unexpected identifier 'buffer'`.\n code = code.replace(\n /\\bfrom(\\s*)([\"'])node:([^\"']+)\\2/g,\n (_, ws, q, mod) => `from${ws}${q}${mod}${q}`,\n );\n code = code.replace(\n /\\bimport(\\s*)([\"'])node:([^\"']+)\\2/g,\n (_, ws, q, mod) => `import${ws}${q}${mod}${q}`,\n );\n // Strip `node:` prefix from any string literal that names a node\n // builtin. Covers dynamic imports, require(), getBuiltinModule(),\n // and minified wrappers like `Ut(\"node:fs\")` that Nitro/h3 emit.\n // Pages' loader scans chunks for `\"node:*\"` literals and fails with\n // 'No such module \"node:fs\"' whether or not the string is reached\n // at runtime. Scoping to known builtins avoids touching user data.\n // Sorted longest-first so `fs/promises` matches before `fs`.\n const builtinsPattern = [...NODE_BUILTINS]\n .sort((a, b) => b.length - a.length)\n .join(\"|\");\n const builtinRe = new RegExp(`([\"'])node:(${builtinsPattern})\\\\1`, \"g\");\n code = code.replace(\n builtinRe,\n (_, q: string, mod: string) => `${q}${mod}${q}`,\n );\n\n // Rewrite virtual:react-router/server-build imports to the local stub.\n // The generated entry handles SSR directly; this import is dead code from ssr-handler.\n const relStub = path\n .relative(path.dirname(jsFile), virtualStub)\n .replace(/\\\\/g, \"/\");\n code = code.replace(\n /[\"']virtual:react-router\\/server-build[\"']/g,\n `\"./${relStub}\"`,\n );\n\n // Patch createRequire(import.meta.url) — import.meta.url is undefined in CF Workers.\n // Matches both `from \"module\"` and `from \"node:module\"` — with the node:\n // prefix preserved (for nodejs_compat_v2), the latter is what esbuild now emits.\n code = code.replace(\n /\\bimport\\s*\\{\\s*createRequire\\s+as\\s+([\\w$]+)\\s*\\}\\s*from\\s*[\"'](?:node:)?module[\"']\\s*;/g,\n \"var $1 = function() { return typeof require !== 'undefined' ? require : function(m) { throw new Error('require not supported: ' + m); }; };\",\n );\n\n // Patch setInterval/setTimeout at module scope — CF Workers disallows timers in global scope.\n // Some dependencies (e.g. Anthropic SDK rate limiter) call setInterval at module init.\n // With code splitting, chunks evaluate before the entry, so the shim must be in every file.\n // The restore only happens in the entry's fetch() handler.\n if (!code.includes(\"__origSetInterval\")) {\n const timerShim = [\n \"var __origSetInterval=globalThis.setInterval;\",\n \"globalThis.setInterval=function(){return{unref(){},ref(){},close(){}}};\",\n ].join(\"\");\n code = timerShim + code;\n }\n if (isEntry) {\n const timerRestore =\n \"if(__origSetInterval)globalThis.setInterval=__origSetInterval;\";\n code = code.replace(\n /async fetch\\(request,\\s*env,\\s*ctx\\)\\s*\\{/,\n (match) => match + timerRestore,\n );\n }\n\n fs.writeFileSync(jsFile, code);\n }\n\n // Report size\n const entrySize = fs.statSync(entryFile).size;\n const totalSize = getDirSize(workerOutDir);\n const chunkCount = allJsFiles.length - 1; // exclude entry\n console.log(\n `[deploy] Cloudflare Pages output written to dist/ (entry: ${(entrySize / 1024).toFixed(0)}KB, ${chunkCount} chunks, total: ${(totalSize / 1024 / 1024).toFixed(1)}MB)`,\n );\n}\n\nconst NODE_BUILTINS = [\n \"assert\",\n \"async_hooks\",\n \"buffer\",\n \"child_process\",\n \"cluster\",\n \"console\",\n \"constants\",\n \"crypto\",\n \"dgram\",\n \"diagnostics_channel\",\n \"dns\",\n \"domain\",\n \"events\",\n \"fs\",\n \"fs/promises\",\n \"http\",\n \"http2\",\n \"https\",\n \"inspector\",\n \"module\",\n \"net\",\n \"os\",\n \"path\",\n \"perf_hooks\",\n \"process\",\n \"punycode\",\n \"querystring\",\n \"readline\",\n \"repl\",\n \"sqlite\",\n \"stream\",\n \"stream/web\",\n \"string_decoder\",\n \"sys\",\n \"timers\",\n \"tls\",\n \"trace_events\",\n \"tty\",\n \"url\",\n \"util\",\n \"v8\",\n \"vm\",\n \"wasi\",\n \"worker_threads\",\n \"zlib\",\n];\n\nexport function getNodeBuiltinNames(): string[] {\n return NODE_BUILTINS;\n}\n\n/**\n * Generate a require() shim that bridges CJS require(\"fs\") calls to ESM imports.\n * Injected via esbuild --inject so CJS deps work on Workers runtime.\n */\nfunction generateRequireShim(): string {\n // Shim the full set of node builtins so any CJS `require(\"X\")` from a\n // transitive dep resolves to the imported ESM module. Anything less is\n // whack-a-mole: terminal helpers pull in `tty`, transformer libs pull in\n // `worker_threads`, etc. — every miss fails deploy with a generic\n // \"Cannot require: <name>\" thrown by this shim itself.\n //\n // Some builtins exist only as runtime polyfills under nodejs_compat\n // (some are no-op stubs). That's fine — the `import` returns whatever\n // the runtime provides; failures only surface when callers actually USE\n // the unsupported APIs at request time, which is the same as if the\n // shim wasn't there.\n //\n // `sqlite` is excluded because it's Node 22+ only and Workers'\n // nodejs_compat doesn't expose it yet — importing it makes the whole\n // bundle fail to load.\n const shimmed = NODE_BUILTINS.filter((name) => name !== \"sqlite\");\n\n // Bare module names — CF Pages Functions runs under nodejs_compat v1,\n // which rejects \"node:fs\" and only accepts \"fs\". The post-build pass in\n // buildCloudflarePages() also strips any `node:` prefix that esbuild or\n // dependencies emit elsewhere.\n const imports = shimmed\n .map((m) => `import __${m.replace(\"/\", \"_\")} from \"${m}\";`)\n .join(\"\");\n // Only bare-name keys. Pages' Functions loader appears to scan chunks\n // for \"node:*\" string literals and pre-resolves them as module specs —\n // so keeping \"node:fs\" as an object key caused deploy to fail with\n // 'No such module \"node:fs\"' even though nothing imported it. The\n // post-build strip turns every runtime `require(\"node:fs\")` into\n // `require(\"fs\")` so bare keys are sufficient.\n const entries = shimmed\n .map((m) => `\"${m}\":__${m.replace(\"/\", \"_\")}`)\n .join(\",\");\n\n const messageChannelPolyfill = `if(typeof MessageChannel===\"undefined\"){globalThis.MessageChannel=class{constructor(){const a={onmessage:null},b={onmessage:null};a.postMessage=d=>{if(b.onmessage)setTimeout(()=>b.onmessage({data:d}),0)};b.postMessage=d=>{if(a.onmessage)setTimeout(()=>a.onmessage({data:d}),0)};this.port1=a;this.port2=b}}}`;\n return `${imports}\\n${messageChannelPolyfill}\\nconst __mods={${entries}};export var require=globalThis.require||function(m){const r=__mods[m];if(r!==undefined)return r;throw new Error(\"Cannot require: \"+m)};\\n`;\n}\n\nfunction findEsbuild(): string {\n // Try to resolve esbuild's binary via Node module resolution\n // This works regardless of hoisting or .bin symlink creation\n try {\n const _require = createRequire(cwd + \"/\");\n const esbuildPkg = path.dirname(_require.resolve(\"esbuild/package.json\"));\n const bin = path.join(esbuildPkg, \"bin\", \"esbuild\");\n if (fs.existsSync(bin)) return bin;\n } catch {}\n\n // Fallback: check local and workspace .bin\n const localBin = path.resolve(cwd, \"node_modules/.bin/esbuild\");\n if (fs.existsSync(localBin)) return localBin;\n\n const workspaceRoot = findWorkspaceRoot(cwd);\n if (workspaceRoot) {\n const workspaceBin = path.resolve(\n workspaceRoot,\n \"node_modules/.bin/esbuild\",\n );\n if (fs.existsSync(workspaceBin)) return workspaceBin;\n }\n\n return \"esbuild\";\n}\n\nfunction findWorkspaceRoot(dir: string): string | null {\n let current = dir;\n while (current !== path.dirname(current)) {\n if (\n fs.existsSync(path.join(current, \"pnpm-workspace.yaml\")) ||\n fs.existsSync(path.join(current, \"pnpm-lock.yaml\"))\n ) {\n return current;\n }\n current = path.dirname(current);\n }\n return null;\n}\n\n/** Recursively collect all .js files in a directory. */\nfunction getAllJsFiles(dir: string): string[] {\n const results: string[] = [];\n const entries = fs.readdirSync(dir, { withFileTypes: true });\n for (const entry of entries) {\n const fullPath = path.join(dir, entry.name);\n if (entry.isDirectory()) {\n results.push(...getAllJsFiles(fullPath));\n } else if (entry.name.endsWith(\".js\")) {\n results.push(fullPath);\n }\n }\n return results;\n}\n\nfunction getDirSize(dir: string): number {\n let size = 0;\n const entries = fs.readdirSync(dir, { withFileTypes: true });\n for (const entry of entries) {\n const fullPath = path.join(dir, entry.name);\n if (entry.isDirectory()) {\n size += getDirSize(fullPath);\n } else {\n size += fs.statSync(fullPath).size;\n }\n }\n return size;\n}\n\nexport function copyDir(\n src: string,\n dest: string,\n ancestorRealPaths = new Set<string>(),\n) {\n const realSrc = fs.realpathSync(src);\n if (ancestorRealPaths.has(realSrc)) return;\n const nextAncestorRealPaths = new Set(ancestorRealPaths);\n nextAncestorRealPaths.add(realSrc);\n\n fs.mkdirSync(dest, { recursive: true });\n const entries = fs.readdirSync(src, { withFileTypes: true });\n for (const entry of entries) {\n const srcPath = path.join(src, entry.name);\n const destPath = path.join(dest, entry.name);\n if (entry.isSymbolicLink()) {\n let stat: fs.Stats;\n try {\n stat = fs.statSync(srcPath);\n } catch (error) {\n if ((error as NodeJS.ErrnoException).code === \"ENOENT\") {\n console.warn(\n `[deploy] Skipping broken symlink while copying ${srcPath}`,\n );\n continue;\n }\n throw error;\n }\n if (stat.isDirectory()) {\n copyDir(srcPath, destPath, nextAncestorRealPaths);\n } else {\n fs.copyFileSync(srcPath, destPath);\n }\n } else if (entry.isDirectory()) {\n copyDir(srcPath, destPath, nextAncestorRealPaths);\n } else {\n fs.copyFileSync(srcPath, destPath);\n }\n }\n}\n\nconst LIBSQL_NATIVE_PACKAGE_NAMES = [\n \"darwin-arm64\",\n \"darwin-x64\",\n \"linux-arm-gnueabihf\",\n \"linux-arm-musleabihf\",\n \"linux-arm64-gnu\",\n \"linux-arm64-musl\",\n \"linux-x64-gnu\",\n \"linux-x64-musl\",\n \"win32-x64-msvc\",\n];\nconst FFMPEG_STATIC_PACKAGE_NAME = \"ffmpeg-static\";\nconst RESVG_SCOPE = \"@resvg\";\nconst RESVG_PACKAGE_PREFIX = \"resvg-js\";\nconst FFMPEG_STATIC_BINARY_NAMES =\n process.platform === \"win32\" ? [\"ffmpeg.exe\", \"ffmpeg\"] : [\"ffmpeg\"];\nconst SERVERLESS_FFMPEG_STATIC_PLATFORM = \"linux\";\nconst SERVERLESS_FFMPEG_STATIC_ARCHES = new Set<NodeJS.Architecture>([\n \"arm64\",\n \"x64\",\n]);\ntype ServerlessFfmpegStaticArch = \"arm64\" | \"x64\";\n\nfunction serverlessFfmpegStaticTargetArchFromEnv(): ServerlessFfmpegStaticArch | null {\n const value = process.env.AGENT_NATIVE_SERVERLESS_FFMPEG_ARCH;\n if (value === \"arm64\" || value === \"x64\") return value;\n return null;\n}\n\nexport function shouldBundleFfmpegStaticForServerless(\n hostPlatform: NodeJS.Platform = process.platform,\n hostArch: NodeJS.Architecture = process.arch,\n targetArch: ServerlessFfmpegStaticArch | null = serverlessFfmpegStaticTargetArchFromEnv(),\n): boolean {\n return (\n hostPlatform === SERVERLESS_FFMPEG_STATIC_PLATFORM &&\n targetArch !== null &&\n hostArch === targetArch &&\n SERVERLESS_FFMPEG_STATIC_ARCHES.has(targetArch)\n );\n}\n\nfunction nodeModulesAncestors(startDir: string): string[] {\n const dirs: string[] = [];\n let current = path.resolve(startDir);\n while (true) {\n const candidate = path.join(current, \"node_modules\");\n if (fs.existsSync(candidate)) dirs.push(candidate);\n const parent = path.dirname(current);\n if (parent === current) break;\n current = parent;\n }\n return dirs;\n}\n\nfunction findInstalledLibsqlNativePackage(\n nodeModulesRoots: string[],\n packageName: string,\n): string | null {\n for (const root of nodeModulesRoots) {\n const direct = path.join(root, \"@libsql\", packageName);\n if (fs.existsSync(path.join(direct, \"index.node\"))) return direct;\n\n const pnpmRoot = path.join(root, \".pnpm\");\n if (!fs.existsSync(pnpmRoot)) continue;\n const pnpmPrefix = `@libsql+${packageName}@`;\n for (const entry of fs.readdirSync(pnpmRoot)) {\n if (!entry.startsWith(pnpmPrefix)) continue;\n const nested = path.join(\n pnpmRoot,\n entry,\n \"node_modules\",\n \"@libsql\",\n packageName,\n );\n if (fs.existsSync(path.join(nested, \"index.node\"))) return nested;\n }\n }\n return null;\n}\n\nfunction hasFfmpegStaticBinary(packageDir: string): boolean {\n return FFMPEG_STATIC_BINARY_NAMES.some((binaryName) =>\n fs.existsSync(path.join(packageDir, binaryName)),\n );\n}\n\nfunction hasInstalledFfmpegStaticPackage(nodeModulesRoots: string[]): boolean {\n for (const root of nodeModulesRoots) {\n const direct = path.join(root, FFMPEG_STATIC_PACKAGE_NAME);\n if (fs.existsSync(path.join(direct, \"package.json\"))) return true;\n\n const pnpmRoot = path.join(root, \".pnpm\");\n if (!fs.existsSync(pnpmRoot)) continue;\n const pnpmPrefix = `${FFMPEG_STATIC_PACKAGE_NAME}@`;\n for (const entry of fs.readdirSync(pnpmRoot)) {\n if (!entry.startsWith(pnpmPrefix)) continue;\n const nested = path.join(\n pnpmRoot,\n entry,\n \"node_modules\",\n FFMPEG_STATIC_PACKAGE_NAME,\n );\n if (fs.existsSync(path.join(nested, \"package.json\"))) return true;\n }\n }\n return false;\n}\n\nexport function findInstalledFfmpegStaticPackage(\n nodeModulesRoots: string[],\n): string | null {\n for (const root of nodeModulesRoots) {\n const direct = path.join(root, FFMPEG_STATIC_PACKAGE_NAME);\n if (\n fs.existsSync(path.join(direct, \"package.json\")) &&\n hasFfmpegStaticBinary(direct)\n ) {\n return direct;\n }\n\n const pnpmRoot = path.join(root, \".pnpm\");\n if (!fs.existsSync(pnpmRoot)) continue;\n const pnpmPrefix = `${FFMPEG_STATIC_PACKAGE_NAME}@`;\n for (const entry of fs.readdirSync(pnpmRoot)) {\n if (!entry.startsWith(pnpmPrefix)) continue;\n const nested = path.join(\n pnpmRoot,\n entry,\n \"node_modules\",\n FFMPEG_STATIC_PACKAGE_NAME,\n );\n if (\n fs.existsSync(path.join(nested, \"package.json\")) &&\n hasFfmpegStaticBinary(nested)\n ) {\n return nested;\n }\n }\n }\n return null;\n}\n\nexport function findInstalledResvgPackages(\n nodeModulesRoots: string[],\n): Array<{ packageName: string; packageDir: string }> {\n const found = new Map<string, string>();\n\n for (const root of nodeModulesRoots) {\n const directScope = path.join(root, RESVG_SCOPE);\n if (fs.existsSync(directScope)) {\n for (const entry of fs.readdirSync(directScope)) {\n if (!entry.startsWith(RESVG_PACKAGE_PREFIX)) continue;\n const packageDir = path.join(directScope, entry);\n if (fs.existsSync(path.join(packageDir, \"package.json\"))) {\n found.set(entry, packageDir);\n }\n }\n }\n\n const pnpmRoot = path.join(root, \".pnpm\");\n if (!fs.existsSync(pnpmRoot)) continue;\n for (const entry of fs.readdirSync(pnpmRoot)) {\n const match = entry.match(/^@resvg\\+(resvg-js[^@]*)@/);\n if (!match) continue;\n const packageName = match[1];\n const packageDir = path.join(\n pnpmRoot,\n entry,\n \"node_modules\",\n RESVG_SCOPE,\n packageName,\n );\n if (fs.existsSync(path.join(packageDir, \"package.json\"))) {\n found.set(packageName, packageDir);\n }\n }\n }\n\n return [...found.entries()]\n .sort(([a], [b]) => a.localeCompare(b))\n .map(([packageName, packageDir]) => ({ packageName, packageDir }));\n}\n\n/**\n * Deploy-time gate for emitting the second `-background` Netlify function.\n * Reads the same env flag the runtime gate uses\n * (`AGENT_CHAT_DURABLE_BACKGROUND`).\n *\n * DEFAULT-OFF (opt-in), matching the runtime gate (`isFlagEnabled` in\n * durable-background.ts): unset/empty/unknown means DISABLED; an app opts IN\n * only with an explicit truthy value (`true`/`1`/`yes`/`on`). A premature\n * fleet-wide default-on caused real-user incidents (2026-06-24) before the\n * async worker path was proven, so durable is opt-in until verified live. This\n * gate is what emits the 15-min `-background` function so the `_process-run`\n * dispatch lands on it (async 202 → the worker runs with the real 15-min budget\n * → its ~13-min soft-timeout fits). The deploy gate and runtime gate MUST agree:\n * if the deploy emitted no `-background` function but the runtime still routed\n * the worker into the ~13-min timeout regime, the worker would overshoot the\n * ~60s synchronous wall and re-dispatch in a loop. (The runtime now also guards\n * the ~13-min budget on the real function name via `isInBackgroundFunctionRuntime`,\n * so a missing emit degrades to clean 40s-chunked runs rather than the loop.)\n */\nexport function isDurableBackgroundDeployEnabled(): boolean {\n const raw = process.env.AGENT_CHAT_DURABLE_BACKGROUND;\n if (raw == null) return false;\n const v = raw.trim().toLowerCase();\n return v === \"1\" || v === \"true\" || v === \"yes\" || v === \"on\";\n}\n\n/**\n * Single-template Netlify build: emit an async (background) function INSIDE the\n * scanned functions dir so the chat `_process-run` worker runs on Netlify's\n * 15-min async function instead of the synchronous `/*` catch-all.\n * Additive + flag-gated (see `isDurableBackgroundDeployEnabled`).\n *\n * GROUNDED IN THE REAL NETLIFY BUILD OUTPUT (verified from a local Nitro build)\n * AND THE NETLIFY DOCS DEFAULT-URL RULE:\n * - Nitro's `netlify` preset emits exactly ONE function source at\n * `.netlify/functions-internal/server/`. `server.mjs` re-exports `main.mjs`\n * and declares `export const config = { path: \"/*\", excludedPath:\n * [\"/.netlify/*\"], preferStatic: true, ... }`. The `/*` catch-all is an\n * IN-CODE Functions-API-v2 `config.path` and it ALREADY EXCLUDES\n * `/.netlify/*`.\n * - The generated `.netlify/netlify.toml` sets\n * `functionsDirectory = \".netlify/functions-internal\"`. Netlify scans EXACTLY\n * that dir; functions placed anywhere else (e.g. `.netlify/functions/`, which\n * is the BUILD OUTPUT dir where `@netlify/build` later writes the zipped\n * functions + `manifest.json`) are NEVER deployed.\n * - Every scanned function is reachable at its DEFAULT url\n * `/.netlify/functions/<name>` BY DEFAULT. A custom `config.path` REMOVES\n * that default url; declaring NO custom `config.path` KEEPS it.\n *\n * THEREFORE we:\n * 1. Emit the background function INTO the scanned dir\n * (`.netlify/functions-internal/server-agent-background/`), sharing the same\n * built `main.mjs` bundle, so Netlify discovers it and honors its config.\n * 2. Give its `export const config` `background: true` (→ async invoke,\n * immediate 202, 15-min budget) and NO custom `config.path`. With no custom\n * path the function keeps its DEFAULT url\n * `/.netlify/functions/server-agent-background`, and because the Nitro\n * `server` function's `/*` catch-all already excludes `/.netlify/*`, that\n * default-url namespace is NEVER shadowed by the synchronous function — no\n * catch-all patch is needed.\n * 3. The entry NORMALIZES/rewrites the incoming request pathname to\n * `AGENT_CHAT_PROCESS_RUN_PATH` before delegating to `./main.mjs`. The\n * function is reached at its default url\n * (`/.netlify/functions/server-agent-background`), so the Nitro router needs\n * the path rewritten to the framework `_process-run` route, preserving the\n * method, ALL headers (the HMAC `Authorization: Bearer` MUST survive), and\n * the body.\n * 4. Set `globalThis.__AGENT_NATIVE_BACKGROUND_RUNTIME__ = true` at cold start\n * (read back by `isInBackgroundFunctionRuntime()` so the worker takes the\n * ~13-min soft-timeout). A `globalThis` flag — NOT `process.env` — keeps the\n * no-env-mutation guard satisfied and carries no cross-request state.\n *\n * The foreground dispatches to this DEFAULT url on hosted Netlify\n * (`resolveAgentChatProcessRunDispatchPath` → `AGENT_BACKGROUND_FUNCTION_URL_PATH`).\n *\n * WHY THIS IS THE DOC-CORRECT FIX: a prior attempt gave the function a custom\n * `config.path` (= the framework route) plus a catch-all `excludedPath` patch.\n * The custom `config.path` was NOT honored as a route in prod — a probe of\n * `POST /_agent-native/agent-chat/_process-run` returned 404. The doc-correct\n * approach (confirmed against the Netlify docs) is to use the DEFAULT function\n * url with no custom path: the function stays reachable at\n * `/.netlify/functions/<name>` and is never shadowed because `/.netlify/*` is\n * already excluded from the `server` catch-all.\n *\n * Safety net regardless of Netlify routing nuance: if the dispatch fast-fails\n * (e.g. the function was not emitted), the foreground handler degrades to an\n * inline 40s synchronous run (see production-agent.ts).\n */\nexport function emitSingleTemplateNetlifyBackgroundFunction(\n projectCwd: string,\n): void {\n const internalDir = path.join(projectCwd, \".netlify\", \"functions-internal\");\n const serverDir = path.join(internalDir, \"server\");\n if (!fs.existsSync(path.join(serverDir, \"main.mjs\"))) {\n // Nitro output layout differs from what we expected — skip rather than\n // guess. The single-function deploy is unaffected.\n console.warn(\n \"[build] Durable-background emit skipped: expected Nitro Netlify function \" +\n \"at .netlify/functions-internal/server/main.mjs was not found.\",\n );\n return;\n }\n const backgroundName = AGENT_BACKGROUND_FUNCTION_NAME;\n // Emit INTO the SCANNED functions dir (functions-internal) so Netlify discovers\n // the function and honors its `export const config`. `.netlify/functions/` is\n // the build OUTPUT dir (where @netlify/build writes the zip + manifest) and is\n // NOT scanned — emitting there is why the standalone attempt 404'd.\n const dest = path.join(internalDir, backgroundName);\n fs.rmSync(dest, { recursive: true, force: true });\n copyDir(serverDir, dest);\n // Drop the original Nitro `/*` entry so our entry is the entrypoint and the\n // copied bundle does NOT re-register the catch-all `config.path`.\n fs.rmSync(path.join(dest, \"server.mjs\"), { force: true });\n\n const processRunPath = JSON.stringify(AGENT_CHAT_PROCESS_RUN_PATH);\n const entry = `// Mark this isolate as the durable background runtime BEFORE the handler\n// bundle is imported, so isInBackgroundFunctionRuntime() reliably returns true\n// in this function. The deployed Lambda name is NOT guaranteed to end in\n// \"-background\" (Netlify may mangle/prefix it), so we cannot depend on\n// AWS_LAMBDA_FUNCTION_NAME alone. A globalThis flag (NOT process.env) avoids the\n// no-env-mutation guard and carries no cross-request state — it is a static,\n// set-once isolate marker read back by isInBackgroundFunctionRuntime().\nglobalThis.__AGENT_NATIVE_BACKGROUND_RUNTIME__ = true;\n\n// The framework route the Nitro router dispatches to (the _process-run plugin).\nconst PROCESS_RUN_PATH = ${processRunPath};\n\nlet cachedHandler;\n\n// Netlify v2 invokes this as (request, context). The Nitro netlify handler is a\n// Web-standard \\`async (Request) => Response\\` (see nitro/presets/netlify/runtime).\n// This function declares NO custom \\`config.path\\`, so it is reached at its\n// DEFAULT url (/.netlify/functions/${backgroundName}). The Nitro router only\n// knows the framework route, so we REWRITE the incoming pathname to\n// PROCESS_RUN_PATH before delegating. Method, ALL headers (the HMAC\n// Authorization: Bearer MUST survive — the plugin verifies it) and the body are\n// preserved by cloning the incoming Request with only its URL pathname set.\nexport default async function handler(request) {\n cachedHandler ??= (await import(\"./main.mjs\")).default;\n const url = new URL(request.url);\n url.pathname = PROCESS_RUN_PATH;\n // Read the body once and pass it through. GET/HEAD have no body.\n const method = request.method || \"POST\";\n const hasBody = method !== \"GET\" && method !== \"HEAD\";\n const body = hasBody ? await request.text() : undefined;\n const rewritten = new Request(url.toString(), {\n method,\n headers: request.headers,\n body,\n });\n return cachedHandler(rewritten);\n}\n\nexport const config = {\n name: \"agent background handler\",\n generator: \"agent-native build\",\n // background: true makes Netlify invoke this ASYNCHRONOUSLY (immediate HTTP\n // 202 ack) with the 15-minute budget (Netlify docs:\n // build/functions/background-functions + build/functions/api). We declare NO\n // custom path, so the function keeps its DEFAULT url\n // /.netlify/functions/${backgroundName}; the Nitro \\`server\\` /* catch-all\n // already excludes /.netlify/* so that default url is never shadowed by the\n // synchronous function. The foreground dispatches to that default url.\n background: true,\n nodeBundler: \"none\",\n includedFiles: [\"**\"],\n preferStatic: false,\n};\n`;\n fs.writeFileSync(path.join(dest, `${backgroundName}.mjs`), entry);\n console.log(\n `[build] Emitted durable-background function \"${backgroundName}\" into the ` +\n `scanned dir .netlify/functions-internal with config { background:true } ` +\n `and NO custom path — reachable at its default url ` +\n `/.netlify/functions/${backgroundName} (never shadowed; the server /* ` +\n `catch-all already excludes /.netlify/*). REQUIRES real-deploy ` +\n `verification of Netlify async (202) invocation — see ` +\n `docs/design/durable-agent-runs.md.`,\n );\n}\n\nfunction copyInstalledLibsqlNativePackages(serverDir: string | undefined) {\n if (!serverDir || !fs.existsSync(serverDir)) return;\n const nodeModulesRoots = nodeModulesAncestors(cwd);\n const destScopeDir = path.join(serverDir, \"node_modules\", \"@libsql\");\n let copied = 0;\n\n for (const packageName of LIBSQL_NATIVE_PACKAGE_NAMES) {\n const src = findInstalledLibsqlNativePackage(nodeModulesRoots, packageName);\n if (!src) continue;\n\n copyDir(src, path.join(destScopeDir, packageName));\n copied += 1;\n }\n\n if (copied > 0) {\n console.log(\n `[deploy] Copied ${copied} installed libsql native package(s) into the server bundle.`,\n );\n }\n}\n\nfunction copyInstalledResvgPackages(serverDir: string | undefined) {\n if (!serverDir || !fs.existsSync(serverDir)) return;\n const packages = findInstalledResvgPackages(nodeModulesAncestors(cwd));\n if (packages.length === 0) return;\n\n const destScopeDir = path.join(serverDir, \"node_modules\", RESVG_SCOPE);\n for (const { packageName, packageDir } of packages) {\n copyDir(packageDir, path.join(destScopeDir, packageName));\n }\n\n console.log(\n `[deploy] Copied ${packages.length} resvg package(s) into the server bundle for OG image rendering.`,\n );\n}\n\nfunction copyInstalledFfmpegStaticPackage(serverDir: string | undefined) {\n if (!serverDir || !fs.existsSync(serverDir)) return;\n const nodeModulesRoots = nodeModulesAncestors(cwd);\n if (!shouldBundleFfmpegStaticForServerless()) {\n if (hasInstalledFfmpegStaticPackage(nodeModulesRoots)) {\n console.warn(\n `[deploy] ffmpeg-static installs a ${process.platform}-${process.arch} binary, but the serverless runtime architecture is not known to match it; ` +\n \"set AGENT_NATIVE_SERVERLESS_FFMPEG_ARCH=x64 or arm64 to bundle a matching binary, otherwise server-side media transcription fallback will require FFMPEG_PATH or a system ffmpeg.\",\n );\n }\n return;\n }\n\n const src = findInstalledFfmpegStaticPackage(nodeModulesRoots);\n if (!src) {\n if (hasInstalledFfmpegStaticPackage(nodeModulesRoots)) {\n console.warn(\n \"[deploy] ffmpeg-static is installed without a downloaded ffmpeg binary; \" +\n \"server-side media transcription fallback will require FFMPEG_PATH or a system ffmpeg.\",\n );\n }\n return;\n }\n\n copyDir(\n src,\n path.join(serverDir, \"node_modules\", FFMPEG_STATIC_PACKAGE_NAME),\n );\n console.log(\n \"[deploy] Copied ffmpeg-static into the server bundle for media transcription fallback.\",\n );\n}\n\n/**\n * Create stub directories for dangling platform-specific optional dependency\n * symlinks in the pnpm store.\n *\n * pnpm's store at `node_modules/.pnpm/<pkg>@<ver>/node_modules/<pkg>/<dep>`\n * contains symlinks for ALL optional deps declared by a package, but only\n * installs the ones matching the current OS/CPU as real packages. The other\n * symlinks dangle — their targets at `.pnpm/<scope>+<pkg>@<ver>/node_modules/...`\n * don't exist.\n *\n * Nitro's `nitro:externals` plugin (via nf3 / @vercel/nft) walks\n * optionalDependencies when tracing files and calls `realpath` on them, which\n * throws ENOENT on dangling targets. This blocks builds with presets like\n * netlify / vercel / aws-lambda on macOS when packages like `libsql` declare\n * Linux-only platform variants as optional deps.\n *\n * Fix: walk `node_modules/.pnpm/` and for every dangling symlink under\n * `<pkg>/node_modules/<scope>/<dep>`, create the symlink's target as a tiny\n * stub directory containing just a valid `package.json`. The tracer can now\n * `realpath` and read the package.json without throwing — the stub is empty\n * so no binary is bundled (which is what we want: we're building from macOS,\n * the target deploy platform will install its own native binary).\n */\nfunction createDanglingOptionalDepStubs() {\n // In pnpm monorepos, the store may live at the workspace root rather than\n // in the template dir. Walk up from `cwd` to find every `.pnpm` directory.\n const pnpmRoots: string[] = [];\n let dir = cwd;\n while (true) {\n const candidate = path.join(dir, \"node_modules\", \".pnpm\");\n if (fs.existsSync(candidate)) pnpmRoots.push(candidate);\n const parent = path.dirname(dir);\n if (parent === dir) break;\n dir = parent;\n }\n if (pnpmRoots.length === 0) return;\n\n let stubsCreated = 0;\n\n for (const pnpmRoot of pnpmRoots) {\n let pkgDirs: string[];\n try {\n pkgDirs = fs.readdirSync(pnpmRoot);\n } catch {\n continue;\n }\n\n for (const pkgDir of pkgDirs) {\n // e.g. `libsql@0.5.29`, `@libsql+client@0.15.15`\n const innerNm = path.join(pnpmRoot, pkgDir, \"node_modules\");\n if (!fs.existsSync(innerNm)) continue;\n\n let innerEntries: fs.Dirent[];\n try {\n innerEntries = fs.readdirSync(innerNm, { withFileTypes: true });\n } catch {\n continue;\n }\n\n for (const entry of innerEntries) {\n // Top-level entry: either `foo` (unscoped) or `@scope` (scoped)\n const entryPath = path.join(innerNm, entry.name);\n const candidates: { symlinkPath: string; pkgName: string }[] = [];\n if (entry.name.startsWith(\"@\")) {\n // Scoped — iterate children\n let scopedChildren: fs.Dirent[];\n try {\n scopedChildren = fs.readdirSync(entryPath, {\n withFileTypes: true,\n });\n } catch {\n continue;\n }\n for (const child of scopedChildren) {\n candidates.push({\n symlinkPath: path.join(entryPath, child.name),\n pkgName: `${entry.name}/${child.name}`,\n });\n }\n } else {\n candidates.push({ symlinkPath: entryPath, pkgName: entry.name });\n }\n\n for (const { symlinkPath, pkgName } of candidates) {\n let isSymlink = false;\n try {\n isSymlink = fs.lstatSync(symlinkPath).isSymbolicLink();\n } catch {\n continue;\n }\n if (!isSymlink) continue;\n\n // Check if the symlink target exists\n try {\n fs.statSync(symlinkPath);\n continue; // Target exists — nothing to do\n } catch {\n // Dangling symlink — create a stub at the target\n }\n\n let linkTarget: string;\n try {\n linkTarget = fs.readlinkSync(symlinkPath);\n } catch {\n continue;\n }\n const resolvedTarget = path.resolve(\n path.dirname(symlinkPath),\n linkTarget,\n );\n\n try {\n fs.mkdirSync(resolvedTarget, { recursive: true });\n const stubPkgJson = {\n name: pkgName,\n version: \"0.0.0-stub\",\n description:\n \"Empty stub created by @agent-native/core deploy build to satisfy nitro's file tracer on platforms where this optional dep is not installed.\",\n };\n fs.writeFileSync(\n path.join(resolvedTarget, \"package.json\"),\n JSON.stringify(stubPkgJson, null, 2),\n );\n stubsCreated++;\n } catch {\n // Best-effort — ignore failures\n }\n }\n }\n }\n }\n\n if (stubsCreated > 0) {\n console.log(\n `[deploy] Created ${stubsCreated} stub package dir(s) for dangling optional deps (platform-specific binaries not installed on this host).`,\n );\n }\n}\n\n/**\n * Build for any non-Cloudflare preset using Nitro's programmatic build API.\n * Handles netlify, vercel, deno_deploy, aws-lambda, and all other targets.\n */\nexport interface NitroBuildHooks {\n prepare: (nitro: any) => Promise<void>;\n copyPublicAssets: (nitro: any) => Promise<void>;\n nitroBuild: (nitro: any) => Promise<void>;\n}\n\nexport interface NitroBuildPipelineOptions {\n nitro: any;\n hooks: NitroBuildHooks;\n clientDir: string;\n publicOutputDir: string | undefined;\n appBasePath: string;\n cwd: string;\n}\n\n/**\n * Run Nitro's lifecycle in the order required to ship a working React Router\n * framework-mode build.\n *\n * The critical ordering constraint is that the React Router client build must\n * be copied into `publicOutputDir` *before* `nitroBuild` runs. Nitro generates\n * the static-asset manifest baked into the server bundle by globbing\n * `publicDir` during the server build; files copied in after that point exist\n * on disk but are invisible to the runtime `serveStatic` handler. Every\n * /assets/* request then falls through to the SSR catch-all, which 404s\n * anything with a file extension.\n */\nexport async function runNitroBuildPipeline(\n opts: NitroBuildPipelineOptions,\n): Promise<void> {\n const { nitro, hooks, clientDir, publicOutputDir, appBasePath, cwd } = opts;\n const hasClientBuild = fs.existsSync(clientDir) && Boolean(publicOutputDir);\n\n if (hasClientBuild) {\n // Install hashed-asset route rules before Nitro prepares platform output.\n // Some presets materialize headers during prepare/copy phases, not only in\n // nitroBuild; adding these later leaves Netlify/Vercel static assets without\n // the one-year immutable CDN policy even though the runtime manifest works.\n nitro.options.routeRules ??= {};\n addImmutableAssetRouteRulesForClientBuild(\n nitro.options.routeRules,\n clientDir,\n appBasePath,\n );\n }\n\n await hooks.prepare(nitro);\n await hooks.copyPublicAssets(nitro);\n\n if (hasClientBuild && publicOutputDir) {\n copyDir(clientDir, publicOutputDir);\n if (appBasePath) {\n copyDir(clientDir, path.join(publicOutputDir, appBasePath.slice(1)));\n }\n console.log(\n `[deploy] Copied client assets to ${path.relative(cwd, publicOutputDir)}`,\n );\n }\n\n await hooks.nitroBuild(nitro);\n}\n\n/**\n * Browser-only diagram/drawing renderers that execute `window`-touching code at\n * module-evaluation time. They are rendered exclusively client-side — core's\n * `MermaidBlock` and templates' Excalidraw slides mount them inside `useEffect` /\n * `React.lazy`, never during SSR — so the server never needs the real module.\n *\n * Keep this list to libraries that are *provably never* invoked on the server.\n * Node-only deps that DO run server-side (pdf-parse, @google/genai, canvas, …)\n * must NOT go here — see `heavyClientExternals` for the edge-worker externals.\n */\nconst BROWSER_ONLY_SERVER_LIBS = [\n \"@excalidraw/excalidraw\",\n \"@excalidraw/mermaid-to-excalidraw\",\n \"mermaid\",\n];\n\n/**\n * Rolldown plugin for the Nitro server bundle that replaces the browser-only\n * renderers above with an inert proxy module.\n *\n * Why this is needed: Nitro re-bundles the server from node_modules with its own\n * Rolldown pipeline, and Rolldown merges Excalidraw into a SHARED vendor chunk\n * that the SSR render path (tiptap / radix-ui / recharts) imports *statically*.\n * That evaluates Excalidraw's top-level `window` access at function cold-start\n * and crashes every request with `ReferenceError: window is not defined` (HTTP\n * 502). The Vite SSR build already stubs these via `ssrStubPlugin` for\n * `build/server`, but that Vite plugin doesn't run during Nitro's separate\n * bundle — so mirror the same stub here.\n */\nfunction createBrowserOnlyServerStubPlugin() {\n const stubbed = new Set(BROWSER_ONLY_SERVER_LIBS);\n const STUB_ID = \"\\0agent-native-browser-only-server-stub\";\n return {\n name: \"agent-native-browser-only-server-stub\",\n // enforce: \"pre\" so we intercept before Nitro's node resolver bundles the\n // real package. defu concatenates rollupConfig.plugins ahead of Nitro's own.\n resolveId(id: string) {\n // Match the bare package name or any subpath (incl. `/index.css`).\n const pkg = id\n .split(\"/\")\n .slice(0, id.startsWith(\"@\") ? 2 : 1)\n .join(\"/\");\n return stubbed.has(pkg) ? STUB_ID : null;\n },\n load(id: string) {\n if (id !== STUB_ID) return null;\n // A Proxy answers any property access (default or named) with another\n // proxy, so every import shape resolves without evaluating real browser\n // code. It is never actually invoked on the server, so it never throws.\n return (\n \"const handler = { get(_t, p) {\" +\n \" if (p === Symbol.toPrimitive) return () => '';\" +\n \" if (p === 'then') return undefined;\" +\n \" if (p === '__esModule') return true;\" +\n \" return new Proxy(function () {}, handler); } };\" +\n \"const stub = new Proxy(function () {}, handler);\" +\n \"export default stub;\"\n );\n },\n };\n}\n\nasync function buildWithNitro() {\n console.log(`[deploy] Building for preset \"${preset}\" via Nitro...`);\n const appBasePath = normalizeConfiguredAppBasePath();\n\n // Nitro runs its own server build after the React Router/Vite build. The\n // template's agent-chat plugin imports .generated/actions-registry.ts so the\n // serverless bundle has static imports for every domain action. Regenerate\n // here as well so deploy builds are not coupled to a previous Vite run or to\n // ignored local .generated files being present.\n generateActionRegistryForProject(cwd);\n\n // Work around pnpm + nitro:externals (nf3) bug where dangling symlinks for\n // platform-specific optional deps cause realpath ENOENT during file tracing.\n createDanglingOptionalDepStubs();\n\n const {\n createNitro,\n prepare,\n copyPublicAssets,\n build: nitroBuild,\n } = await import(\"nitro/builder\");\n\n // Resolve the React Router server build so the SSR catch-all route\n // can import \"virtual:react-router/server-build\" in production.\n const rrServerBuild = path.join(cwd, \"build\", \"server\", \"index.js\");\n\n // Inline the template's AGENTS.md + .agents/skills/ content into the Nitro\n // bundle via the `virtual` config option. Nitro's internal `nitro:virtual`\n // Rollup plugin picks this up and resolves `virtual:agents-bundle` to the\n // generated ES module source. Without this, Nitro's Rolldown build (used for\n // netlify, vercel, aws-lambda, node presets) can't resolve the virtual\n // module that `server/agents-bundle.ts` imports — it silently falls through\n // to an empty bundle and the agent gets no instructions/skills at runtime.\n //\n // The Vite plugin at `vite/agents-bundle-plugin.ts` handles this for the\n // React Router client/server build (and cloudflare via esbuild rebundle),\n // but Nitro runs its OWN build from ./server/ without Vite, so it needs its\n // own virtual module registration. Both paths reuse `readAgentsBundleFromFs`\n // from `server/agents-bundle.ts` to guarantee identical content.\n const { readAgentsBundleFromFs } = await import(\"../server/agents-bundle.js\");\n // Resolve the workspace core (if present) up front so the bundle embeds\n // enterprise-wide AGENTS.md + skills alongside the template's.\n const nitroWorkspaceCore = await getWorkspaceCoreExports(cwd);\n const nitroWorkspaceSource = nitroWorkspaceCore\n ? {\n skillsDir: nitroWorkspaceCore.skillsDir,\n agentsMdPath: nitroWorkspaceCore.agentsMdPath,\n rootDir: nitroWorkspaceCore.packageDir,\n }\n : null;\n const agentsBundleModuleSource = () => {\n const bundle = readAgentsBundleFromFs(cwd, nitroWorkspaceSource);\n return `// AUTO-GENERATED by @agent-native/core deploy build (Nitro virtual)\n// Contains the inlined AGENTS.md + .agents/skills/ content from the template,\n// merged with the workspace core's AGENTS.md + skills/ when present.\nconst bundle = ${JSON.stringify(bundle)};\nexport default bundle;\n`;\n };\n\n // Path aliases used by templates (mirrors tsconfig + Vite config). Nitro\n // bundles server/ and actions/ with its own Rolldown pipeline that doesn't\n // see Vite's resolve.alias — so without this, action files that import\n // `@/foo` (= `app/foo`) end up with the literal `@/foo` specifier in the\n // serverless function output and crash at runtime with\n // \"Cannot find package '@/foo' imported from /var/task/main.mjs\".\n const appDir = path.join(cwd, \"app\");\n const sharedDir = path.join(cwd, \"shared\");\n const pathAliases: Record<string, string> = {};\n if (fs.existsSync(appDir)) pathAliases[\"@\"] = appDir;\n if (fs.existsSync(sharedDir)) pathAliases[\"@shared\"] = sharedDir;\n\n const providedPluginsNitroPlugin = await writeProvidedPluginsNitroPlugin();\n\n const nitro = await createNitro({\n rootDir: cwd,\n dev: false,\n preset,\n baseURL: appBasePath || \"/\",\n minify: true,\n serverDir: \"./server\",\n ignore: NITRO_RUNTIME_IGNORE_PATTERNS,\n alias: {\n ...pathAliases,\n ...(fs.existsSync(rrServerBuild)\n ? { \"virtual:react-router/server-build\": rrServerBuild }\n : {}),\n },\n virtual: {\n \"virtual:agents-bundle\": agentsBundleModuleSource,\n },\n // Replace browser-only renderers (Excalidraw/Mermaid) with an inert proxy in\n // the server bundle. Without this, Nitro's Rolldown build pulls the real\n // Excalidraw into a shared vendor chunk imported statically by the SSR render\n // path, and its top-level `window` access crashes the function at cold-start\n // (ReferenceError: window is not defined → every request 502s). Mirrors the\n // Vite `ssrStubPlugin`, which only covers the `build/server` step.\n rollupConfig: {\n plugins: [createBrowserOnlyServerStubPlugin()],\n },\n ...(providedPluginsNitroPlugin\n ? { plugins: [providedPluginsNitroPlugin] }\n : {}),\n routeRules: mcpEmbedStaticAssetRouteRules(appBasePath),\n // For edge presets (cloudflare, deno), bundle all deps — node_modules\n // aren't available at runtime. Netlify/Vercel/Node have node_modules.\n ...(preset.startsWith(\"cloudflare\") || preset.startsWith(\"deno\")\n ? { noExternals: true }\n : {}),\n } as any);\n\n await runNitroBuildPipeline({\n nitro,\n hooks: { prepare, copyPublicAssets, nitroBuild },\n clientDir: path.join(cwd, \"build\", \"client\"),\n publicOutputDir: nitro.options.output.publicDir,\n appBasePath,\n cwd,\n });\n\n if (preset === \"netlify\" || preset === \"vercel\" || preset === \"aws-lambda\") {\n copyInstalledLibsqlNativePackages(nitro.options.output.serverDir);\n copyInstalledResvgPackages(nitro.options.output.serverDir);\n copyInstalledFfmpegStaticPackage(nitro.options.output.serverDir);\n }\n\n // Durable background agent runs (default-OFF / opt-in; enable with a truthy\n // AGENT_CHAT_DURABLE_BACKGROUND). Additive ONLY: emits a SECOND Netlify\n // function whose name ends in `-background` re-exporting the same handler\n // bundle, so the chat `_process-run` POST lands on Netlify's async (15-min)\n // function. When not opted in this is a no-op and the single-function\n // deploy is byte-for-byte unchanged.\n if (preset === \"netlify\" && isDurableBackgroundDeployEnabled()) {\n try {\n emitSingleTemplateNetlifyBackgroundFunction(cwd);\n } catch (err) {\n console.warn(\n \"[build] Failed to emit durable-background Netlify function (non-fatal):\",\n err instanceof Error ? err.message : err,\n );\n }\n }\n\n // Resolve remaining bare npm imports by bundling them into _libs/.\n // Nitro sometimes leaves small packages as externals even with noExternals.\n if (preset.startsWith(\"cloudflare\") || preset.startsWith(\"deno\")) {\n const { execFileSync } = await import(\"child_process\");\n const { createRequire } = await import(\"module\");\n const esbuildBin = (() => {\n try {\n const _req = createRequire(cwd + \"/\");\n const pkg = path.dirname(_req.resolve(\"esbuild/package.json\"));\n const bin = path.join(pkg, \"bin\", \"esbuild\");\n if (fs.existsSync(bin)) return bin;\n } catch {}\n return \"esbuild\";\n })();\n\n // Scan all output files for bare npm imports\n const outputDir =\n nitro.options.output.serverDir || path.join(cwd, \"dist\", \"_worker.js\");\n const bareImports = new Set<string>();\n function scanForBareImports(dir: string) {\n if (!fs.existsSync(dir)) return;\n for (const entry of fs.readdirSync(dir, { withFileTypes: true })) {\n const p = path.join(dir, entry.name);\n if (entry.isDirectory()) {\n scanForBareImports(p);\n continue;\n }\n if (!entry.name.endsWith(\".mjs\") && !entry.name.endsWith(\".js\"))\n continue;\n const code = fs.readFileSync(p, \"utf-8\");\n const matches = code.matchAll(/from\\s*[\"']([a-z@][a-z0-9._\\-/]*)[\"']/g);\n for (const m of matches) {\n const mod = m[1];\n if (mod.startsWith(\"node:\")) continue;\n // Skip Node builtins that are available via nodejs_compat\n const builtins = new Set([\n \"fs\",\n \"path\",\n \"os\",\n \"crypto\",\n \"http\",\n \"https\",\n \"stream\",\n \"url\",\n \"util\",\n \"events\",\n \"buffer\",\n \"net\",\n \"tls\",\n \"assert\",\n \"timers\",\n \"child_process\",\n \"module\",\n \"process\",\n \"sqlite\",\n \"worker_threads\",\n \"querystring\",\n \"zlib\",\n \"vm\",\n \"string_decoder\",\n \"diagnostics_channel\",\n \"async_hooks\",\n \"perf_hooks\",\n \"inspector\",\n ]);\n if (builtins.has(mod)) continue;\n bareImports.add(mod);\n }\n }\n }\n scanForBareImports(outputDir);\n\n // For each bare import, try to bundle it as a standalone module\n if (bareImports.size > 0) {\n const libsDir = path.join(outputDir, \"_libs\");\n fs.mkdirSync(libsDir, { recursive: true });\n for (const mod of bareImports) {\n const outFile = path.join(libsDir, `${mod.replace(/[/@]/g, \"_\")}.mjs`);\n try {\n // Resolve the module — check workspace node_modules and pnpm store\n let resolvedMod = mod;\n const _require = createRequire(cwd + \"/\");\n try {\n const resolved = _require.resolve(mod);\n resolvedMod = resolved;\n } catch {\n // Try from workspace root\n try {\n const wsRequire = createRequire(\n path.resolve(cwd, \"../../package.json\"),\n );\n resolvedMod = wsRequire.resolve(mod);\n } catch {\n // Will fail at esbuild\n }\n }\n // Scan what named imports the consumer expects, then generate\n // explicit re-exports to handle CJS modules properly.\n const neededExports = new Set<string>();\n function findNeededExports(dir: string) {\n if (!fs.existsSync(dir)) return;\n for (const entry of fs.readdirSync(dir, { withFileTypes: true })) {\n const p = path.join(dir, entry.name);\n if (entry.isDirectory()) {\n findNeededExports(p);\n continue;\n }\n if (!entry.name.endsWith(\".mjs\") && !entry.name.endsWith(\".js\"))\n continue;\n const code = fs.readFileSync(p, \"utf-8\");\n // Match: import{foo as bar,baz}from\"<mod>\"\n const escaped = mod.replace(/[.*+?^${}()|[\\]\\\\]/g, \"\\\\$&\");\n const re = new RegExp(\n `import\\\\{([^}]+)\\\\}from[\"']${escaped}[\"']`,\n \"g\",\n );\n for (const m2 of code.matchAll(re)) {\n for (const part of m2[1].split(\",\")) {\n const name = part\n .trim()\n .split(/\\s+as\\s+/)[0]\n .trim();\n if (name && /^[a-zA-Z_$]/.test(name)) neededExports.add(name);\n }\n }\n }\n }\n findNeededExports(outputDir);\n\n const entryCode =\n neededExports.size > 0\n ? [\n `import _mod from \"${resolvedMod}\";`,\n `export default _mod;`,\n ...Array.from(neededExports).map(\n (n) =>\n `export const ${n} = _mod.${n} ?? _mod?.default?.${n};`,\n ),\n ].join(\"\\n\")\n : `export * from \"${resolvedMod}\"; export { default } from \"${resolvedMod}\";`;\n\n execFileSync(\n esbuildBin,\n [\n \"--bundle\",\n `--outfile=${outFile}`,\n \"--format=esm\",\n \"--platform=neutral\",\n \"--target=es2022\",\n \"--external:node:*\",\n ],\n {\n input: entryCode,\n cwd,\n stdio: [\"pipe\", \"pipe\", \"pipe\"],\n },\n );\n // Rewrite imports in all files to point to the bundled module\n function rewriteImports(dir: string) {\n if (!fs.existsSync(dir)) return;\n for (const entry of fs.readdirSync(dir, { withFileTypes: true })) {\n const p = path.join(dir, entry.name);\n if (entry.isDirectory()) {\n rewriteImports(p);\n continue;\n }\n if (!entry.name.endsWith(\".mjs\") && !entry.name.endsWith(\".js\"))\n continue;\n let code = fs.readFileSync(p, \"utf-8\");\n const relPath = path\n .relative(path.dirname(p), outFile)\n .replace(/\\\\/g, \"/\");\n const importPath = relPath.startsWith(\".\")\n ? relPath\n : \"./\" + relPath;\n const re = new RegExp(\n `from[\"']${mod.replace(/[.*+?^${}()|[\\]\\\\]/g, \"\\\\$&\")}[\"']`,\n \"g\",\n );\n if (re.test(code)) {\n code = code.replace(re, `from\"${importPath}\"`);\n fs.writeFileSync(p, code);\n }\n }\n }\n rewriteImports(outputDir);\n console.log(`[deploy] Bundled external: ${mod}`);\n } catch {\n console.warn(\n `[deploy] Could not bundle: ${mod} (may not be needed at runtime)`,\n );\n }\n }\n }\n }\n\n // Cloudflare-specific post-build patches\n if (preset.startsWith(\"cloudflare\")) {\n const serverDir2 = nitro.options.output.serverDir;\n const scanDirs = [serverDir2];\n if (serverDir2) {\n const chunksDir = path.join(serverDir2, \"_chunks\");\n const libsDir = path.join(serverDir2, \"_libs\");\n if (fs.existsSync(chunksDir)) scanDirs.push(chunksDir);\n if (fs.existsSync(libsDir)) scanDirs.push(libsDir);\n }\n\n for (const scanDir of scanDirs) {\n if (!scanDir || !fs.existsSync(scanDir)) continue;\n for (const file of fs.readdirSync(scanDir)) {\n if (!file.endsWith(\".mjs\") && !file.endsWith(\".js\")) continue;\n const filePath = path.join(scanDir, file);\n let code = fs.readFileSync(filePath, \"utf-8\");\n let changed = false;\n\n // 1. Rewrite bare Node.js imports to node: prefixed.\n // CF Workers requires the node: prefix for built-in modules.\n const NODE_BUILTINS = [\n \"fs\",\n \"path\",\n \"os\",\n \"crypto\",\n \"http\",\n \"https\",\n \"stream\",\n \"url\",\n \"util\",\n \"events\",\n \"buffer\",\n \"querystring\",\n \"zlib\",\n \"net\",\n \"tls\",\n \"assert\",\n \"timers\",\n \"child_process\",\n \"module\",\n \"process\",\n \"sqlite\",\n \"worker_threads\",\n \"string_decoder\",\n \"diagnostics_channel\",\n \"async_hooks\",\n \"perf_hooks\",\n \"inspector\",\n \"vm\",\n ];\n for (const mod of NODE_BUILTINS) {\n // Match: from\"fs\" or from \"fs\" (but not from\"node:fs\")\n const re = new RegExp(`from\\\\s*[\"']${mod}[\"']`, \"g\");\n if (re.test(code)) {\n code = code.replace(re, `from\"node:${mod}\"`);\n changed = true;\n }\n }\n\n // 2. Patch import.meta.url for createRequire().\n // React Router's server build uses createRequire(import.meta.url)\n // but import.meta.url is undefined on CF Workers.\n if (code.includes(\"import.meta.url\")) {\n code = code.replace(/import\\.meta\\.url/g, '\"file:///worker.mjs\"');\n changed = true;\n }\n\n // 3. Patch setInterval/setTimeout at global scope.\n // CF Workers disallows timers in global scope.\n if (code.includes(\"setInterval\") && !code.includes(\"__timer_shim__\")) {\n const shim =\n \"/* __timer_shim__ */\" +\n \"var __origSetInterval=globalThis.setInterval;\" +\n \"globalThis.setInterval=function(){return{unref(){},ref(){},close(){}}};\";\n const restore =\n \";(function(){if(typeof __origSetInterval!=='undefined')globalThis.setInterval=__origSetInterval})();\";\n code = shim + code + \"\\n\" + restore;\n changed = true;\n }\n\n if (changed) fs.writeFileSync(filePath, code);\n }\n }\n // 3. Create stub modules in _libs/ for native deps that Nitro's rolldown\n // bundler references but can't resolve on CF Workers, and rewrite\n // bare imports to point to the stub files.\n const libsDir2 = path.join(\n serverDir2 || path.join(cwd, \"dist\", \"_worker.js\"),\n \"_libs\",\n );\n if (fs.existsSync(libsDir2)) {\n const NATIVE_STUBS = [\"better-sqlite3\", \"node-pty\", \"cron-parser\"];\n for (const mod of NATIVE_STUBS) {\n const libFiles = fs\n .readdirSync(libsDir2)\n .filter((f) => f.endsWith(\".mjs\"));\n const referencingFiles: string[] = [];\n for (const f of libFiles) {\n const filePath = path.join(libsDir2, f);\n const content = fs.readFileSync(filePath, \"utf-8\");\n if (content.includes(`\"${mod}\"`) || content.includes(`'${mod}'`)) {\n referencingFiles.push(filePath);\n }\n }\n if (referencingFiles.length === 0) continue;\n\n // Create a stub _libs/<mod>.mjs that exports empty defaults\n const stubName = mod.replace(/[/@]/g, \"__\") + \".mjs\";\n const stubPath = path.join(libsDir2, stubName);\n if (!fs.existsSync(stubPath)) {\n fs.writeFileSync(\n stubPath,\n `export default {}; export const watch = () => ({ close() {} });\\n`,\n );\n console.log(`[deploy] Created stub for _libs/${stubName}`);\n }\n\n // Rewrite bare imports in _libs/ and _chunks/ to use the stub\n const escaped = mod.replace(/[.*+?^${}()|[\\]\\\\]/g, \"\\\\$&\");\n const importRe = new RegExp(`(from\\\\s*[\"'])${escaped}([\"'])`, \"g\");\n // Scan _libs/ files\n for (const filePath of referencingFiles) {\n let code = fs.readFileSync(filePath, \"utf-8\");\n if (importRe.test(code)) {\n code = code.replace(importRe, `$1./${stubName}$2`);\n fs.writeFileSync(filePath, code);\n console.log(\n `[deploy] Rewrote ${mod} imports in _libs/${path.basename(filePath)}`,\n );\n }\n }\n // Also scan _chunks/ files (they import native deps too)\n const chunksDir2 = path.join(\n serverDir2 || path.join(cwd, \"dist\", \"_worker.js\"),\n \"_chunks\",\n );\n if (fs.existsSync(chunksDir2)) {\n for (const f of fs\n .readdirSync(chunksDir2)\n .filter((f) => f.endsWith(\".mjs\") || f.endsWith(\".js\"))) {\n const filePath = path.join(chunksDir2, f);\n let code = fs.readFileSync(filePath, \"utf-8\");\n if (importRe.test(code)) {\n // From _chunks/, the stub is at ../_libs/<stubName>\n code = code.replace(importRe, `$1../_libs/${stubName}$2`);\n fs.writeFileSync(filePath, code);\n console.log(`[deploy] Rewrote ${mod} imports in _chunks/${f}`);\n }\n }\n }\n }\n }\n\n console.log(\n \"[deploy] Patched bare Node imports, timer calls, and route finder for CF Workers\",\n );\n }\n\n await nitro.close();\n console.log(`[deploy] Nitro build complete for preset \"${preset}\".`);\n}\n\nasync function main() {\n console.log(`[deploy] Building for ${preset}...`);\n\n switch (preset) {\n case \"cloudflare_pages\":\n case \"cloudflare-pages\":\n // Cloudflare Workers require a single-file bundle that wrangler can deploy.\n // Nitro's native presets produce split chunks that wrangler can't upload\n // as multi-module Workers. Use the custom esbuild-based bundler.\n await buildCloudflarePages();\n break;\n default:\n // All other presets (netlify, vercel, deno_deploy, aws-lambda, etc.)\n // are handled natively by Nitro's build API.\n await buildWithNitro();\n break;\n }\n}\n\nif (\n process.argv[1] &&\n path.resolve(process.argv[1]) === path.resolve(fileURLToPath(import.meta.url))\n) {\n await main();\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/core",
3
- "version": "0.76.2",
3
+ "version": "0.76.3",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=22"