From af2b118f86f8746523512df8ef830dc2613e988d Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Wed, 22 Apr 2026 22:28:14 -0300 Subject: [PATCH] docs: respect STAGE-GBO using 10.0.3.x on 10.0.0.1 to test chat.stage.pragmatismo.com.br --- AGENTS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 1bdc9309..5b5e3c33 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -727,6 +727,17 @@ CARGO_BUILD_JOBS=1 cargo check -p botserver 2>&1 | tail -200 --- +--- + +## 🧪 Testing Staging Environment (STAGE-GBO) + +To test `chat.stage.pragmatismo.com.br` or other services in the STAGE-GBO environment: +- Use the `10.0.3.x` subnet for container IPs (e.g., `10.0.3.10` for the system container). +- Route testing via the host gateway at `10.0.0.1` or directly hit container IPs inside the staging host. +- Do NOT confuse staging IP ranges (`10.0.3.x`) with production ranges. + +--- + ## 🎭 Playwright Browser Testing - YOLO Mode **When user requests to start YOLO mode with Playwright:**