## Development ### Building ```bash npm run build npm run build:strict # Strict mode (fails on errors) ``` ### Testing ```bash npm test npm run test:coverage # 100% coverage required npm run test:watch ``` ### Type Checking ```bash npm run typecheck ```