Fix docs drift and repo hygiene - #2026
Merged
Merged
Conversation
- CLAUDE.md: Astro 7 / Vite 8, correct pointer to src/content/CLAUDE.md, where unit tests actually live - README: Cloudflare Workers (not Pages); Node 22+ locally, matching engines - e2e/README: drop the Jekyll-era server, port 4000, and nonexistent test:e2e:astro / playwright-astro.config.ts - script/README: super-linter isn't part of CI; document the scripts that were missing - script/fix-lint: point at src/content instead of Jekyll-era _posts/ and content/ paths, so the documented remark -o rescue actually works - .gitignore: drop Jekyll/Ruby leftovers and a duplicate .env; add lychee artifacts and *-tmp.* probes - package.json: drop meaningless "main" Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Docs and hygiene fixes from a general audit.
CLAUDE.mdsrc/content/posts/CLAUDE.md, which doesn't exist; the file issrc/content/CLAUDE.md.src/utils/; they also live insrc/lib/,worker/, and elsewhere.README.mdengines(22+). CI still uses 24.e2e/README.md. Removed instructions for a Jekyll server on port 4000, plustest:e2e:astroandplaywright-astro.config.ts, neither of which exists.script/README.mdnew,changed-content,validate-redirects, thefoundry-*scripts,standard-site/, and the others that were missing.script/fix-lint. It only globbed_posts/*andcontent/**, so the "remark -orescue" that CLAUDE.md and the agent docs point to never touchedsrc/content. It now does..gitignore.env..lycheecache,lychee-report.md, and*-tmp.*.package.json. Dropped"main": "astro.config.mjs", which meant nothing.Verification
ruby -c script/fix-lintpasses.🤖 Generated with Claude Code