feat(agents): remove code-searcher, fix audit harvest and background job lifecycle - #71
Merged
Merged
Conversation
Drop the code-searcher agent and route ripgrep work through direct code_search calls. Harden general-agent with structured-output harvest fallback and byte-identical plus snapshot-attested audit idempotency. Fix background-agent job lifecycle, discovery coordination, and receipt handling.
Delete the code-searcher agent definition and its test as the final part of the reviewed code-searcher removal.
Document agent-branch status display, status-label/chip utilities, and code-search summary rendering in cli/knowledge.md, plus job-registry/audit-receipt hardening and content-search alignment in common/knowledge.md alongside the code-searcher removal.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Removes the code-searcher agent and routes ripgrep work through direct code_search calls. Hardens general-agent with structured-output harvest fallback and byte-identical plus snapshot-attested audit idempotency. Fixes background-agent job lifecycle, discovery coordination, and receipt handling. Refreshes cli/ and common/ knowledge notes. Validation: repo-wide typecheck green, agents/common/agent-runtime/sdk suites passing, reviewer gate LOOKS_GOOD.
This change is