Problem
packages/runtime-harness/ now defines a real package boundary, but there is still no org-namespace publish rehearsal path for it.
The personal fork can prove hosted CI iteration, but it cannot prove org-scoped package publication or post-publish consumer verification for @labview-community-ci-cd/runtime-harness.
Goal
Use the org fork as the first concrete release-rehearsal lane for the runtime-harness package: stage package metadata, exercise publish-capable workflow inputs, and verify the resulting candidate from a clean consumer context.
Scope
- add a checked-in helper/workflow path for runtime-harness package staging and publish rehearsal
- make the path suitable for org-fork workflow_dispatch execution
- verify the packed/published candidate from a clean consumer install/import context
- emit machine-readable publish and verification evidence
- keep the path hosted-first instead of inheriting the org-fork self-hosted PR burden
Acceptance criteria
- a hosted org-fork workflow can stage and pack a runtime-harness candidate deterministically
- the workflow can optionally exercise publication through the org-owned namespace or equivalent publish staging surface
- post-publish verification installs the candidate into a clean consumer context and proves the expected exports/imports work
- evidence artifacts record version, package spec, registry/target, and verification results
- targeted tests cover the helper logic for staging and verification
Notes
Problem
packages/runtime-harness/now defines a real package boundary, but there is still no org-namespace publish rehearsal path for it.The personal fork can prove hosted CI iteration, but it cannot prove org-scoped package publication or post-publish consumer verification for
@labview-community-ci-cd/runtime-harness.Goal
Use the org fork as the first concrete release-rehearsal lane for the runtime-harness package: stage package metadata, exercise publish-capable workflow inputs, and verify the resulting candidate from a clean consumer context.
Scope
Acceptance criteria
Notes