Skip to content

Add live candidate queue checks#166

Merged
Pigbibi merged 1 commit into
mainfrom
codex/live-candidate-queue
Jul 5, 2026
Merged

Add live candidate queue checks#166
Pigbibi merged 1 commit into
mainfrom
codex/live-candidate-queue

Conversation

@Pigbibi

@Pigbibi Pigbibi commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Adds stricter default profile gate drift checks and a machine-readable live-candidate queue command.\n\nValidation: python3 -m unittest discover -s python/tests -v (83 passed), build_config --check passed, worker validation passed.

Co-Authored-By: Codex <noreply@openai.com>
@cursor

cursor Bot commented Jul 5, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown

🤖 Codex PR Review

⚠️ Human review required: The Codex review could not be completed.

No Codex service URL or API key configured. Set CODEX_AUDIT_SERVICE_URL, ANTHROPIC_API_KEY, or OPENAI_API_KEY.

Please ensure a human reviewer checks this PR before merging.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6bdf246401

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

return 1

if args.live_candidate_queue:
print(json.dumps(build_live_candidate_queue(), ensure_ascii=False, indent=2, sort_keys=True))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Build the queue from the loaded config

When --live-candidate-queue is used after editing platform-config.json but before regenerating strategy-profiles.example.json, this calls build_live_candidate_queue() with no catalog, so it falls back to the checked-in generated catalog instead of the just-loaded config. That makes the machine-readable queue omit newly added or promoted live_candidate / shadow_candidate profiles and can report stale gate values even though the command validated the new config; pass the loaded strategies (or entries generated from them) so the queue reflects the canonical source.

Useful? React with 👍 / 👎.

@Pigbibi
Pigbibi merged commit 6593a7d into main Jul 5, 2026
10 of 11 checks passed
@Pigbibi
Pigbibi deleted the codex/live-candidate-queue branch July 5, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant