Skip to content

docs: regenerate llms-full.txt to match current docs/site/ content#21277

Merged
bloxster merged 2 commits into
mainfrom
docs/regen-llms-full
May 19, 2026
Merged

docs: regenerate llms-full.txt to match current docs/site/ content#21277
bloxster merged 2 commits into
mainfrom
docs/regen-llms-full

Conversation

@bloxster

Copy link
Copy Markdown
Collaborator

Summary

Pure mechanical regeneration of llms-full.txt (both root and docs/site/static/ copies) via python3 docs/site/scripts/generate-llms.py. Catches up accumulated drift from prior docs PRs that landed before #21028 added the --check step to ci-gate.

Drift content

  • New flags documented: --erigondb.domain.steps-in-frozen-file, --caplin.nat, --caplin.columns-keep-slots
  • Corrected defaults: --log.dir.verbosity (added missing default), --rpc.subscription.filters.maxlogs/maxheaders/maxtxs (010000)
  • Smart-quote normalization in two CLI flag descriptions
  • New "Caplin (consensus layer) NAT" doc section pulled in from docs/site/docs/

Why now

#21028 is stuck in the merge queue because its docs-site job now runs generate-llms.py --check against every merge_group event. That check correctly catches the pre-existing drift on main and fails the queue's CI Gate. Landing this PR clears the drift so #21028's next requeue passes.

Test plan

🤖 Generated with Claude Code

Pure regeneration via `docs/site/site/scripts/generate-llms.py`. Catches
up accumulated content drift from prior docs PRs that landed before
PR #21028 added the `--check` step to ci-gate.

Drift content:
- new flags: --erigondb.domain.steps-in-frozen-file, --caplin.nat,
  --caplin.columns-keep-slots
- corrected defaults: --log.dir.verbosity (added missing default),
  --rpc.subscription.filters.maxlogs/maxheaders/maxtxs (0 → 10000)
- smart-quote → straight-quote normalization
- new "Caplin (consensus layer) NAT" doc section pulled in

After this lands, the chicken-and-egg blocking #21028 in the merge queue
clears: the drift check on its merge_group run will see an in-sync main
and pass.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR mechanically regenerates llms-full.txt (root + docs/site/static/) so the committed LLMs export matches the current docs/site/ documentation, eliminating drift that now fails CI when generate-llms.py --check is enforced.

Changes:

  • Regenerated llms-full.txt outputs to align with current docs content (new flags/sections and corrected defaults).
  • Updated documented defaults and added new documented CLI flags/sections (e.g., Caplin NAT guidance).
  • Normalized a couple of smart quotes in txpool wording.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
llms-full.txt Regenerated full docs export, including new/updated CLI flag documentation and new Caplin NAT section.
docs/site/static/llms-full.txt Same regenerated export placed under the docs-site static assets for publishing/CI checks.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread llms-full.txt Outdated
Comment thread docs/site/static/llms-full.txt Outdated
Addresses Copilot review comment on #21277: the new Caplin NAT table
in nat.md used British "Behaviour" while the same source file (and
the rest of the document) uses American "behavior" (e.g. line 46:
"NAT modes explained (practical behavior)").

Fix the source MD and regenerate the two llms-full.txt outputs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@bloxster bloxster added this pull request to the merge queue May 19, 2026
Merged via the queue into main with commit 289a10c May 19, 2026
69 checks passed
@bloxster bloxster deleted the docs/regen-llms-full branch May 19, 2026 18:37
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.

3 participants