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

@@ -22,6 +22,14 @@ const GRAPH_DEFINITIONS = {
config: "tsconfig.core.test.json",
description: "core colocated test graph",
},
"core-test-agents": {
config: "tsconfig.core.test.agents.json",
description: "core agent colocated test graph",
},
"core-test-non-agents": {
config: "tsconfig.core.test.non-agents.json",
description: "core non-agent colocated test graph",
},
extensions: {
config: "tsconfig.extensions.json",
description: "bundled extension production graph",