Documentation

Contributing

Contribution workflow for code, tests, docs, and public package APIs.

Before changing public APIs, read the package README, AGENTS.md, and the package exports field.

Contribution rules:

  • keep changes small and coherent;
  • update tests when changing public behavior;
  • update package README content when changing public exports or workflows;
  • update Zola pages when changing public package positioning or guides;
  • run narrow verification while iterating and the broad gate before merge.

Use imperative commit messages prefixed with the affected package when possible, for example router: add typed preload diagnostics.