feat(doctor,hooks): loudly surface sustained vault-write failures (#243) - #250
Conversation
Shared streak parser over hook-failures.log drives both a doctor vault_writes check (fail at >=5 append_entry failures/24h, macOS TCC remediation hint, direct write probe) and a SessionStart capsule banner so the agent itself reports the outage. 64KiB tail read, never raises. Closes #243 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Warning Review limit reached
Next review available in: 13 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| parser — the same one that drives the session-start banner — plus a direct | ||
| writability probe of the vault directory. | ||
| """ | ||
| from omind import hooks as _hooks |
Implements #243: one shared parser (
hooks.vault_write_failure_streak, 64 KiB tail, never raises) behind both the newvault_writesdoctor check (fail ≥5/24h with darwin TCC hint; write-probe with no residue; warn 1–4) and the SessionStart 'MEMORY WRITES ARE FAILING' banner. Troubleshooting doc section added. Manual FDA grant on the affected Mac remains operator work. 957 passed; ruff clean. Version 8.5.0.Closes #243
🤖 Generated with Claude Code