Skip to content

skills: v6.6.2 catch-up - #17

Open
seidroid[bot] wants to merge 2 commits into
mainfrom
docs-bridge/release-v6.6.2
Open

skills: v6.6.2 catch-up#17
seidroid[bot] wants to merge 2 commits into
mainfrom
docs-bridge/release-v6.6.2

Conversation

@seidroid

@seidroid seidroid Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Skill catch-up for v6.6.2.

1 source PR(s) produced changes across 1 commit(s). Each source PR is a separate commit, so this reviews commit-by-commit.

source PR files touched summary
sei-protocol/sei-chain#3954 skill/references/cli/seid-cli.md seid init now auto-populates bootstrap-peers with Sei Labs seed nodes for known public networks (pacific-1, atlantic-2), and the --chain-id flag is now documented as required.

Reviewer notes

  • Backport release/v6.6: feat(seeds): ship Sei Labs seeds as the default bootstrap-peers sei-chain#3954 — The core behavior change (auto-populated bootstrap-peers + required --chain-id) is operator-facing and best documented in node-operations.md, which already covers seid init usage. The seid-cli.md reference does not currently document seid init at all — this is more of an add_section than a targeted update, but flagged as update since the file exists and lacks any init coverage; a reviewer may prefer to fold it into node-operations.md only. The new app/seeds Go package is internal (built-in seed data) and does not itself warrant a standalone skill file, since operators interact with it only indirectly via seid init.

⚠️ Possible contradictions or misplaced sections

Flagged by a review of every touched page's final text. Each source PR was analysed in isolation, so these were invisible to the per-PR checks. Verify before merging — the checker cannot tell which side of a contradiction is correct.

Comparing the new text against the untouched surrounding text:

  • Contradiction on --mode values: The new seid init synopsis lists [--mode full|validator|seed|archive] (with archive), but the following bullet describes only validator/seed/full and says "Default mode is full" — while the untouched section header shows --mode full|validator|seed|archive. (Minor, but the bullet's enumeration omits archive; not a hard contradiction.)

  • Contradiction on IAVL/SeiDB backend vs. configurability: The untouched "Proofs" bullet says "The legacy IAVL backend has been fully removed and SeiDB SC is mandatory — a node started with sc-enable = false panics." This describes sc-enable as both a removed/mandatory feature and a still-settable config option (sc-enable = false can be set to trigger the panic). This is the "removed and configurable" pattern.

NONE of the newly inserted Node Initialization text itself contradicts the untouched text, is misplaced under a contradicting heading, or misspells identifiers consistently used elsewhere.

Given the criteria, the only clear qualifying item is:

  • A setting described as both removed/mandatory and configurable: sc-enable (legacy IAVL "fully removed"/"mandatory" yet sc-enable = false is a settable value).

Generated by sei-docs-bridge. Every change is a proposal — verify against the source PRs before merging.

…ed nodes for known public networks (pacific-1, atlantic-2), and the --chain-id flag is now documented as required. (sei-protocol/sei-chain#3954)
@seidroid seidroid Bot added the automated Automated PR from sei-docs-bridge label Aug 20, 2026
The new section was inserted between the Setup heading's intro line and its
own build block, which left the clone/build steps and the Requirements list
sitting under `## Node Initialization` rather than `## Setup`. Moved it to a
sibling section ahead of Network Reference; the move is otherwise lossless.

Also completes the --mode bullet with archive, which the synopsis above it
already listed and cmd/seid/cmd/init.go accepts (it runs as a CometBFT full
node but takes archive-specific app and EVM config).
@monty-sei
monty-sei self-requested a review August 31, 2026 08:55
@monty-sei
monty-sei marked this pull request as ready for review August 31, 2026 08:56
@cursor

cursor Bot commented Aug 31, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Documentation-only updates to the skill CLI reference; no runtime or config code changes in this repo.

Overview
Adds a Node Initialization section to seid-cli.md so the CLI reference covers seid init for the first time, aligned with v6.6.2 operator behavior.

The new text states that --chain-id is required (with the panic message if omitted), documents optional --mode (full, validator, seed, archive), and explains that seid init now pre-fills bootstrap-peers in config.toml with Sei Labs seeds on pacific-1 and atlantic-2, while arctic-1 and unknown chains get none. It also clarifies bootstrap vs persistent peers, no overwrite of an existing bootstrap-peers value, and exact case-sensitive chain-id matching.

Reviewed by Cursor Bugbot for commit 7a7b60c. Bugbot is set up for automated code reviews on this repo. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated Automated PR from sei-docs-bridge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant