Skip to content

Remove package verification framework - #353

Merged
roackb2 merged 1 commit into
mainfrom
codex/remove-package-verifiers
Aug 15, 2026
Merged

Remove package verification framework#353
roackb2 merged 1 commit into
mainfrom
codex/remove-package-verifiers

Conversation

@roackb2

@roackb2 roackb2 commented Aug 15, 2026

Copy link
Copy Markdown
Owner

What changed

  • remove the custom manifest, package-family, npm-pack, and fresh-consumer verifier scripts
  • remove tests whose only subject was that verification framework
  • stop running package verifiers from compilation, typecheck, build, and PR CI
  • keep ordinary package builds, product tests, PostgreSQL tests, Execution Host conformance, and contract artifact checks
  • simplify the manual release guide to build, test, and publish directly

Why

The verifier layer duplicated package manifests and release policy in more than two thousand lines of custom code. At this stage, failed publication can be corrected directly; maintaining a parallel framework is a larger cost than the release risk it addresses.

Validation

  • yarn typecheck
  • yarn lint
  • yarn test:unit — 135 files, 859 tests
  • yarn build

@roackb2
roackb2 marked this pull request as ready for review August 15, 2026 08:23
@roackb2
roackb2 merged commit a3d0d20 into main Aug 15, 2026
8 checks passed
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