Skip to content

Refactor runtime-core artifact verifier#388

Merged
chubes4 merged 1 commit into
mainfrom
verify/transfer-readiness-final
May 31, 2026
Merged

Refactor runtime-core artifact verifier#388
chubes4 merged 1 commit into
mainfrom
verify/transfer-readiness-final

Conversation

@chubes4
Copy link
Copy Markdown
Collaborator

@chubes4 chubes4 commented May 31, 2026

Summary

  • Move artifact bundle verification implementation out of packages/runtime-core/src/index.ts into artifact-bundle-verifier.ts.
  • Keep public exports stable by re-exporting the verifier module from index.ts.
  • Cut the runtime-core entrypoint roughly in half so it is closer to a public API surface.

Closes #375

Verification

  • npm run build
  • npm run artifact-bundle-verifier-smoke
  • npm run artifact-contract-smoke
  • npm run package-distribution-smoke
  • git diff --check

AI assistance

  • AI assistance: Yes
  • Tool(s): OpenCode (openai/gpt-5.5)
  • Used for: Inspecting the remaining runtime-core entrypoint surface, extracting the artifact verifier module, and running verification. Chris remains responsible for review and merge.

@chubes4 chubes4 merged commit 9c0783d into main May 31, 2026
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.

Turn runtime-core index.ts into a thin public API surface

1 participant