Skip to content

Commit f49e8ee

Browse files
committed
fix(ci): dedupe auth-profile sqlite allowlist
1 parent 8daf4c1 commit f49e8ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/check-kysely-guardrails.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ const rawSqliteAllowPathGroups = {
4545
"src/state/sqlite-schema-shape.test-support.ts",
4646
],
4747
"backup snapshot maintenance": ["src/commands/backup-verify.ts", "src/infra/backup-create.ts"],
48+
"agent auth profile read-only bootstrap": ["src/agents/auth-profiles/sqlite.ts"],
4849
"doctor legacy state migration": ["src/infra/state-migrations.ts"],
4950
"Kysely-backed stores that own a DatabaseSync boundary": [
5051
"src/acp/event-ledger.ts",
51-
"src/agents/auth-profiles/sqlite.ts",
5252
"src/agents/subagent-registry.store.ts",
5353
"src/cron/run-log.ts",
5454
"src/cron/run-log/sqlite-store.ts",

0 commit comments

Comments
 (0)