Skip to content

docs: publish the conformance report - #180

Merged
electrohyun merged 2 commits into
mainfrom
docs/conformance-report
Aug 7, 2026
Merged

docs: publish the conformance report#180
electrohyun merged 2 commits into
mainfrom
docs/conformance-report

Conversation

@electrohyun

Copy link
Copy Markdown
Owner

Summary

docs/conformance.md lists every behaviour the dual run checks against real socket.io, case by case, each linking to the test that pins it. The list is generated by scripts/conformance-report.mjs, which runs both vitest projects and writes nothing unless every case passed on both targets, so a behaviour is on the page because it was compared rather than because someone claimed it. pnpm check:conformance regenerates and compares instead of writing, and a CI job fails when the committed report has drifted from the suite.

The page also carries the surface no case reaches yet, which is where the first approachable issues come from (#117), the procedure for adding a case, the version matrix CI actually runs, and a summary of 0019. It is linked from the README, docs/README.md, CONTRIBUTING.md, and AGENTS.md.

Related issue

Closes #50

Checklist

  • Tests added or updated
  • Behavior verified against real socket.io

The report has to be derived from a run rather than written by hand, or it
becomes a claim the moment a case is added or renamed. The generator runs both
vitest projects, takes the case list off the JSON reporter, and writes nothing
unless every case passed on both targets, so a behaviour appears on the page
only because it was compared.

A generator nobody runs leaves the same stale file, so `check:conformance`
regenerates and compares instead of writing, and a CI job fails when the
committed report no longer matches the suite.
A reader cannot currently see which behaviours are checked against real
socket.io. docs/conformance.md lists them case by case, each linking to the test
that pins it, and states what the dual run is so the list can be read as
evidence rather than a table of contents.

The page also carries what belongs with that claim rather than beside it: the
surface no case reaches yet, which is where the first approachable issues come
from; the procedure for adding a case, without which a gap is not actionable;
the version matrix CI actually runs, so the supported range is a fact and not a
claim; and a summary of 0019, so deciding whether to take an upgrade does not
need a decision record opened.
@electrohyun electrohyun self-assigned this Aug 7, 2026
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@electrohyun, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 32 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 1e538074-b2a8-4c4f-9088-72ea3548b69f

📥 Commits

Reviewing files that changed from the base of the PR and between e1b6d94 and 7d1abc9.

📒 Files selected for processing (8)
  • .github/workflows/ci.yml
  • AGENTS.md
  • CONTRIBUTING.md
  • README.md
  • docs/README.md
  • docs/conformance.md
  • package.json
  • scripts/conformance-report.mjs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Aug 7, 2026
@electrohyun
electrohyun merged commit 4a28b4f into main Aug 7, 2026
15 checks passed
@electrohyun
electrohyun deleted the docs/conformance-report branch August 7, 2026 08:56
@electrohyun electrohyun added the 📏 l Pull request changes 200–999 lines label Aug 11, 2026
@github-project-automation github-project-automation Bot moved this to Done in smocket Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation 📏 l Pull request changes 200–999 lines

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

docs: publish the conformance test report

1 participant