Thank you for helping improve Dir Tree.
Install dependencies, then run the core checks:
npm install
npm run typecheck
npm run test
npm run build
npm run pack:dry- Keep the root
srcpackage headless - Do not import React, Vite, Next.js, UI libraries, analytics, or playground code from
src - Keep comments in English
- Add tests for public behavior before exporting new APIs
- Prefer small domain modules over broad utility buckets
New public exports should include:
- A stable name
- Unit tests
- README or API documentation
- A package export if they belong to a subpath
Before publishing, follow docs/release.md. The release checklist verifies the headless package boundary, installed package smoke tests, and playground build.