Skip to content

Add repository-wide formatter checks - #58

Merged
bigboateng merged 2 commits into
mainfrom
feature/repository-formatters
Aug 8, 2026
Merged

Add repository-wide formatter checks#58
bigboateng merged 2 commits into
mainfrom
feature/repository-formatters

Conversation

@bigboateng

Copy link
Copy Markdown
Contributor

Summary

  • add one npm run format command for JavaScript, TypeScript, JSON, Markdown, YAML, Python, Go, Rust, shell, and TOML
  • use Prettier, Ruff, gofmt, rustfmt, shfmt, and Taplo with pinned third-party versions
  • add a read-only formatting job to the protected validation aggregate
  • format supported source files and document generated or byte-bound evaluation exclusions

The choices follow each ecosystem's standard formatter: Prettier, Ruff, gofmt, rustfmt, shfmt, and Taplo.

Validation

  • npm run format:check
  • go test ./...
  • TypeScript, Python, and Rust SDK tests
  • npm run test:release
  • npm run prepare:selfhost && npm run test:selfhost
  • 40/40 example workflows
  • 40/40 deterministic evaluation workflows and 8/8 runtime checks
  • conversion receipt validation: candidate accepted and negative control rejected
  • refreshed the focused two-session gpt-5.6-sol receipt because formatting changed its byte-bound source

@bigboateng
bigboateng merged commit b99fe73 into main Aug 8, 2026
12 checks passed
@bigboateng
bigboateng deleted the feature/repository-formatters branch August 8, 2026 11:17
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