fix: suppress archive queue noise#154
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ea94b39e4c
ℹ️ 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".
| write_weekly_command_center_artifacts, | ||
| ) | ||
|
|
||
| _filter_control_center_snapshot_for_default_view(snapshot) |
There was a problem hiding this comment.
Rebuild summary when filtering the control-center queue
When the top queue item is archived or experimental, this call removes it only from snapshot["operator_queue"]; snapshot["operator_summary"] was already built from the unfiltered queue and can still contain primary_target, total_items/counts, and what_to_do_next for the hidden repo. The following weekly digest and Markdown rendering consume that same summary, so the generated default artifacts can still recommend acting on an archive item while omitting it from the queue. Filter before summary construction or recompute/scrub the summary alongside the queue.
Useful? React with 👍 / 👎.
Summary
Verification