refactor: enforce plugin-owned channel boundaries

This commit is contained in:
Peter Steinberger
2026-04-18 22:45:03 +01:00
parent e89e214516
commit 8bfa06e992
26 changed files with 546 additions and 388 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": "./tsconfig.test.json",
"include": [
"src/**/*.d.ts",
"src/agents/**/*.test.ts",
"src/agents/**/*.test.tsx",
"ui/**/*.d.ts",
"packages/**/*.d.ts"
]
}