docs(design): add OKF user story catalog

This commit is contained in:
dmg
2026-08-01 14:49:37 -04:00
parent 2657399628
commit fa5346458a
21 changed files with 777 additions and 1 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
"typecheck": "npm run typecheck --workspaces --if-present",
"db:generate": "npm run db:generate --workspace @minecraft-account-manager/database",
"db:migrate": "npm run db:migrate --workspace @minecraft-account-manager/database",
"velocity:build": "cd plugins/velocity && ./gradlew clean test shadowJar"
"velocity:build": "cd plugins/velocity && ./gradlew clean test shadowJar",
"design:validate": "node scripts/validate-okf.mjs"
},
"overrides": {
"esbuild": "0.25.12",