From 0889d83a0a583858d9c7f9052a7f7e7f4cc1d12a Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 21 Apr 2026 12:50:05 +1000 Subject: [PATCH] removed irrelevant docker instructions --- AGENTS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index cff7cd6..d16ee6e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -65,5 +65,3 @@ Create a provider skeleton that can compile and expose the provider plus read-on - Use `codex/doctor.sh` for troubleshooting. - Do not install global packages unless explicitly required. - Prefer repo-local state under `.codex/`. -- Do not run `docker compose up`, `down`, or `pull` unless explicitly requested. -- Safe validation via `./services-up.sh --profile all config` is allowed.