feat(signals): register Centaur callbacks on centaur_review watch#438
Open
dimakis wants to merge 1 commit into
Open
feat(signals): register Centaur callbacks on centaur_review watch#438dimakis wants to merge 1 commit into
dimakis wants to merge 1 commit into
Conversation
SignalProcessor registers a callback URL with Centaur's signal bridge when watching a centaur_review gate, enabling push-based resolution alongside the existing 30s polling fallback. Deregisters on unwatch. Gracefully handles Centaur being unavailable (fire-and-forget). Includes race condition fix for pending registrations and env var wiring for CENTAUR_URL and MITZO_URL. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Owner
Author
Centaur ReviewFound 5 issue(s) (3 warning).
|
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
SignalProcessorregisters a callback URL with Centaur's signal bridge when watching acentaur_reviewgateSupersedes #399 (cleaned up: removed mixed SSE commits, squashed into single commit).
Part of multi-agent orchestration Phase 2 (Centaur signal bridge). Companion PR: centaur side.
Test plan
vitest run server/__tests__/signal-processor.test.ts— all tests pass🤖 Generated with Claude Code