R4/S10: registry v11, /tasks redirect, empty allowlist, drop task producer - #97
Merged
Conversation
Correct the changelog against git: v7 added rules 20–21, v8 amended
rule 18, v9 added actor_note. Allowlist entries become { owner, added,
reason } so rule 24's one-bump expiry lives in the file.
Co-authored-by: Cursor <cursoragent@cursor.com>
Mirror the other retired destinations so old links stop 404ing, and assert all four redirects together so a fourth cannot go missing again. Co-authored-by: Cursor <cursoragent@cursor.com>
Rewrite the Verifying/Returned titles in bits.tsx and the Inbox toast in store.tsx, empty the allowlist, and omit the ESLint exemption block when there are no files left to exempt. Co-authored-by: Cursor <cursoragent@cursor.com>
An agent finding is already a case via agentIssueCases; promoting it to a rec was a second producer for the same identity. Accept and Dismiss live on the case decision store, so the endpoint is removed rather than repointed. Co-authored-by: Cursor <cursoragent@cursor.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.
Summary
8657467d2c7f842bc4672b9c5eaacab47c6a3d08onmain— lint, typecheck, and tests were green at that commit before any work.{ owner, added, reason }with one-bump expiry; changelog corrected against git (v7= rules 20–21 at90b84ba,v8= rule-18 amend at7570e0f,v9=actor_noteat9eeec84)./tasksas a redirect to/issues(mirroring/dashboard) and asserts all four retired routes redirect together.banned_globaldebts inbits.tsxandstore.tsx, empties the allowlist, and omits the ESLint exemption block when there are no files left to exempt.addAgentIssueTask/promoteAgentIssueToTask, the/api/pages/[id]/agent-issuesendpoint, and its store binding. Agent findings remain cases viaagentIssueCases; Accept/Dismiss stay on/api/decisions.Test plan
npm run lintnpm run typechecknpm test -- --run/tasks,/dashboard,/inbox, and/guideall redirect toward/issuesfiles: []exemption/issues(e.g.home:agent-issue:agent-api:openapi)Made with Cursor