chore(agents): delete the files the built-ins rework replaced - #5655
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Railway Preview Environment
|
The built-ins rework (#5651) was supposed to delete five files it replaced, but the deletions were silently dropped during commit assembly (the branch tooling accepted them without error and the residue check read clean; the gap only surfaced when the release PR's runner test job compiled the stale tests against the reworked source: https://github.com/Agenta-AI/agenta/actions/runs/30753784987).
Deleted here: the two runner tests pinning the removed grant-list API (they no longer compile), the retired four-name parity golden, and the two superseded permission-panel components (dead code since the rework's editor replaced them). Verified: zero references to any of the five anywhere, runner typecheck green after deletion, and each file confirmed absent from this branch's tree with git ls-tree.
This unblocks the release PR #5632's checks.
https://claude.ai/code/session_01McMogkcDRV7UpSAjfd8VKG