tasks: groom shipped agents/streams work#1492
Merged
Merged
Conversation
The homogenization plan-of-record and the agents-system audit dump are done — everything actionable shipped in #1460, #1475, #1483, and #1484 — and grooming rules say delete when done. The two deferred follow-ups (core clock / durable timers, event-kinds metadata) lose their references to the deleted docs, and the one surviving audit bug (the output-vs-cancellation check-then-act race) gets its own backlog task: streams-conditional-appends.md. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Post-merge grooming after the agents workstream landed (#1460, #1475, #1483, #1484). Grooming rules (docs/tasks-grooming.md) say tasks are deleted when done:
tasks/streams-core-processor-host-homogenization.md— the plan of record for what shipped in streams: subscriber presence facts + reconciler homogenization #1460.tasks/agents-system-audit-and-reconciler-design.md— the audit knowledge dump; every verified bug and design direction in it is now either shipped or carried by a live task file.streams-core-clock-durable-timers.md,streams-event-kinds-metadata.md) to drop theirdependsOn/background references to the deleted docs, pointing at the merged PRs instead.tasks/streams-conditional-appends.md— the one audit finding that survived everything: the check-then-act window between a provider's still-current check and itsagent/output-addedappend. Backlog, with the conditional-append direction written down so it isn't lost with the audit doc.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes under
tasks/with no runtime or API impact.Overview
Grooms the
tasks/backlog after agents/streams work landed in #1460 and related PRs, perdocs/tasks-grooming.md(delete tasks when done).Removes the shipped plan-of-record (
streams-core-processor-host-homogenization.md) and the umbrella audit/knowledge dump (agents-system-audit-and-reconciler-design.md), since their content is either merged or split elsewhere.Refreshes deferred follow-ups:
streams-core-clock-durable-timers.mdandstreams-event-kinds-metadata.mddropdependsOnon deleted tasks and cite PR #1460 in background instead of dead links.Adds
streams-conditional-appends.md(backlog) to capture the remaining audit item—the LLM output check-then-act race—and the direction (stream-level conditional append / CAS), so it isn’t lost with the audit doc.Reviewed by Cursor Bugbot for commit d9b9d7f. Bugbot is set up for automated code reviews on this repo. Configure here.