docs: correct stale test counts and CLI/verification claims - #14
Merged
Conversation
- README/CHANGELOG: update unit test counts to actual (Go 74, Rust 112, TS 108) - README: note --listen-socket is Go/Rust-only; TS is TCP-only, and --docker-host is Unix-socket-only across all three (TS rejects tcp/http) - README: correct verify command (default evaluator, not Rust backend) and soften unverifiable throughput claim
3 tasks
abienkowski
added a commit
that referenced
this pull request
Aug 18, 2026
The release-verify job ran `npm ci` at the repo root, where there is no package-lock.json, so it failed with EUSAGE and blocked the entire release pipeline (version/build/sign/publish jobs were skipped). Mirror the CI fix from #14 by scoping npm ci to the ts/ working directory.
This was referenced Aug 18, 2026
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.
Summary
Documentation polish for the first release (epic #4). Corrects stale counts and inaccurate claims found while auditing test parity and reproducible builds.
Changes
--listen-socketis Go/Rust only (TypeScript listens on TCP via--listen-tcp), and clarify--docker-hostis Unix-socket-only across all three (TS additionally rejectstcp:///http://schemes). This is the credential boundary.make verifydescription (default evaluator, not Rust backend) and remove the unverifiable "2,400+ traces/sec" throughput claim; keep the accurate 10,000 sampled traces / 100 steps.Verification / related issues
docs/reproducible-builds.mdreviewed against current Makefile targets and StageX digest URLs — accurate, no changes needed;reproducible-buildCI job is green andverify-reproducible-tspasses after the runtime-image fix in feat: gate releases on verification + test-parity fixes #13.What was verified accurate (no change)
spec/README.md, CHANGELOG, and the spec.