From fc7382ba3d01e45ebb1cebda05051864004ec134 Mon Sep 17 00:00:00 2001 From: Kateryna Kodonenko Date: Fri, 6 Mar 2026 11:47:18 +0100 Subject: [PATCH 1/2] Add multisite info to agents.md --- apps/cli/lib/agents-md.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/lib/agents-md.ts b/apps/cli/lib/agents-md.ts index ce5207de01..b797c1ddd7 100644 --- a/apps/cli/lib/agents-md.ts +++ b/apps/cli/lib/agents-md.ts @@ -98,7 +98,7 @@ studio wp db query "SELECT option_name, option_value FROM wp_options LIMIT 10;" **Port and URL:** The local URL and port are assigned dynamically by Studio. Always retrieve the current URL with \`studio site status\` rather than hardcoding it. -**Multisite:** WordPress Multisite is not supported in Studio sites. +**Multisite:** WordPress Multisite is supported in Studio sites when the site was created from a blueprint that includes the \`enableMultisite\` step. Multisite requires a custom domain — Studio will prompt for one during site creation when the blueprint includes that step. **Persistence:** The site runs in-process using PHP WASM. File writes to \`wp-content/\` persist to disk normally. Server-side cron is emulated; long-running background processes are not supported. `; From cfb16ff2576abce9660890d2b68aeb5ceb1493ac Mon Sep 17 00:00:00 2001 From: Kateryna Kodonenko Date: Fri, 6 Mar 2026 11:54:42 +0100 Subject: [PATCH 2/2] Grammar --- apps/cli/lib/agents-md.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/lib/agents-md.ts b/apps/cli/lib/agents-md.ts index b797c1ddd7..5ecb185e4f 100644 --- a/apps/cli/lib/agents-md.ts +++ b/apps/cli/lib/agents-md.ts @@ -98,7 +98,7 @@ studio wp db query "SELECT option_name, option_value FROM wp_options LIMIT 10;" **Port and URL:** The local URL and port are assigned dynamically by Studio. Always retrieve the current URL with \`studio site status\` rather than hardcoding it. -**Multisite:** WordPress Multisite is supported in Studio sites when the site was created from a blueprint that includes the \`enableMultisite\` step. Multisite requires a custom domain — Studio will prompt for one during site creation when the blueprint includes that step. +**Multisite:** WordPress Multisite is supported in Studio sites when the site was created from a blueprint that includes the \`enableMultisite\` step. Multisite requires a custom domain: Studio will prompt for one during site creation when the blueprint includes that step. **Persistence:** The site runs in-process using PHP WASM. File writes to \`wp-content/\` persist to disk normally. Server-side cron is emulated; long-running background processes are not supported. `;