Skip to content

fix: sync llms.txt H1 test and docs to WebJs brand casing#869

Merged
vivek7405 merged 1 commit into
mainfrom
fix/llms-h1-casing
Jul 9, 2026
Merged

fix: sync llms.txt H1 test and docs to WebJs brand casing#869
vivek7405 merged 1 commit into
mainfrom
fix/llms-h1-casing

Conversation

@vivek7405

Copy link
Copy Markdown
Collaborator

Closes #868

What

main is red. #855 correctly capitalized the llms.txt index H1 in docs/lib/llms.server.ts to # WebJs documentation (the brand), but left two spots pinning the old lowercase form:

  • test/docs/llms.test.mjs:55 asserted /^# webjs documentation/
  • docs/AGENTS.md documented the H1 (and a prose line) as lowercase (docs/*.md was not swept by the one-time fix)

This updates both to WebJs to match the emitted output. Source is unchanged (already correct).

Root cause

The failing "Unit + integration" check was present on #855 and got bypassed by an --admin merge (which skips failing checks, not only the review gate). Fixing forward here; the process lesson (never admin-merge past a red check) is noted on #868 and is a candidate for the start-work guard.

Tests

node --test test/docs/llms.test.mjs: all green (10 assertions incl. the H1 test).

https://claude.ai/code/session_016RNAZ8EfZYE8ZBpKUCzUao

#855 correctly capitalized the llms.txt index H1 in llms.server.ts to
'# WebJs documentation' but left test/docs/llms.test.mjs and docs/AGENTS.md
pinning the old lowercase form, which failed on main. Update the test
assertion and the docs spec to match the emitted WebJs casing.
@vivek7405 vivek7405 merged commit 32d1889 into main Jul 9, 2026
10 checks passed
@vivek7405 vivek7405 deleted the fix/llms-h1-casing branch July 9, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: main red, llms.txt H1 wrongly capitalized by #855 brand fix

1 participant