feat(wavex-ops): consolidate quota-gating, reengagement, realtime rejoin & managed-CTA#42
Merged
Merged
Conversation
…oin & managed-CTA Single consolidation of feat/skills-sh-listing (15 net commits) onto main. Drops the already-merged skills.sh scaffold (#31) and reconciles with the watchdog scaffold (#40) and Pool B work (#36/#37) already on main. Inference / quota safety: - G1 quota pre-flight gates the live agent handoff (claude-quota-preflight) - G2 quota circuit breaker pauses fleet on hard ceiling (ops script) - G1/G2 detect auth-failure, not just quota (the 91% gap) - inference worker: per-user Realtime channel auto-rejoin + onboarding URL-prefetch - Pool B per-request audit + provider fallback; null-safe pool-b-health cast wavex-os-server jobs/routes: - professional reengagement + booking-fulfillment resolver + inbound-quality sampler - mission-control + reengagement routes; operator-tunable agent model Connectors / data: - managed-Composio primary CTA in ConnectorsSidebar - cro.deals seed for open_deals routine; dev roadmap docs DB migrations (20260520*, 20260521*, 20260528*): user_event_stream, kpi_history, booking GMV rpc, fulfillment instrumentation, professional_reengagement, inbound_quality, attribution_coverage_view, reengagement_value_metrics (0528 collision resolved -> 000002).
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.
Single consolidation of
feat/skills-sh-listing→mainFolds the 15 net commits from
feat/skills-sh-listinginto one reviewable change. The branch had drifted well past its original PR (#31, skills.sh scaffold — already merged) and accumulated unrelated ops work. This PR drops the duplicate skills commit and reconciles cleanly with the watchdog scaffold (#40) and Pool B work (#36/#37) already onmain.What's included
Inference / quota safety
claude-quota-preflight)pool-b-healthcastwavex-os-server jobs / routes
Connectors / data
ConnectorsSidebarcro.dealsseed for theopen_dealsroutine; dev roadmap docsDB migrations (
20260520*,20260521*,20260528*): user_event_stream, kpi_history, booking GMV rpc, fulfillment instrumentation, professional_reengagement, inbound_quality, attribution_coverage_view, reengagement_value_metrics. Resolved a20260528000001timestamp collision →000002.Verification
typecheckclean on all 4 touched packages (inference-server, wavex-os-server, composio-shim, paperclip-plugin-wavex)e2e-onboardingfinalize→500 failures are environmental (pglite can't init in sandbox) and reproduce identically on cleanmain(cbaa5b3) — not introduced here.🤖 Generated with Claude Code