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
When a task becomes blocked, the owner should be told what is blocked, why, who can resolve it, and whether any owner action is required. A badge that is discoverable only by opening Tasks is insufficient. An agent continuing safe fallback work must not hide a newly blocked primary task.
Installed Python distribution: LoopX 1.0.3. This is a synthetic, read-only projection reproduction; it does not claim a clean end-to-end notification-provider failure or that current upstream main is unchanged.
The installed builder sets both booleans to false. The heartbeat refinement only promotes this fallback to NOTIFY when notify_user is true. This establishes a projection gap, not proof that every other notification path fails. The agent also has a responsibility to explain blockers; the requested product contract should make that obligation explicit and verifiable.
Expected behavior / Acceptance criteria
On the first material transition into blocked, deliver an owner-visible notice through the active authorized interaction surface, including task, concrete reason/evidence, impact, responsible party, recovery condition, and next action.
Keep should inform owner distinct from requires owner action. Agent-owned blockers say that no owner action is required; actual owner gates ask one concrete question.
Preserve blocker visibility when safe fallback work continues, without requiring the entire Goal to stop.
Deduplicate unchanged notices by blocker identity/revision. Notify again on material changes or an applicable reminder policy, rather than on every poll.
Reconcile recorded approval, resolved dependencies, and superseding work. Do not keep requesting authorization already granted; validate recovery before reopening work, and distinguish resumed from completed.
Persist notification delivery/readback state. A status badge or NOTIFY intent alone must not be reported as successful delivery. If no delivery surface is available, expose that limitation and a pending notice.
Cover agent-owned blocker, owner-action blocker, blocked-primary plus runnable fallback, unchanged-repeat suppression, and resolution/supersession with regression tests.
Suspected surface and relationship
Hypothesis: blocked Todo transition semantics, quota/heartbeat notification projection, and owner-facing delivery need one coherent contract. Do not simply change every blocked state to NOTIFY on every tick; scheduled future monitors are not newly blocked work.
Related: #3786 (broader intelligent review/presentation RFC). This issue requests one narrow blocker-transition and recovery slice with executable acceptance criteria.
Problem / 用户影响
When a task becomes blocked, the owner should be told what is blocked, why, who can resolve it, and whether any owner action is required. A badge that is discoverable only by opening Tasks is insufficient. An agent continuing safe fallback work must not hide a newly blocked primary task.
当前任务进入受阻状态后,用户可能直到自行打开 Tasks 才发现。请首次主动说明阻塞原因、影响、解除责任人及下一步;Agent 能自行解决时明确“无需你操作”,不要把所有阻塞都变成用户审批。
Reproduction and verified scope
Installed Python distribution: LoopX 1.0.3. This is a synthetic, read-only projection reproduction; it does not claim a clean end-to-end notification-provider failure or that current upstream main is unchanged.
Executed result:
blocked_priority_fallback False False.The installed builder sets both booleans to false. The heartbeat refinement only promotes this fallback to NOTIFY when notify_user is true. This establishes a projection gap, not proof that every other notification path fails. The agent also has a responsibility to explain blockers; the requested product contract should make that obligation explicit and verifiable.
Expected behavior / Acceptance criteria
should inform ownerdistinct fromrequires owner action. Agent-owned blockers say that no owner action is required; actual owner gates ask one concrete question.Suspected surface and relationship
Hypothesis: blocked Todo transition semantics, quota/heartbeat notification projection, and owner-facing delivery need one coherent contract. Do not simply change every blocked state to NOTIFY on every tick; scheduled future monitors are not newly blocked work.
Related: #3786 (broader intelligent review/presentation RFC). This issue requests one narrow blocker-transition and recovery slice with executable acceptance criteria.