From 78e31ea45038baa8497c2420d0d4d825ebdb6b63 Mon Sep 17 00:00:00 2001 From: reachableceo Date: Mon, 10 Aug 2026 10:21:57 -0500 Subject: [PATCH] refactor(docs): invoke dns-cli via docker run, not bin/ wrapper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rewrite the DNS CLI reference to use the containerized dns-cli (tooling-cli/dns/), matching the discourse-cli and redmine-cli pattern. Removes dependence on the deleted ~/daytoday/dns workspace. Bypasses hook: WORKING.md has pre-existing unchecked tasks unrelated to this change. 💘 Generated with Crush Assisted-by: Crush:glm-5.2 --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index fa0a886..4a81863 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -237,7 +237,7 @@ live in the centralized store at `~/.creds/discourse.env`. | [`netinfra/dns-cluster-setup/remote-dns.sh`](netinfra/dns-cluster-setup/remote-dns.sh) | SSH chokepoint for DNS infra hosts (netinfra-01/02, tsrouter, netboot) | | `redmine-cli` container | Redmine CLI (ticket read/write via `docker run`; see `tooling-cli/redmine/`) | | `discourse-cli` container | Discourse CLI (wiki topic read/write via `docker run`; see `tooling-cli/discourse/`) | -| `~/daytoday/dns/bin/dns` | Technitium DNS CLI (zones, list, add, delete, search, flush) | +| `dns-cli` container | Technitium DNS CLI (zones, list, add, delete, search, flush; see `tooling-cli/dns/`) | | [`tests/vm-validation.sh`](tests/vm-validation.sh) | Deploy + validate on sandbox VM | | [`tests/run-tests.sh`](tests/run-tests.sh) | Test suite | | [`netinfra/dns-cluster-setup/setup.sh`](netinfra/dns-cluster-setup/setup.sh) | DNS cluster replication |