revert: drop reviewer-holding primer-alignment approach per user direction

The user asked to NOT defer reviewer/arbiter Codex calls, but instead just fire
a simple primer task at each fixed slot independent of the reviewer. That is
already the live behavior (efc8c00: primer fires at 08/13/18/23 KST + the Claude
binary-path fix). Revert the hold/gating work (e324a1b..ef2b26e) so it can't be
deployed; it is preserved on branch backup/primer-hold-work in case the 08:00
overnight-exhaustion gap later warrants a minimal quiet window.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Codex
2026-06-09 15:09:46 +09:00
parent ef2b26e5da
commit b3a927b241
8 changed files with 43 additions and 318 deletions

View File

@@ -71,7 +71,7 @@ describe('usage-primer', () => {
maxUsagePct: 100,
maxD7UsagePct: 100,
}),
{ ignoreZeroUsageWindow: true, isPrimer: true },
{ ignoreZeroUsageWindow: true },
);
});
});