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. -