@plasius/learning 0.2.23 → 0.2.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +24 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -426,18 +426,27 @@ npm run build
426
426
  npm run pack:check
427
427
  ```
428
428
 
429
- Node.js 24 is required. Public pull-request code is validated on an isolated
430
- GitHub-hosted Linux runner with read-only workflow permissions. Main-branch CI
431
- and both release jobs explicitly select the approved
432
- `Public CI - Quarantined` self-hosted runner group. `CI_RUNNER_GROUP` /
433
- `CI_RUNNER_LABELS` and `CD_RUNNER_GROUP` / `CD_RUNNER_LABELS` are reserved for
434
- governed operator configuration. The organisation group remains restricted to
435
- allowlisted `main` workflows and selected repositories. Release coverage and
436
- the CycloneDX SBOM are retained even when an external coverage or provenance
437
- service is unavailable. Release tags and GitHub Releases use a current-repository
438
- GitHub App token with explicit Contents and Workflows write permissions; npm
439
- publication continues to use only the protected `NPM_TOKEN`. Both release jobs
440
- install a checksum-pinned GitHub CLI under `RUNNER_TEMP`, so runner images do
441
- not need a mutable system-wide `gh` installation. Publication checks out the
442
- verified current release-branch HEAD, including the workflow tooling used by a
443
- `bump=none` recovery.
429
+ Node.js 24 is required. Public pull-request and main-branch code is validated
430
+ on isolated GitHub-hosted Linux runners with read-only workflow permissions.
431
+ Final npm
432
+ publication runs only on a GitHub-hosted runner from the protected `production`
433
+ environment so npm can validate its short-lived OIDC identity and record
434
+ provenance; it has no long-lived npm write-token fallback. Release coverage and
435
+ the CycloneDX SBOM are retained even when an external coverage service is
436
+ unavailable. Release tags and GitHub Releases use a current-repository GitHub
437
+ App token with explicit Contents and Workflows write permissions. Publication
438
+ checks out the verified current release-branch HEAD, including the workflow
439
+ tooling used by a `bump=none` recovery.
440
+ <!-- BEGIN PLASIUS RELEASE INTEGRITY -->
441
+ ## Release integrity
442
+
443
+ Production package publication runs only from `.github/workflows/cd.yml` on
444
+ protected `main`. The job verifies that the prepared commit is still the
445
+ current main commit and has an exact successful `ci.yml` push result before it
446
+ mutates release state. Public package CI runs on GitHub-hosted capacity so it
447
+ cannot execute on company-managed runners. npm publication runs on
448
+ GitHub-hosted Node.js 24 with
449
+ npm 11.5.1 or newer, uses the protected `production` environment and
450
+ short-lived npm OIDC with provenance, and has no long-lived npm write-token
451
+ fallback. Rollback disables CD; it never rewrites published package history.
452
+ <!-- END PLASIUS RELEASE INTEGRITY -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/learning",
3
- "version": "0.2.23",
3
+ "version": "0.2.25",
4
4
  "description": "Versioned learning module, assessment, entitlement, and reward contracts for the Plasius ecosystem",
5
5
  "type": "module",
6
6
  "sideEffects": false,