Skip to content

Commit 70b977f

Browse files
committed
fix(ci): deduplicate read-only SQLite allowlist
1 parent 2725742 commit 70b977f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/check-kysely-guardrails.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const rawSqliteAllowPathGroups = {
3838
"src/infra/sqlite-user-version.ts",
3939
"src/infra/sqlite-wal.ts",
4040
"src/state/openclaw-agent-db.ts",
41-
"src/state/openclaw-state-db-readonly.ts",
4241
"src/state/openclaw-state-db.ts",
4342
"src/state/openclaw-state-db-readonly.ts",
4443
"src/state/sqlite-schema-shape.test-support.ts",
@@ -49,7 +48,6 @@ const rawSqliteAllowPathGroups = {
4948
"src/snapshot/local-repository.ts",
5049
],
5150
"agent auth profile read-only bootstrap": ["src/agents/auth-profiles/sqlite.ts"],
52-
"read-only shared state database access": ["src/state/openclaw-state-db-readonly.ts"],
5351
"read-only SQLite status probes": [
5452
"src/commands/doctor-db-bloat.ts",
5553
"src/commands/status.scan.shared.ts",

0 commit comments

Comments
 (0)