feat(tasks): an agent's task waits for a person before it joins the board (v0.436.0) - #809
Merged
Merged
Conversation
…oard (v0.436.0) A task an agent files without dispatching it now lands `proposed`: never dispatched or claimed, grouped onto ONE Inbox card per run for the run-as human (else admins) to accept (-> todo) or dismiss (-> cancelled). Auto-dispatch hand-offs and goal-plan runs are never held. Capped at 25 open proposals per agent; switchable in Settings -> Runtime. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DhrGcimwmAypei3a25oq71
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Agents file essentially every task (instapods, 14 days: 140 of 140, none by a human); half are board items nobody agreed to (
engineeralone: 31 unassignedtodos). Real findings, but they skip triage and read as committed work.What
proposedtask status for agent-filed, non-dispatching tasks: never dispatched (canDispatchcodeproposed, every path), never claimed, excluded from goal progress.task.proposedInbox card per run (not per task), addressed to the run-as human, else admins; no DM. Per-task Accept/Dismiss + Accept all/Dismiss all; live status hydrated at read time; card closes however tasks get decided (card, board, drag, delete).POST /api/tasks/proposals/decide; board PATCH out ofproposedgated identically (run-as human or owner/admin).task_waitcaller would hang),goal:plan runs, human-filed tasks.task_createtells the agent plainly it's awaiting review (MCP schema change → takes effect on session relaunch).Validation
npm run typecheck,webbuild,npm run test:governancegreen incl. newscripts/task-proposals-test.cjs(48 assertions).🤖 Generated with Claude Code
https://claude.ai/code/session_01DhrGcimwmAypei3a25oq71