sync: update from private repo (9a86f49b)
CI / build-and-test (push) Successful in 9m8s
CI / build-and-test (pull_request) Successful in 9m42s

This commit is contained in:
oss-sync
2026-07-12 23:51:48 +00:00
parent a67c40d33c
commit ed3dc5529a
159 changed files with 11696 additions and 1600 deletions
+3
View File
@@ -25,6 +25,9 @@ export default defineConfig({
'.claude/**',
'.superpowers/**',
'.worktrees/**',
// Runtime workspace output can contain user-generated Playwright specs.
// They must only run through the workspace's intended test runner.
'data/worktrees/**',
// Playwright E2E specs — run via `npm run test:e2e`, not vitest. They
// import @playwright/test and fail collection under vitest.
'ui/e2e/**',