test(cli): remove runtime-coupled permission setup

This commit is contained in:
marius-kilocode
2026-05-29 11:11:40 +02:00
parent cd3dc7ed58
commit e737fdda4a
2 changed files with 0 additions and 132 deletions
-1
View File
@@ -37,7 +37,6 @@ const testAllow: Record<string, { count: number; reason: string }> = {
"effect/app-runtime-logger.test.ts": { count: 6, reason: "tests AppRuntime behavior" },
"kilocode/config-resilience.test.ts": { count: 4, reason: "existing runtime integration test" },
"kilocode/config-validation.test.ts": { count: 2, reason: "existing runtime integration test" },
"kilocode/permission/next.reply-http.test.ts": { count: 4, reason: "HTTP route observes application runtime state" },
"kilocode/plan-followup.test.ts": { count: 7, reason: "existing runtime integration test" },
"kilocode/session-list.test.ts": { count: 2, reason: "existing runtime integration test" },
"kilocode/session/platform-attribution.test.ts": { count: 5, reason: "existing runtime integration test" },