pnpm test:e2e for browser-facing changes, pnpm test:property for parser,
compiler, or protocol work, and pnpm test:pack for public package consumer
changes.
Documentation
Mintlify content lives underdocs/. Every Markdown or MDX file needs
frontmatter. Every docs.json navigation entry must resolve to a page. Use
extensionless internal documentation links and run pnpm docs:check before
submitting a change.
Do not add provider credentials, private Studio API details, private endpoint
OpenAPI definitions, guessed domains, or invented contact information.
Changes and review
Add a Changeset withpnpm changeset for user-visible changes to
@rixx-ui/react or @rixx-ui/react-devtools. Keep pull requests focused and
include tests for behavior changes. Substantial API, architecture, security, or
governance changes should start with an issue.
Commits require a Developer Certificate of Origin signoff (git commit -s).
Read the repository’s
contribution policy
and
code of conduct.
Report security issues privately as described in the
security overview.