From bdd0dc5de3d3d8bd0a9f3bcbbca1c5c1eb4227fa Mon Sep 17 00:00:00 2001 From: Derek Lewis Date: Sun, 16 Aug 2026 03:11:12 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=97=EF=B8=8F=F0=9F=9A=AE=EF=BC=9Aremov?= =?UTF-8?q?e=20what=20nothing=20reads?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Four things that had stopped meaning anything. `tools/archetypes/default.html` is a Hugo idea, from before this site was built with eleventy, and nothing in the repository mentions archetypes. `tools/remark-lint-rules/` and `tools/remark-plugins/` have held nothing but a `.gitkeep` since they were made; the rules and plugins they were for are configured in `.remarkrc.mjs` instead. `toc: true` in the agent forwarding page is read by no layout, include or config, so it has been describing a table of contents that was never rendered. Each was checked for references before going, and the build writes the same 34 files afterwards. Signed-off-by: Derek Lewis Assisted-by: Claude-Code:claude-opus-5 --- collections/_docs/agent-forwarding.md | 1 - tools/archetypes/default.html | 11 ----------- tools/remark-lint-rules/.gitkeep | 1 - tools/remark-plugins/.gitkeep | 1 - 4 files changed, 14 deletions(-) delete mode 100644 tools/archetypes/default.html delete mode 100644 tools/remark-lint-rules/.gitkeep delete mode 100644 tools/remark-plugins/.gitkeep diff --git a/collections/_docs/agent-forwarding.md b/collections/_docs/agent-forwarding.md index b1edd61c9..3e12ee428 100644 --- a/collections/_docs/agent-forwarding.md +++ b/collections/_docs/agent-forwarding.md @@ -5,7 +5,6 @@ permalink: /docs/dev/internals/contributing/agent-forwarding/ relevant_urls: - https://code.visualstudio.com/remote/advancedcontainers/sharing-git-credentials - https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification -toc: true draft: true --- diff --git a/tools/archetypes/default.html b/tools/archetypes/default.html deleted file mode 100644 index 0d2eea2a4..000000000 --- a/tools/archetypes/default.html +++ /dev/null @@ -1,11 +0,0 @@ - diff --git a/tools/remark-lint-rules/.gitkeep b/tools/remark-lint-rules/.gitkeep deleted file mode 100644 index 8b1378917..000000000 --- a/tools/remark-lint-rules/.gitkeep +++ /dev/null @@ -1 +0,0 @@ - diff --git a/tools/remark-plugins/.gitkeep b/tools/remark-plugins/.gitkeep deleted file mode 100644 index 8b1378917..000000000 --- a/tools/remark-plugins/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -