sync: update from private repo (f6d625db)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-26 03:35:45 +00:00
parent 29ccaf1e92
commit b857c33ef6
371 changed files with 31312 additions and 8172 deletions
+4
View File
@@ -7,6 +7,10 @@ export default defineConfig({
'.claude/**',
'.superpowers/**',
'.worktrees/**',
// Playwright E2E specs — run via `npm run test:e2e`, not vitest. They
// import @playwright/test and fail collection under vitest.
'ui/e2e/**',
'ui/e2e-auth/**',
],
},
});