Allow Codex warm-up state file

This commit is contained in:
ejclaw
2026-04-25 09:30:40 +09:00
parent 852d3ced68
commit bd7e8a2deb
2 changed files with 44 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ import path from 'path';
const ALLOWED_DATA_JSON_PATTERNS = [
/^token-rotation-state\.json$/,
/^codex-rotation-state\.json$/,
/^codex-warmup-state\.json$/,
/^claude-usage-cache\.json$/,
/^restart-context\..+\.json$/,
];