Skip to content

fix: suppress archive queue noise#154

Merged
saagpatel merged 1 commit into
mainfrom
codex/archive-queue-cleanup
Jul 4, 2026
Merged

fix: suppress archive queue noise#154
saagpatel merged 1 commit into
mainfrom
codex/archive-queue-cleanup

Conversation

@saagpatel

Copy link
Copy Markdown
Owner

Summary

  • mark the archived invoice project with the archive maturity program
  • strip generated security/path boilerplate from registry notes on portfolio-truth re-ingest
  • filter archive-path items out of default control-center artifacts, not only console printing

Verification

  • /opt/homebrew/bin/python3.13 -m pytest tests/test_portfolio_truth.py tests/test_cli_hardening.py tests/test_weekly_command_center.py -q
  • /opt/homebrew/bin/python3.13 -m src.cli security-gate
  • /opt/homebrew/bin/python3.13 -m src.cli report saagpatel --html
  • /opt/homebrew/bin/python3.13 -m src.cli saagpatel --control-center
  • jq checks confirmed 0 archive/archive-path rows in output/operator-control-center-saagpatel-2026-07-04.json operator_queue

@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: 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".

Comment thread src/cli.py
write_weekly_command_center_artifacts,
)

_filter_control_center_snapshot_for_default_view(snapshot)

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 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 👍 / 👎.

@saagpatel
saagpatel merged commit 435b3ba into main Jul 4, 2026
4 checks passed
@saagpatel
saagpatel deleted the codex/archive-queue-cleanup branch July 4, 2026 13:53
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