chore: enforce effect simplifications (#43979)

This commit is contained in:
Kit Langton 2026-08-21 15:48:27 -04:00 committed by GitHub
parent fa1b4ef7ec
commit e945ddf80e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
57 changed files with 861 additions and 66 deletions

View file

@ -18,7 +18,9 @@
"bench:devex": "bun run --cwd packages/app test:bench:devex",
"lint": "oxlint",
"lint:effect-patterns": "ast-grep scan -c script/ast-grep/sgconfig.yml packages/util/src packages/core/src packages/server/src packages/protocol/src packages/cli/src",
"lint:effect-simplifications": "ast-grep scan -c script/ast-grep/effect-simplifications/sgconfig.yml --off=unused-suppression packages",
"test:lint-rules": "ast-grep test -c script/ast-grep/sgconfig.yml",
"test:effect-simplification-rules": "ast-grep test -c script/ast-grep/effect-simplifications/sgconfig.yml",
"typecheck": "bun turbo typecheck --concurrency=3",
"typecheck:profile": "bun script/profile-typecheck.ts",
"typecheck:profile:packages": "bun script/profile-typecheck-packages.ts",