You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The entire "stop drowning in PRs" goal depends on the reviewer Routine's escalation digest actually reaching the owner's phone. The reviewer prompt assumes the run's final message "surfaces as a Claude mobile app notification" — this is unverified. Verify whether a headless Routine run pushes a mobile notification; if it does not, change the reviewer to deliver the digest through a channel the owner reliably sees on mobile (e.g. Slack, Telegram, or updating a single pinned GitHub issue).
Context
Routines research indicated observability is per-session at claude.ai/code with no documented push mechanism. If the digest only lives in a session the owner must open, the pipeline does not solve the stated problem. From the post-#306 gap review.
Task
The entire "stop drowning in PRs" goal depends on the reviewer Routine's escalation digest actually reaching the owner's phone. The reviewer prompt assumes the run's final message "surfaces as a Claude mobile app notification" — this is unverified. Verify whether a headless Routine run pushes a mobile notification; if it does not, change the reviewer to deliver the digest through a channel the owner reliably sees on mobile (e.g. Slack, Telegram, or updating a single pinned GitHub issue).
Context
Routines research indicated observability is per-session at claude.ai/code with no documented push mechanism. If the digest only lives in a session the owner must open, the pipeline does not solve the stated problem. From the post-#306 gap review.
Pointers
scripts/routine-pipeline/routine-reviewer.md— step 5 (digest delivery)docs/routine-pipeline.md— digest channelConstraints
Acceptance criteria
docs/routine-pipeline.mdupdated with the actual mechanism.Out of scope