Skip to content

Visualize deterministic RTL regression - #2

Merged
Labeeb2339 merged 1 commit into
mainfrom
codex/readme-evidence-visuals
Jul 22, 2026
Merged

Visualize deterministic RTL regression#2
Labeeb2339 merged 1 commit into
mainfrom
codex/readme-evidence-visuals

Conversation

@Labeeb2339

Copy link
Copy Markdown
Owner

Adds a project-specific regression matrix generated from the checked-in verification cases and wires drift checking into CI. Validated with 10 Python tests, deterministic generation, and visual QA.

@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: 422c4555fb

ℹ️ 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".


ROOT = Path(__file__).resolve().parents[1]
OUTPUT = ROOT / "assets" / "rtl-regression.svg"
SCENARIOS = ((1, 40), (8, 200), (17, 100))

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 Derive evidence scenarios from the workflow

This hard-codes the same vec-len/random-cases values that are already defined by the CI run_regression steps I checked in .github/workflows/ci.yml, so --check only proves the SVG matches this duplicate tuple, not the checked-in CI workload described by the README. If someone changes a workflow regression case or adds/removes one, CI will still report the README evidence as up to date while the figure is stale; use a shared source or parse the workflow commands instead.

Useful? React with 👍 / 👎.

@Labeeb2339
Labeeb2339 merged commit 5e3589b into main Jul 22, 2026
2 checks passed
@Labeeb2339
Labeeb2339 deleted the codex/readme-evidence-visuals branch July 22, 2026 14:59
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