Skip to content

Add reproducible RFC review dashboard workflow#4

Merged
SoundBlaster merged 2 commits into
mainfrom
codex/dashboard-build-workflow
Jul 11, 2026
Merged

Add reproducible RFC review dashboard workflow#4
SoundBlaster merged 2 commits into
mainfrom
codex/dashboard-build-workflow

Conversation

@SoundBlaster

Copy link
Copy Markdown
Member

Motivation

RFC edits need a reproducible way to keep the interactive review dashboard and its 60 review cards synchronized with the source draft.

Goals

  • Make RFC review generation reproducible from tracked repository inputs.
  • Reject stale dashboard output and review-card links to missing RFC headings.
  • Run the same check in pull-request CI.

Changes

  • Add tracked review card data, dashboard template, stylesheet, Python generator, and JavaScript syntax check.
  • Add make review-build and make review-check commands and document the update cycle.
  • Extend the documentation workflow with Python and Node setup plus the dashboard check.

Validation

  • /opt/homebrew/opt/python@3.10/libexec/bin/python3 -m json.tool review/review-data.json >/dev/null
  • make review-check PYTHON=/opt/homebrew/opt/python@3.10/libexec/bin/python3
  • git diff --check

Boundaries and Non-Goals

  • Stacked on Add interactive Agent Surface RFC review #3 (codex/interactive-rfc-review); merge that PR first.
  • Does not change the RFC text or the rendered dashboard behavior.
  • Does not infer whether every RFC section needs a review card; it validates declared card-to-heading links.

Notes

  • Install local build dependency with python3 -m pip install -r review/requirements.txt.

@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: 134b18257b

ℹ️ 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 review/review-template.html
@SoundBlaster SoundBlaster force-pushed the codex/dashboard-build-workflow branch from 134b182 to c0310d5 Compare July 11, 2026 09:01
@SoundBlaster SoundBlaster changed the base branch from codex/interactive-rfc-review to main July 11, 2026 09:01
@SoundBlaster SoundBlaster merged commit c22e849 into main Jul 11, 2026
1 check passed
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