Skip to content

Aionis v0.3.1

Choose a tag to compare

@ostinatocc ostinatocc released this 26 Jun 15:30

Aionis v0.3.1

Aionis v0.3.1 is the Runtime patch release for the v0.3 stable train.

It keeps the v0.3 product surface intact and adds the cross-plane adjudication
contract that stabilizes how lifecycle, tier, policy, credibility,
learning-control, execution, and rehydrate signals collapse into Agent Context.

What Changed

  • Added docs/AIONIS_CROSS_PLANE_ADJUDICATION.md.
  • Added product-output regression coverage for cross-plane precedence.
  • Explicit lifecycle_state=archived and policy_memory_state=retired now
    block direct use during Agent Context assembly.
  • policy_memory_state=contested and credibility_state=contested now route to
    inspect_before_use.
  • Release docs now report the current npm patch versions in the v0.3 stable
    train instead of implying every external package must share the Runtime tag.

Current v0.3 Package Surface

Artifact Version
Runtime source v0.3.1
Docker image ghcr.io/ostinatocc/aionis:v0.3.1
aionis 0.3.4
@aionis/create 0.3.2
@aionis/sdk 0.3.1
@aionis/mcp 0.3.2
@aionis/aifs 0.3.0
@aionis/claude-code 0.3.1

Verification

Validated locally before release preparation:

npm run -s typecheck
npx tsx --test scripts/ci/lite-product-output-assembler.test.ts scripts/ci/lite-cross-plane-adjudication.test.ts
npm run -s lite:test
npm run -s runtime:smoke:external-packages
npm run -s runtime:smoke:fresh-install
docker build -t aionis:release-smoke .
git diff --check

Result:

  • Typecheck passed.
  • Product output regression tests passed: 47/47.
  • Lite test suite passed: 687/687.
  • External package smoke passed with published @aionis/sdk@latest,
    @aionis/mcp@latest, and @aionis/create@latest.
  • Fresh install smoke passed with public @aionis/create@latest.
  • Docker build passed for aionis:release-smoke; /healthz and /readyz
    returned ok: true from the container.

Install

Recommended:

npx aionis setup

Docker:

docker run --rm \
  -p 127.0.0.1:3001:3001 \
  -v aionis-data:/data \
  ghcr.io/ostinatocc/aionis:v0.3.1

Notes

The original v0.3.0 Runtime tag remains immutable as the first stable
baseline. v0.3.1 is the patch release for the current Runtime source and release
documentation alignment.