Skip to content

Commit 8464cfa

Browse files
Withdraw unreferenced media from the cadclaw.io publish set
The build copies docs/media wholesale, so 24 of 26 images shipped to the public origin without any page linking them: 26.1 MB of a 33.9 MB artifact. They were not harmless. https://cadclaw.io/media/arb_scoreboard.png was the page's previous og:image, so every cached social card and crawler index kept serving the MARB scoreboard from the tool's own domain, which is exactly the conflation this site was rewritten to stop. The MARB benchmark imagery, TRL/MRL/IRL chart, and goal renders were all still fetchable after the page stopped referencing them. Withdrawn, not deleted: moved to the local git-ignored _unpublished_media_2026-08-21/. The two images the published surfaces actually use are kept, and m3crete_radial_spin.gif stays because README.md renders it on GitHub and PyPI. Artifact: 40 files / 33.9 MB -> 16 files / 7.2 MB. All 111 internal links still resolve. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 3f0b348 commit 8464cfa

25 files changed

Lines changed: 3 additions & 508 deletions

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,6 @@ tmp_v*_transfer/
7373
/v[0-9]*.jpg
7474
/v[0-9]*.png
7575
/v[0-9]*.log
76+
77+
# Media withdrawn from the site 2026-08-21 (kept locally, never served)
78+
_unpublished_media_*/

docs/media/arb_flowchart.png

-218 KB
Binary file not shown.

docs/media/arb_scoreboard.png

-85.7 KB
Binary file not shown.

docs/media/cadclaw_auto_assembly_loop.svg

Lines changed: 0 additions & 112 deletions
This file was deleted.
-97.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)