Skip to content

Describe the CI JSON validation accurately in the README - #243

Merged
ptr727 merged 3 commits into
developfrom
feature/fix-ci-lint-description
Jul 5, 2026
Merged

Describe the CI JSON validation accurately in the README#243
ptr727 merged 3 commits into
developfrom
feature/fix-ci-lint-description

Conversation

@ptr727

@ptr727 ptr727 commented Jul 5, 2026

Copy link
Copy Markdown
Owner

The README claimed the PR gate runs "JSON-schema validation", but the workflow only runs jq empty (well-formedness) + spec/validate.py (cross-reference/shape checks) - no schema validation. Corrected to match the actual CI (quantitative-claims rule). Surfaced by the 2.0 promotion review.

🤖 Generated with Claude Code

The PR gate does not run JSON-schema validation; it checks JSON well-formedness with jq and runs spec/validate.py (registry/spec cross-reference and shape checks). Correct the README claim to match the workflow.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 5, 2026 18:09

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates README documentation so it accurately describes what the PR-gate CI validates, aligning the repo's claims with the actual checks performed in .github/workflows/test-pull-request.yml.

Changes:

  • Replaces the README's claim of "JSON-schema validation" with a description of the current JSON validation approach (jq well-formedness + spec/validate.py cross-reference/shape checks).
  • Clarifies the CI gate is lint-only and lists the lint/validation tools involved.

Comment thread README.md Outdated
The jq well-formedness loop covers repo-config/ alongside registry/ and spec/; list all three so the description matches the workflow.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Replace 'well-formedness' (an unknown word to cspell) with plain wording; content unchanged.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Signed-off-by: Pieter Viljoen <ptr727@users.noreply.github.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@ptr727
ptr727 merged commit 82789f7 into develop Jul 5, 2026
7 checks passed
@ptr727
ptr727 deleted the feature/fix-ci-lint-description branch July 5, 2026 18:18
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.

2 participants