pnpm install
pnpm build
pnpm test- Add or update tests for behavior changes.
- Add a changeset for package changes with
pnpm changeset. - Keep browser bundles small and dependency-light.
- Do not add tracking, analytics, or network calls outside configured ring sources.
- Edit a file in
rings/. - Run
pnpm validate:example-ringorpnpm --filter @webring-kit/cli start validate rings/<ring>.json. - Optionally run
check-sitesto validate reachability and reciprocal links. - Open a pull request.