ArkGate
4.8.0

Published

The agent will PATCH the plan like a seat count.

Minor over 4.7.6. Optional ArkOrder (arkgate/order) makes the few slow product decisions a write rule. Layers can be green while the plan still gets overwritten. One npm install. No required config migration.

Upgrade

Get 4.8.0

npm install -D arkgate@4.8.0
npx arkgate upgrade --apply
npx arkgate-check --doctor

ArkRun and ArkOrder stay off until you add arkRun / arkOrder to ark.config.json.

What changed

What 4.8.0 changes.

What it buys you

Posting an invoice still lands. Changing plan is a new release, with a blast radius. A generic update of the plan does not land.

Same package

import { createOrderPlane } from 'arkgate/order'. Same tarball as the gate and arkgate/runtime. Not a second npm install.

Silent when off

Absence of arkOrder changes no Layers / ArkRules verdict. Compact starters leave it off.

Start from billing

Copy examples/arkorder-billing/ and rename plan / cycle / tenancy. In-memory. Not durable. Does not replace ArkRun.

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.
  • ArkOrder is not Postgres and not a construction OS. Physics is always consumer-supplied.
  • No new skill names. @arkgate/runtime is deprecated; prefer arkgate/runtime.

Maintainer source: docs/releases/4.8.0.md ↗