Changelog

Release evidence, not just release notes.

Assura is pre-1.0. Published releases stay distinct from the checked v0.4.0 candidate, and promotion requires current install, performance, compatibility, and command evidence.

release status
v0.4.0 candidatelatest published  v0.3.0 (2026-07-02)status            pre-1.0 betaplatforms         Linux, macOS, Windowsevidence          release-live + performance

Published v0.3

Structure checks, reports, initialization, status, LS-Lint migration, hooks, and performance evidence.

v0.4.0 candidate

Review, Explain, onboarding, bounded event feedback, managed host activation, deterministic content checks, and local context surfaces are assigned to the candidate and await tag publication.

Roadmap boundary

Automatic broad repair, hosted orchestration, semantic inference as policy, and public third-party plugin APIs are not part of the supported core contract.

01

0.4.0 candidate

Checked release candidate for the current public command surface; tag publication is still required.

02

Compatibility policy

Before 1.0, Assura favors direct replacement of superseded internal contracts over long-lived compatibility shims.

03

Installation evidence

Release readiness verifies public install scripts and platform assets before a version is presented as current.

04

Performance evidence

Checked cold and warm reports retain their environment, fixture cohort, and version instead of carrying numbers forward manually.

Agent setup

Set up this project with Assura.

Copy one instruction to the coding agent already working in your project. It will establish the baseline, define the expected shape, and verify it.

One command assura agent onboard .
Agent goal Inspect, constrain, verify
  1. Inspect manifests, tooling, generated output, and the intentional layout.
  2. Define project-owned rules for the expected stack. Close stable scopes so unexpected paths fail; preserve legitimate paths and ask only where evidence is ambiguous.
  3. Verify with assura review and assura check --format agent.
Installation details public release
curl -fsSL https://assura.dev/install.sh | sh

The copied setup instruction includes this command.