Skip to content

docs: update llms-full - #930

Merged
joii2020 merged 1 commit into
masterfrom
chore/update-llms-full
Sep 18, 2026
Merged

joii2020 merged 1 commit into
masterfrom
chore/update-llms-full

Conversation

@github-actions

Copy link
Copy Markdown

Automated refresh of website/static/llms-full.txt after docs changes on master.

Generated by the llms-full workflow (replaces the previous direct push to master, which failed under branch protection: GH013 — changes must be made through a pull request).

@vercel

vercel Bot commented Sep 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
nervos-ckb-docs Ready Ready Preview Sep 14, 2026 4:57am UTC

Request Review

@humble-little-bear

Copy link
Copy Markdown
Contributor

CKB Docs Writing Review

Summary

This PR is an automated regeneration of website/static/llms-full.txt — a generated artifact — and contains no changes to Markdown/MDX source files under website/docs/ or website/blog/, which are the scope of this editorial review. The content changes mirror docs already merged to master (reviewed in their own PRs).

As a sanity check, I verified the regeneration is faithful to the current master sources for the most-affected sections: the new ai-agents/ai-assisted-development.md and node/devnet-from-existing-data.mdx sections, and the heavily updated dapp/simple-lock.mdx, dapp/create-token.mdx, and sdk-and-devtool/offckb.mdx sections. All differences from the sources are the generator's expected MDX→plain-text flattening (stripped imports/JSX, unwrapped admonitions, flattened tabs and tutorial headers). No dropped or garbled content detected.

Findings

No docs-writing issues found. LGTM from an editorial standpoint.

@humble-little-bear

Copy link
Copy Markdown
Contributor

Factual accuracy review (automated, ckb-factual-review)

This PR refreshes website/static/llms-full.txt. I extracted the factual claims from the added docs content and checked them against nervosnetwork/ckb (develop @ 95fd0393) and nervosnetwork/rfcs (master @ 62a6e08e).

Verified accurate:

  • node/devnet-from-existing-data.mdx (new guide):
    • Mainnet genesis_epoch_length = 1743 — matches resource/specs/mainnet.toml:4061.
    • Testnet spec has no [params] section; default genesis_epoch_length = 1000 applies — testnet.toml has no [params], default is GENESIS_EPOCH_LENGTH: u64 = 1_000 (spec/src/consensus.rs:59, fallback in spec/src/lib.rs:302-305).
    • permanent_difficulty_in_dummy defaults to false (spec/src/lib.rs:163-165) and bundled resource/specs/dev.toml sets it to true with [pow] func = "Dummy".
    • ckb init --chain dev --import-spec ./mainnet.toml --force--import-spec handled in ckb-bin/src/subcommand/init.rs:182; --force defined in ckb-bin/src/cli.rs.
    • ckb run --skip-spec-check --overwrite-spec — both flags exist (ckb-bin/src/cli.rs:112-115).
    • Error strings ChainSpec: genesis hash mismatch (spec/src/lib.rs:465) and GenesisMismatch / init_snapshot log (spec/src/error.rs:16, shared/src/shared_builder.rs:397-398).
  • dapp/simple-lock.mdx / quick-start / offckb:
    • Example version 0.208.0 is a real CKB release (v0.208.0, 2026-07-14); default RPC listen address is 127.0.0.1:8114 (resource/ckb.toml).
    • blake2b-256 as CKB's default hash (util/hash/src/lib.rs:32, personalization ckb-default-hash); 35-byte ckb-js-vm args prefix (2 reserved + 32 code hash + 1 hash type) is consistent with the code shown.
    • Occupied-capacity formula and "61 CKB is not a universal minimum" are consistent with RFC 0019 / RFC 0022 cell-capacity rules.
    • Claim that OffCKB's Mainnet system-script export lacks ckb-js-vm — confirmed in ckb-devrel/offckb source (MAINNET_SYSTEM_SCRIPTS has ckb_js_vm: undefined; Testnet defines it). OffCKB v0.4.13 exists.
  • dapp/store-data-on-cell: getLiveCell maps to get_live_cell (rpc/src/module/chain.rs:839); proxy port 28114 usage is internally consistent.
  • ai-agents/ai-assisted-development.md (new): referenced workspace/AGENTS.md (ckb-script-templates), ckb-debugger/guide.md (ckb-standalone-debugger), and AGENTS.md (ckb-vm) all exist at the linked paths.

Wallet/pool list changes on the mining page are third-party service references with no counterpart in the authoritative sources; nothing there contradicts ckb/rfcs either.

LGTM, No factual-review issues found.

@joii2020
joii2020 merged commit 42bf55e into master Sep 18, 2026
3 checks passed
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.

2 participants