feat: enforce tagged error messages

This commit is contained in:
Aiden Cline 2026-06-23 16:56:23 -05:00
commit b30440ec26
31 changed files with 466 additions and 47 deletions

View file

@ -13,6 +13,7 @@
"dev:stats": "bun sst shell --stage=production -- bun run --cwd packages/stats/app dev",
"dev:storybook": "bun --cwd packages/storybook storybook",
"lint": "oxlint",
"lint:test": "bun script/lint/test.ts",
"typecheck": "bun turbo typecheck",
"upgrade-opentui": "bun run script/upgrade-opentui.ts",
"postinstall": "bun run --cwd packages/core fix-node-pty",