Add listing-conformance CI (PR check + nightly sweep)#635
Open
tintinthong wants to merge 1 commit into
Open
Conversation
7801de2 to
c2dc518
Compare
PR job runs the static harness on listing dirs the PR touches (~60-90s, node-only, no monorepo checkout) and posts/updates a summary comment. Nightly sweep runs it over every listing dir and maintains a single 'Catalog conformance sweep' issue (auto-closes when clean). Complements ci-lint/ci-test; never replaces them. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
c2dc518 to
6178bf9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Stacked on #634 (retargets to main when it merges). Adds
.github/workflows/conformance.yaml:schedule+workflow_dispatch) — runs the harness over every listing dir and maintains a single pinned Catalog conformance sweep issue: updates the table nightly, closes it when the catalog is clean. Informational only — existing listings' findings become fix-up candidates, never PR blockers.Comment/issue rendering lives in
scripts/conformance/ci/render-summary.cjs(tested locally with mocked GitHub APIs).Verification once merged
workflow_dispatchthe sweep → baseline issue created (current state: 9/26 listings failing, dominated by CardDefs that ship no isolated/embedded/fitted templates).🤖 Generated with Claude Code