Codex Batch3 Reliability p1
# Queue task: Codex Batch 3 — 可靠性 P1 修
## Execution profile
model: sonnet, effort: high
參考:docs/audits/codex-2026-04-27.md
---
## Commit 1 — Notify silent fail 修
**問題**:`scripts/auto-loop.sh:56-60` 跟 `scripts/notify-blocked.sh` 跑 `osascript` / `say` 全 `2>/dev/null`,失敗時完全沒訊息。macOS 上 osascript 從 CLI 跑常因 Script Editor host 沒授權 silent fail(已記在 `feedback_macos_notification_pitfall`)。
**修法**:所有 notify 點改:when to use it
Community prompt sourced from the open-source GitHub repo woodylin0920-bit/Tandem (MIT). A "Codex Batch3 Reliability p1" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
woodylin0920-bit/Tandem · MIT
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions