From abb7232ce08cc7a5574e4fd608b8f9b1be218b5f Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Fri, 12 Sep 2025 14:31:44 -0500 Subject: [PATCH] docs(agents): allow host curl strictly for connectivity checks --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index e09b080..78b0bd9 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -54,7 +54,8 @@ Package ~100 free/libre/open-source applications as Cloudron apps with a fast, c ## Networking & External Access - All networked actions (git clones, docker pulls, downloads) must happen from within the packaging container. -- Do not attempt host-level network configuration or host-level package installation. +- Host-level curl allowance: You MAY use `curl` on the host strictly for quick connectivity checks (e.g., verifying a URL or endpoint is reachable). Do not install any additional host packages beyond `docker`, `git` (and optionally `tea`). +- Do not attempt other host-level network configuration or host-level package installation. ## Commit Messages - Use conventional, concise messages: @@ -66,4 +67,3 @@ Package ~100 free/libre/open-source applications as Cloudron apps with a fast, c ## When in Doubt - Ask for maintainer guidance before introducing new tools, dependencies, or changing global structure. - Default to safer, smaller changes and explicit approval before pushing. -