[codex] add watchdog execution contract scaffold#40
Merged
Conversation
aimerdoux
added a commit
that referenced
this pull request
Jun 2, 2026
…oin & managed-CTA (#42) 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). Co-authored-by: aimerdoux <aimerdoux94@gmail.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.
What changed
Why
This creates the abstraction layer for watchdog-driven recovery and execution-profile fallback, including deliberate Claude/Codex profile handling, without claiming the full runtime wiring is already complete.
Impact
Validation
pnpm --dir /Users/geniex/wavex-os/packages/core/server exec vitest run src/services/watchdogs/watchdogs.test.tspnpm --dir /Users/geniex/wavex-os/packages/core/server typecheckpnpm --dir /Users/geniex/wavex-os/packages/core/server build