From 795b447f1f15fac549edd140de69e8359c288290 Mon Sep 17 00:00:00 2001
From: Scott Benson <80784472+scttbnsn@users.noreply.github.com>
Date: Fri, 12 Jun 2026 19:36:44 -0400
Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(readme):=20add=20OpenAI=20?=
=?UTF-8?q?to=20Built=20With,=20standards=20below=20Built=20With,=20ecosys?=
=?UTF-8?q?tem=20cross-link=20table=20(ecosystem=20normalization)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index f978ff91..23b2f5a6 100644
--- a/README.md
+++ b/README.md
@@ -461,10 +461,6 @@ High-level themes only — see [CHANGELOG.md](CHANGELOG.md) for per-release deta
-[](https://semver.org/)
-[](https://www.conventionalcommits.org/)
-[](https://keepachangelog.com/)
-
### Built With
[](https://www.typescriptlang.org/)
@@ -474,7 +470,13 @@ High-level themes only — see [CHANGELOG.md](CHANGELOG.md) for per-release deta
[](https://biomejs.dev/)
[](https://nodejs.org/)
[](https://www.docker.com/)
+
[](https://claude.ai/)
+[](https://openai.com)
+
+[](https://semver.org/)
+[](https://www.conventionalcommits.org/)
+[](https://keepachangelog.com/)
### Community QA
@@ -482,6 +484,17 @@ Thanks to the users who helped test v1.4.0 and v1.5.0 release candidates and rep
[@RK62](https://github.com/RK62) · [@flederohr](https://github.com/flederohr) · [@rj10rd](https://github.com/rj10rd) · [@larueli](https://github.com/larueli) · [@Waler](https://github.com/Waler) · [@ElVit](https://github.com/ElVit) · [@nchieffo](https://github.com/nchieffo) · [@begunfx](https://github.com/begunfx) · [@Ra72xx](https://github.com/Ra72xx)
+### Part of the CodesWhat ecosystem
+
+
+ | Tool | Role |
+ | drydock | Container update monitoring — web UI and notification engine |
+ | lookout | Remote Docker agent — secure socket-level access from Drydock or standalone |
+ | sockguard | Docker socket proxy — default-deny allowlist filter protecting the socket |
+
+
+These three tools are designed to layer: sockguard filters the socket, lookout exposes it remotely, and drydock monitors and acts on container state.
+
---
**[AGPL-3.0 License](LICENSE)**