Closes #
-
feat— new page or substantial content addition -
fix— corrects a factual error, broken link, or bad code example -
docs— changes to meta-docs (CONTRIBUTING.md, README.md, templates) -
chore— tooling, CI, config, or dependency update -
refactor— content restructuring without meaning changes -
style— formatting only
- My PR title starts with a conventional-commit type such as
feat,fix,docs,chore,refactor, orstyle - The title is short, lowercase, and follows the format
type(scope): summary - My commit messages follow the same convention where applicable
Common mistakes that cause PRs to be redirected. Please verify before opening.
- I branched from
develop, notmain - This PR targets
develop, notmain
- All new or modified pages have at least one code example (if applicable)
- Code examples use TypeScript,
@wraith-protocol/sdk, and theChainenum — not raw strings - No marketing copy — descriptions explain what, not how great
- I ran
pnpm run check:snippetslocally and it passes - All new TypeScript/JavaScript fences compile without errors
- I used
no-checkonly for intentionally illustrative pseudocode that cannot be made runnable