feat(agent-attention): automate approval blocker lifecycle - #342
feat(agent-attention): automate approval blocker lifecycle#342nathanvale wants to merge 2 commits into
Conversation
|
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 40 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. 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: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
Comment |
|
@coderabbitai review |
|
|
Superseded by the installed plugin implementation merged through myagentdojo/agent-plugin-playground#3. The plugin path passed exact-head review and CI, installed-path automation, fresh Codex discovery, and one approved live Agent Attention gate. Closing this PR without deleting its migration-evidence branch. |
Summary
Agent Attention V1 could deliver one completed reminder to its exact Codex task. This PR makes that approval lifecycle discoverable from any task and closes the terminal receipt path.
A global route and thin skill submit structured yes/no unblockers to one owner. The owner validates exact meaning and task binding, creates one native alert-backed gate, suppresses duplicate submissions, delivers completion once, and appends one bounded terminal outcome to the retained reminder. A Stop hook observes structured owner state only; it never infers approval from assistant prose or transcripts.
The persistent 15-second background target is not qualified by this PR. The local watcher meets the target, but the supported Codex scheduled-task owner runs at minute granularity. No live Apple Reminder was created or changed during milestone-two implementation.
Design decisions
Validation
bun run test:agent-attention: 17 Python owner tests and 6 Stop-hook tests passed.bun run biome:check: passed across 941 files.git diff --check: passed.remindctlhelp confirms the used--list-id,--alarm,--url,--priority none,show all, andshow completedsurfaces.bun test: 6,529 passed, 2 skipped, 37 failed, and 6 errors. The failures are outside this diff and include existing instruction-owner, fixture, setup-projection, and archived-package failures.Residual qualification