ci: add domain architecture and state ratchet guards

This commit is contained in:
marius-kilocode
2026-08-07 12:47:57 +02:00
parent 707c7bb9ef
commit 73be1056c2
4 changed files with 286 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
"dev:stats": "bun sst shell --stage=production -- bun run --cwd packages/stats/app dev",
"dev:storybook": "bun --cwd packages/storybook storybook",
"lint": "oxlint",
"check:architecture": "bun run script/check-architecture.ts",
"typecheck": "bun turbo typecheck",
"upgrade-opentui": "bun run script/upgrade-opentui.ts",
"postinstall": "bun run --cwd packages/core fix-node-pty && bun run script/setup-git.ts",