Skip to content

[codex] Ship prebuilt Action runtime#33

Merged
Conalh merged 1 commit into
mainfrom
codey/prebuilt-action-runtime
May 22, 2026
Merged

[codex] Ship prebuilt Action runtime#33
Conalh merged 1 commit into
mainfrom
codey/prebuilt-action-runtime

Conversation

@Conalh
Copy link
Copy Markdown
Owner

@Conalh Conalh commented May 22, 2026

Summary

  • Remove the consumer-workflow npm ci / npm run build steps from action.yml.
  • Commit the compiled dist/ runtime and make CI verify it stays current after npm run build.
  • Prepare v0.1.10 install docs so pilots can use a release tag with the prebuilt runtime.

Why

External pilots should be able to trust ScopeTrail as a local-only Action without downloading development dependencies or building TypeScript inside their PR checks. This keeps the free Action easier to adopt and makes the trust boundary clearer before paid team-layer validation.

Validation

  • node --test test\\action-metadata.test.mjs failed before implementation on the old install/build behavior.
  • node --test test\\ci-workflow.test.mjs failed before implementation because CI did not check dist/ freshness.
  • node --test test\\public-docs.test.mjs failed before implementation because trust docs did not describe the committed runtime boundary.
  • npm run build
  • git diff --exit-code -- dist
  • git status --short -- dist
  • npm test (37/37 passing)
  • git diff --check

@Conalh Conalh marked this pull request as ready for review May 22, 2026 01:31
@Conalh Conalh merged commit d796efb into main May 22, 2026
3 checks passed
@Conalh Conalh deleted the codey/prebuilt-action-runtime branch May 22, 2026 01:31
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