Architecture
June 20, 2026 ยท View on GitHub
Overview
express-version-request package description: versions an incoming request to Express based on header or URL.
Repository Structure
package.json- root package scripts and dependency metadata..changeset/- Changesets configuration and pending release notes.docs/- project documentation for maintainers and coding agents.
Boundaries
- Keep user-facing usage, installation, and examples in the root
README.md. - Keep contribution rules in
CONTRIBUTING.md. - Keep release workflow details in
RELEASE.md. - Keep deeper development and architecture notes in
docs/.