ArkGate
4.7.4

Published

Experimental ArkRun is on npm.

Patch over 4.7.3. First registry copy of @arkgate/runtime under dist-tag experimental, never latest. In-memory. Not Postgres. No required config migration.

Upgrade

Get 4.7.4

npm install -D arkgate@4.7.4
npm install @arkgate/runtime@experimental
npx arkgate upgrade --apply
npx arkgate-check --doctor

The companion is optional. Skip it unless you opted into ArkRun.

What changed

What 4.7.4 changes.

Companion on npm

@arkgate/runtime@0.1.0-experimental.0 under dist-tag experimental. Never latest.

Install from the registry

/ark-runtime can resolve npm view @arkgate/runtime dist-tags --json and install @experimental.

Not durability

In-memory stores. Data is gone on restart. Not Postgres. Not a production kernel.

Gate unchanged

Same 13 skill names. Same import rules. Same required CI. No config migration.

Honest limits

What this release does not claim

  • Does not close the parked claim-gate residual. Does not close the in-memory durability parking lot.
  • Host write hardness is unchanged from 4.7.3.
  • The companion is 0.x experimental. Do not treat it as production storage.

Maintainer source: docs/releases/4.7.4.md ↗