fix(ci): classify snapshot SQLite maintenance

This commit is contained in:
Vincent Koc
2026-07-12 15:38:47 -07:00
parent e261fa60ce
commit 7642b38cfe

View File

@@ -47,7 +47,11 @@ const rawSqliteAllowPathGroups = {
"src/state/openclaw-state-db.ts",
"src/state/sqlite-schema-shape.test-support.ts",
],
"backup snapshot maintenance": ["src/commands/backup-verify.ts", "src/infra/backup-create.ts"],
"backup snapshot maintenance": [
"src/commands/backup-verify.ts",
"src/infra/backup-create.ts",
"src/snapshot/local-repository.ts",
],
"agent auth profile read-only bootstrap": ["src/agents/auth-profiles/sqlite.ts"],
"read-only SQLite status probes": [
"src/commands/doctor-db-bloat.ts",