Detailed agent instructions, skill catalog, and collaboration guidelines: AGENTS.md
High-performance browser-side MD5 hashing library built on WebAssembly + Web Workers, supporting large-file streaming and multi-threaded concurrency.
pnpm run lint # ESLint
pnpm run type-check # TypeScript type checking
pnpm run format:check # Prettier format checking
pnpm run build # Build verification (includes WASM)pnpm run test # Full suite (Vitest + Playwright)
pnpm run test:unit # Unit tests only
pnpm run test:e2e # E2E tests only- ESM-only — do not introduce CommonJS compatibility
wasm/pkg/*are generated artifacts — modifywasm/src/*then rebuild- Large-file test baseline >= 300MB
- Commit hook runs
pnpm run test:hook